QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#499477 | #6365. Cut the Cake | ucup-team1005# | WA | 0ms | 3712kb | C++20 | 1.0kb | 2024-07-31 14:46:04 | 2024-07-31 14:46:04 |
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: 100
Accepted
time: 0ms
memory: 3712kb
input:
4 4 2 1000 0001 0010 0001
output:
YES 2 3
result:
ok good plan
Test #2:
score: 0
Accepted
time: 0ms
memory: 3668kb
input:
3 4 2 1110 0000 0100
output:
NO
result:
ok no solution
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3668kb
input:
10 10 2 0000000010 0000000000 0000000001 0000000000 0000000000 0000000000 0000100000 0000000000 0000001000 0000000000
output:
YES 3 7
result:
wrong answer read YES but expected NO