Why is there a semicolon instead of a comma in interval notation?

Правка en1, от Thrb_73, 2026-02-24 19:02:54

In some Codeforces problems (for example, problem 545C), you may notice two different interval notations, such as:

[a, b] and [a; b]

This can be confusing at first, but there is actually no difference in meaning.

In many Russian mathematical texts, the semicolon ; is used as the separator in intervals, while in most European and English texts, the comma , is used instead. Since many Codeforces problems are translated from Russian, both notations can appear.

Теги math, notation, clarification

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Thrb_73 2026-02-24 19:03:31 4 Tiny change: 'ch as:\n\n[a, b] and [a; b]\n\nThis c' -> 'ch as:\n\n**[a, b] and [a; b]**\n\nThis c'
en1 Английский Thrb_73 2026-02-24 19:02:54 535 Initial revision (published)