QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#187897#6561. Fail FastGuanYunchangWA 1ms11948kbC++203.3kb2023-09-25 05:06:562023-09-25 05:06:56

詳細信息

Test #1:

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

input:

4
100 0.5 0
200 0.1 1
10 0.5 2
10 0.9 0

output:

4
1
2
3

result:

ok correct

Test #2:

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

input:

4
84 0.716 0
91 0.115 0
19 0.640 1
103 0.455 0

output:

2
4
1
3

result:

wrong answer your plan is not optimal