QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#608777 | #3619. Restroom Monitor | LFAIJ | WA | 0ms | 3836kb | C++23 | 28.8kb | 2024-10-04 03:27:58 | 2024-10-04 03:27:58 |
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: 3832kb
input:
3 7 2 y 2 n 5 y 1 n 5 n 2 y 1 n
output:
Yes
result:
ok single line: 'Yes'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
2 7 2 y 2 n 5 y 1 n 5 n 2 y 1 n
output:
No
result:
ok single line: 'No'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3836kb
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 single line: 'Yes'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3620kb
input:
1 10 1 y 1 y 3 y 4 y 5 y 6 y 7 y 8 y 9 y 10 y
output:
Yes
result:
wrong answer 1st lines differ - expected: 'No', found: 'Yes'