QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#844370 | #9964. Frogs | ucup-team3935 | WA | 1ms | 3560kb | C++20 | 1.7kb | 2025-01-05 20:17:36 | 2025-01-05 20:17:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3560kb
input:
6 2 4 3 -3 5 100 100
output:
01011
result:
ok single line: '01011'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3556kb
input:
2 10 -9 -18
output:
1
result:
wrong answer 1st lines differ - expected: '0', found: '1'