QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#268304 | #4932. Moon and Sun | ZhaoZiLong | WA | 1ms | 7616kb | C++17 | 3.1kb | 2023-11-28 15:27:10 | 2023-11-28 15:27:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 7616kb
input:
5 4 1 0 7 2
output:
3
result:
ok single line: '3'
Test #2:
score: 0
Accepted
time: 1ms
memory: 5760kb
input:
4 10 20 30 -40
output:
4
result:
ok single line: '4'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 5548kb
input:
2 100 100
output:
2
result:
wrong answer 1st lines differ - expected: '0', found: '2'