QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#140237 | #1842. Math | qsceszthn# | WA | 2ms | 9052kb | C++14 | 602b | 2023-08-15 15:39:18 | 2023-08-15 15:39:22 |
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: 9052kb
input:
5 1 2 3 4 5
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 2ms
memory: 7704kb
input:
1 1
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 8264kb
input:
5 6 4 7 3 5
output:
0
result:
wrong answer 1st numbers differ - expected: '1', found: '0'