QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#400200 | #5589. Everything Is A Nail | GuanYunchang | WA | 47ms | 37604kb | Java8 | 2.0kb | 2024-04-27 04:22:37 | 2024-04-27 04:22:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 47ms
memory: 36900kb
input:
10 1 1 1 0 0 0 0 2 2 2
output:
10
result:
ok single line: '10'
Test #2:
score: -100
Wrong Answer
time: 44ms
memory: 37604kb
input:
10 0 1 2 0 1 2 0 1 2 0
output:
10
result:
wrong answer 1st lines differ - expected: '5', found: '10'