QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#470654#8008. Fortune WheelBBCC_ST28WA 1ms4028kbC++23634b2024-07-10 15:42:302024-07-10 15:42:31

詳細信息

Test #1:

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

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: 4028kb

input:

5 4 1
1

output:

8 3

result:

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