QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#512319 | #1172. Junkyeom's Contest | MaMengQi | WA | 0ms | 3692kb | C++20 | 683b | 2024-08-10 14:08:32 | 2024-08-10 14:08:33 |
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: 0ms
memory: 3516kb
input:
7 1 2 3 4 5 6 7
output:
-1
result:
ok 1 number(s): "-1"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3632kb
input:
8 1 2 3 4 5 6 7 8
output:
35
result:
ok 1 number(s): "35"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3692kb
input:
10 5 5 5 5 5 5 10 5 5 5
output:
40
result:
wrong answer 1st numbers differ - expected: '35', found: '40'