QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#163686#5477. Cake Decorationntu_vjudge_1WA 976ms3604kbC++172.2kb2023-09-04 14:00:422023-09-04 14:00:42

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3540kb

input:

24 4 6

output:

12

result:

ok single line: '12'

Test #2:

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

input:

30 5 6

output:

4

result:

ok single line: '4'

Test #3:

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

input:

30 9 20

output:

0

result:

ok single line: '0'

Test #4:

score: 0
Accepted
time: 976ms
memory: 3544kb

input:

100000000000000 1 100000000000000

output:

288287412

result:

ok single line: '288287412'

Test #5:

score: -100
Wrong Answer
time: 1ms
memory: 3548kb

input:

51256 4 35

output:

28896

result:

wrong answer 1st lines differ - expected: '29116', found: '28896'