QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#179890#1. I/O Testucup-team1209200 ✓942ms818256kbPython392b2023-09-15 12:41:242023-09-15 12:41:24

Judging History

你现在查看的是最新测评结果

  • [2023-09-15 12:41:24]
  • 评测
  • 测评结果:200
  • 用时:942ms
  • 内存:818256kb
  • [2023-09-15 12:41:24]
  • 提交

config.txt

10000000 10000000

input_test

input()
print(sum(map(int, input().split())))

output_test

print('100000000 ' * 10 ** 7)

详细

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 942ms
memory: 818256kb

input:

10000000
998209009 622348346 127803722 199735414 714975017 591622259 154950779 722775368 926093179 740882240 907971958 346392583 324884031 541878198 301797460 173792474 438676495 565936406 530658323 388525224 862810839 821387654 598700414 519544961 514632342 990897731 339662082 947840971 976655587 1...

output:

5498755752311650

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 16ms
memory: 203276kb

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