CSES - Aalto Competitive Programming 2024 - wk8 - Homework Python - Results
Submission details
Task:Adding ones
Sender:aalto2024h_003
Submission time:2024-10-23 22:00:38 +0300
Language:Python3 (PyPy3)
Status:READY
Result:
Test results
testverdicttime
#10.08 sdetails
#20.08 sdetails
#30.07 sdetails
#40.08 sdetails
#50.07 sdetails
#60.08 sdetails
#70.08 sdetails
#80.07 sdetails
#90.08 sdetails
#100.08 sdetails

Code

n = int(sys.stdin.readline())
for i in range(n):
    x = int(sys.stdin.readline())
    print(x + 1)

Test details

Test 1

Verdict:

input
10
418
998
721
933
...

correct output
419
999
722
934
2
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 2

Verdict:

input
1000000
435994903
185082082
25926228
931540864
...

correct output
435994904
185082083
25926229
931540865
549662477
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 3

Verdict:

input
1000000
550797905
70724881
708147823
839949043
...

correct output
550797906
70724882
708147824
839949044
290904745
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 4

Verdict:

input
1000000
967029839
900621455
547232254
172695325
...

correct output
967029840
900621456
547232255
172695326
972684355
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 5

Verdict:

input
1000000
221993172
55180121
870732304
831327840
...

correct output
221993173
55180122
870732305
831327841
363736897
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 6

Verdict:

input
1000000
892860147
947476077
331979805
209406366
...

correct output
892860148
947476078
331979806
209406367
821229126
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 7

Verdict:

input
1000000
76308292
227339075
779918796
318972228
...

correct output
76308293
227339076
779918797
318972229
438409226
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 8

Verdict:

input
1000000
873429404
968540665
239439572
869194539
...

correct output
873429405
968540666
239439573
869194540
377516978
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 9

Verdict:

input
1000000
10374159
364461027
501874596
499130366
...

correct output
10374160
364461028
501874597
499130367
495773300
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?

Test 10

Verdict:

input
1000000
1087612558
421272775
29261603
697404150
...

correct output
1087612559
421272776
29261604
697404151
893485454
...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 1, in <module>
    n = int(sys.stdin.readline())
NameError: name 'sys' is not defined. Did you mean: abs?