QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#130576 | #3300. Cactus Competition | L_G_J | WA | 4ms | 17824kb | C++14 | 4.1kb | 2023-07-24 16:39:56 | 2023-07-24 16:39:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 17756kb
input:
3 3 -1 0 1 -1 0 1
output:
1
result:
ok single line: '1'
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 17824kb
input:
3 3 -1 0 1 1 0 1
output:
7
result:
wrong answer 1st lines differ - expected: '5', found: '7'