QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#40268 | #1958. Grid Triangle | HuangHanSheng | WA | 2ms | 3700kb | C++11 | 460b | 2022-07-19 10:29:49 | 2022-07-19 10:29:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3556kb
input:
1 1 4
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3700kb
input:
1 1 5
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
1 2 6
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
1 2 7
output:
0
result:
ok single line: '0'
Test #5:
score: -100
Wrong Answer
time: 2ms
memory: 3560kb
input:
2 2 8
output:
16
result:
wrong answer 1st lines differ - expected: '0', found: '16'