QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#179889 | #1. I/O Test | ucup-team1209 | 170 | 665ms | 600084kb | Python3 | 91b | 2023-09-15 12:40:48 | 2023-09-15 12:40:50 |
Judging History
config.txt
7000000 10000000
input_test
input()
print(sum(map(int, input().split())))
output_test
print('100000000 ' * 10 ** 7)
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 70
Acceptable Answer
Test #1:
score: 70
Acceptable Answer
time: 665ms
memory: 600084kb
input:
7000000 345436357 528990107 911909494 831187258 158552418 978410801 974728403 658635517 413843975 392381569 901749155 784072783 791735017 850590699 562209758 316290788 515256651 956220281 245720755 273536182 554553556 833999536 746706662 196576109 318564575 657750472 671072341 440103394 748076840 95...
output:
3850816551189948
result:
points 0.70 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 42ms
memory: 203256kb
input:
10000000
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 1.0 output test passed