QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#179888 | #1. I/O Test | ucup-team1209 | 20 | 113ms | 88412kb | Python3 | 90b | 2023-09-15 12:40:09 | 2023-09-15 12:40:10 |
Judging History
config.txt
1000000 1000000
input_test
input()
print(sum(map(int, input().split())))
output_test
print('100000000 ' * 10 ** 6)
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 10
Acceptable Answer
Test #1:
score: 10
Acceptable Answer
time: 113ms
memory: 88412kb
input:
1000000 362343906 381303337 559783289 554846847 899630571 110141922 963036770 726217783 549899496 642701680 614401268 553233800 963999200 636742555 414640622 710854583 366955674 578281615 575872457 484114688 479010469 476629533 408662303 893985073 364745896 762200096 379414312 328393016 736435481 88...
output:
550408578107686
result:
points 0.10 input test passed
Subtask #2:
score: 10
Acceptable Answer
Test #2:
score: 10
Acceptable Answer
time: 11ms
memory: 27376kb
input:
1000000
output:
100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 ...
result:
points 0.10 output test passed