8000 Update Yandex Contest/Training on algorithms 5.0/Lesson 3/C. Deleting… · Tamada4a/Algorithms@bb6ff69 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb6ff69

Browse files
authored
Update Yandex Contest/Training on algorithms 5.0/Lesson 3/C. Deleting numbers/README.md
1 parent a0e0720 commit bb6ff69

File tree

1 file changed

+1
-1
lines changed
  • Yandex Contest/Training on algorithms 5.0/Lesson 3/C. Deleting numbers

1 file changed

+1
-1
lines changed

Yandex Contest/Training on algorithms 5.0/Lesson 3/C. Deleting numbers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ numbers modulo will not exceed 1, that is, after deleting, no number should diff
2424
## Input format
2525
The first line contains a single integer <i>n</i> (1 ≤ <i>n</i> ≤ 2·10<sup>5</sup>) — the number of elements of the array <i>a</i>.
2626

27-
The second line contains <i>n</i> integers <i>a<sub>1</sub></i>, <i>a<sub>2</sub></i>, …, <i>a<sub>n</sub></i> (0 ≤ <i>a<sub>i</sub></i>≤ 10<sup>5</sup>) — elements of the array <i>a</i>.
27+
The second line contains <i>n</i> integers <i>a<sub>1</sub></i>, <i>a<sub>2</sub></i>, …, <i>a<sub>n</sub></i> (0 ≤ <i>a<sub>i</sub></i> ≤ 10<sup>5</sup>) — elements of the array <i>a</i>.
2828

2929
## Output format
3030
Print one number — the answer to the problem.

0 commit comments

Comments
 (0)
0