QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#379067 | #3700. Rectangle | ucup-team1383 | WA | 1ms | 3700kb | C++98 | 1.0kb | 2024-04-06 16:05:16 | 2024-04-06 16:05:17 |
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: 1ms
memory: 3700kb
input:
2 2 6
output:
8
result:
ok 1 number(s): "8"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
1 1 0
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
50000 50000 1000000000
output:
1562562500625000000
result:
ok 1 number(s): "1562562500625000000"
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3560kb
input:
3 3 13
output:
33
result:
wrong answer 1st numbers differ - expected: '36', found: '33'