QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#611863 | #5155. Faster Than Light | pokorfanclub | WA | 1ms | 5844kb | C++20 | 4.5kb | 2024-10-04 23:22:42 | 2024-10-04 23:22:42 |
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: 5592kb
input:
5 1 3 3 4 2 2 4 3 4 1 5 3 5 2 7 3 6 3 8 4
output:
possible
result:
ok single line: 'possible'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5844kb
input:
4 1 1 2 2 1 3 2 4 3 1 4 2 3 3 4 4
output:
possible
result:
wrong answer 1st lines differ - expected: 'impossible', found: 'possible'