QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#122837 | #1805. Bunch of Paper | GuanYunchang | WA | 1ms | 3832kb | C++14 | 582b | 2023-07-11 12:26:49 | 2023-07-11 12:26:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3832kb
input:
2 2 2 4 1 5
output:
2
result:
ok answer is '2'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3816kb
input:
2 3 4 5 6 1 2 3
output:
0
result:
ok answer is '0'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3816kb
input:
20 20 2 8 12 17 19 29 41 53 57 62 63 65 67 70 71 74 76 77 96 100 2 3 9 13 15 16 20 26 28 33 38 39 46 51 58 59 74 92 93 99 2 5 6 9 19 20 22 24 26 35 41 45 56 60 62 74 76 81 83 96 3 7 10 11 13 15 17 20 22 26 34 35 43 59 68 78 82 83 85 93 1 7 11 14 17 26 37 41 45 49 62 63 64 67 71 74 88 89 91 94 12 15 ...
output:
4188927010
result:
wrong answer expected '188926982', found '4188927010'