QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#121065 | #6121. Hacks With Includes | ZhaoZiLong | WA | 1ms | 5480kb | C++17 | 1.3kb | 2023-07-07 15:10:17 | 2023-07-07 15:10:19 |
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: 5480kb
input:
4 3 2 1 2 4 3 1
output:
2 3
result:
ok 2 number(s): "2 3"
Test #2:
score: 0
Accepted
time: 1ms
memory: 5440kb
input:
5 6 2 1 2 4 3 1 3 2 5 1 5 2
output:
3 5
result:
ok 2 number(s): "3 5"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5384kb
input:
9 11 1 3 2 4 2 6 4 1 5 3 5 6 5 8 6 8 7 4 8 1 8 2
output:
3 4 5 7 9
result:
wrong answer 1st numbers differ - expected: '5', found: '3'