QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#379110 | #3700. Rectangle | ucup-team1383 | WA | 0ms | 3704kb | C++98 | 1.9kb | 2024-04-06 16:14:14 | 2024-04-06 16:14:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3704kb
input:
2 2 6
output:
8
result:
ok 1 number(s): "8"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3700kb
input:
1 1 0
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
50000 50000 1000000000
output:
1562562500625000000
result:
ok 1 number(s): "1562562500625000000"
Test #4:
score: 0
Accepted
time: 0ms
memory: 3704kb
input:
3 3 13
output:
36
result:
ok 1 number(s): "36"
Test #5:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
7 3 18
output:
167
result:
ok 1 number(s): "167"
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 3704kb
input:
5 8 7
output:
75
result:
wrong answer 1st numbers differ - expected: '107', found: '75'