QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#188168 | #5549. Game Show | ZhaoZiLong | WA | 1ms | 3516kb | C++23 | 2.3kb | 2023-09-25 16:13:32 | 2023-09-25 16:13:32 |
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: 3516kb
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: -100
Wrong Answer
time: 0ms
memory: 3436kb
input:
4 3 1 2 -3 4 4 -3 2 1 1 1 2 4 3 1
output:
0 -1 1
result:
wrong answer 1st lines differ - expected: 'flawed', found: '0'