QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#397075 | #6416. Classical Scheduling Problem | monstersqwq | WA | 2ms | 11872kb | C++20 | 4.0kb | 2024-04-23 16:12:17 | 2024-04-23 16:12:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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)