QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#861514 | #9964. Frogs | ucup-team4744 | WA | 1ms | 3712kb | C++20 | 627b | 2025-01-18 17:50:34 | 2025-01-18 17:50:35 |
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: 3584kb
input:
6 2 4 3 -3 5 100 100
output:
01011
result:
ok single line: '01011'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3712kb
input:
2 10 -9 -18
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
2 3 10 7
output:
0
result:
ok single line: '0'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3712kb
input:
2 3 10 4
output:
0
result:
wrong answer 1st lines differ - expected: '1', found: '0'