QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#325582 | #3619. Restroom Monitor | ZhaoZiLong | WA | 13ms | 8724kb | C++20 | 1.2kb | 2024-02-11 17:25:34 | 2024-02-11 17:25:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3636kb
input:
3 7 2 y 2 n 5 y 1 n 5 n 2 y 1 n
output:
Yes
result:
ok answer is YES
Test #2:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
2 7 2 y 2 n 5 y 1 n 5 n 2 y 1 n
output:
No
result:
ok answer is NO
Test #3:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
1 10 1 y 2 y 3 y 4 y 5 y 6 y 7 y 8 y 9 y 10 y
output:
Yes
result:
ok answer is YES
Test #4:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
1 10 1 y 1 y 3 y 4 y 5 y 6 y 7 y 8 y 9 y 10 y
output:
No
result:
ok answer is NO
Test #5:
score: 0
Accepted
time: 0ms
memory: 3652kb
input:
1 10 10 y 10 y 10 y 10 y 10 y 10 y 10 y 10 y 10 y 10 y
output:
Yes
result:
ok answer is YES
Test #6:
score: 0
Accepted
time: 0ms
memory: 3652kb
input:
1 11 10 y 10 y 10 y 10 y 10 y 10 y 10 y 10 y 10 y 10 y 1 n
output:
No
result:
ok answer is NO
Test #7:
score: 0
Accepted
time: 0ms
memory: 3640kb
input:
1 10 10 y 10 y 10 y 10 y 10 y 5 y 5 y 5 y 5 y 5 y
output:
Yes
result:
ok answer is YES
Test #8:
score: 0
Accepted
time: 0ms
memory: 3636kb
input:
1 10 10 y 10 y 10 y 10 y 10 y 5 y 5 y 2 y 2 y 1 y
output:
No
result:
ok answer is NO
Test #9:
score: -100
Wrong Answer
time: 13ms
memory: 8724kb
input:
50000 100000 1 y 10 y 100 y 1000 y 10000 y 100000 y 1000000 y 10000000 y 100000000 y 1000000000 y 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 n 1 ...
output:
No
result:
wrong answer expected YES, found NO