QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#176966 | #6416. Classical Scheduling Problem | bobcheeseburger | WA | 0ms | 3824kb | C++23 | 6.7kb | 2023-09-12 12:12:25 | 2023-09-12 12:12:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3824kb
input:
2 4 100 20 1 40 4 60 3 30 3 1 5 10 1
output:
3 3 4 1 2 0 0
result:
wrong answer actual and declared scores differ: actual = 2, declared = 3 (test case 1)