QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#645660#5304. Money GameGuanYunchangWA 0ms3808kbC++20357b2024-10-16 19:22:132024-10-16 19:22:14

詳細信息

Test #1:

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

input:

2
4 2

output:

4 2

result:

ok 2 numbers

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3768kb

input:

2
2 3

output:

3.33333 1.66667

result:

wrong answer 2nd numbers differ - expected: '1.6666667', found: '1.6666700', error = '0.0000020'