QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#189814#7063. Space Stationnew_dawn_2#WA 180ms5144kbC++172.6kb2023-09-27 22:44:012023-09-27 22:44:01

詳細信息

Test #1:

score: 100
Accepted
time: 11ms
memory: 5056kb

input:

3
2 1 2 3

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 12ms
memory: 5040kb

input:

5
1 1 1 1 2 3

output:

54

result:

ok single line: '54'

Test #3:

score: -100
Wrong Answer
time: 180ms
memory: 5144kb

input:

100000
47 25 43 22 17 6 15 17 45 4 14 34 46 22 0 8 2 48 41 6 49 42 21 25 48 43 2 17 27 25 38 31 39 48 13 49 24 30 36 19 29 47 48 1 4 5 12 9 21 39 30 21 8 4 9 45 18 0 3 29 26 18 24 39 31 49 22 4 46 21 27 11 11 7 8 3 26 25 29 4 1 21 34 4 44 39 13 26 33 44 5 17 10 32 37 25 44 34 17 14 40 32 27 39 41 6 ...

output:

978916214

result:

wrong answer 1st lines differ - expected: '268605493', found: '978916214'