QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#36357 | #1958. Grid Triangle | GuanYunchang | WA | 2ms | 3568kb | C++17 | 640b | 2022-06-27 13:19:15 | 2022-06-27 13:19:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 2ms
memory: 3568kb
input:
1 1 4
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3500kb
input:
1 1 5
output:
0
result:
ok single line: '0'
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3444kb
input:
1 2 6
output:
8
result:
wrong answer 1st lines differ - expected: '0', found: '8'