QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#631381 | #5549. Game Show | HuangHanSheng | WA | 1ms | 5716kb | C++17 | 2.3kb | 2024-10-12 02:05:42 | 2024-10-12 02:05:43 |
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: 5628kb
input:
4 4 2 3 -4 3 1 2 7 -1 1 3 3 1 1 4 1 1
output:
5 -1 -1 0
result:
ok 4 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 5676kb
input:
4 3 1 2 -3 4 4 -3 2 1 1 1 2 4 3 1
output:
flawed flawed flawed
result:
ok 3 lines
Test #3:
score: 0
Accepted
time: 1ms
memory: 5704kb
input:
6 2 -6 8 -3 5 -9 4 9 -2 8 -4 12 -1 2 6 3 3
output:
flawed flawed
result:
ok 2 lines
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 5716kb
input:
3 1 1 2 3 2 3 1 3 3
output:
3
result:
wrong answer 1st lines differ - expected: '0', found: '3'