QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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'