QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#397075#6416. Classical Scheduling ProblemmonstersqwqWA 2ms11872kbC++204.0kb2024-04-23 16:12:172024-04-23 16:12:18

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 11872kb

input:

2
4 100
20 1
40 4
60 3
30 3
1 5
10 1

output:

4 100
1 20
3 30
3 60
4 40
2
3
1 4 2 
1 5
1 10
0
0

result:

wrong answer Integer parameter [name=k] equals to 100, violates the range [0, 4] (test case 1)