QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#36404#1958. Grid TriangleZhangYiDeWA 2ms3816kbC++14347b2022-06-27 15:58:452022-06-27 15:58:45

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3612kb

input:

1 1 4

output:

0

result:

ok single line: '0'

Test #2:

score: 0
Accepted
time: 2ms
memory: 3748kb

input:

1 1 5

output:

0

result:

ok single line: '0'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3716kb

input:

1 2 6

output:

0

result:

ok single line: '0'

Test #4:

score: 0
Accepted
time: 1ms
memory: 3756kb

input:

1 2 7

output:

0

result:

ok single line: '0'

Test #5:

score: 0
Accepted
time: 2ms
memory: 3752kb

input:

2 2 8

output:

0

result:

ok single line: '0'

Test #6:

score: -100
Wrong Answer
time: 2ms
memory: 3816kb

input:

2 3 9

output:

0

result:

wrong answer 1st lines differ - expected: '16', found: '0'