QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#469974#8008. Fortune WheelZhangYiDeWA 1ms5820kbC++171.1kb2024-07-10 09:25:032024-07-10 09:25:03

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 5820kb

input:

6 3 2
2 4

output:

8 3

result:

ok 2 number(s): "8 3"

Test #2:

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

input:

5 4 1
1

output:

9 5

result:

wrong answer 1st numbers differ - expected: '1', found: '9'