QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#106033 | #6365. Cut the Cake | Azl26 | WA | 2ms | 3684kb | C++14 | 1.1kb | 2023-05-16 11:03:30 | 2023-05-16 11:03:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3588kb
input:
4 4 2 1000 0001 0010 0001
output:
YES 2 3
result:
ok good plan
Test #2:
score: 0
Accepted
time: 2ms
memory: 3556kb
input:
3 4 2 1110 0000 0100
output:
NO
result:
ok no solution
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3684kb
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