QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#512727 | #1172. Junkyeom's Contest | ZhaoZiLong | WA | 242ms | 5804kb | C++11 | 1.3kb | 2024-08-10 15:32:51 | 2024-08-10 15:32:52 |
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: 237ms
memory: 5672kb
input:
7 1 2 3 4 5 6 7
output:
-1
result:
ok 1 number(s): "-1"
Test #2:
score: -100
Wrong Answer
time: 242ms
memory: 5804kb
input:
8 1 2 3 4 5 6 7 8
output:
-1
result:
wrong answer 1st numbers differ - expected: '35', found: '-1'