QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#51520 | #1439. Football Match | ZhaoZiLong | WA | 2ms | 3740kb | C++14 | 1.7kb | 2022-10-02 16:01:42 | 2022-10-02 16:01:44 |
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: 3592kb
input:
4 YNNY
output:
YES 2 1 1 2
result:
ok OK
Test #2:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
3 NNN
output:
YES 1 2 3
result:
ok OK
Test #3:
score: 0
Accepted
time: 2ms
memory: 3656kb
input:
4 NNNN
output:
YES 1 1 1 1
result:
ok OK
Test #4:
score: 0
Accepted
time: 2ms
memory: 3600kb
input:
5 NNNNN
output:
YES 1 2 2 2 7
result:
ok OK
Test #5:
score: 0
Accepted
time: 2ms
memory: 3652kb
input:
3 YNN
output:
YES 1 2 2
result:
ok OK
Test #6:
score: 0
Accepted
time: 2ms
memory: 3460kb
input:
4 NNYN
output:
YES 4 2 1 2
result:
ok OK
Test #7:
score: 0
Accepted
time: 2ms
memory: 3632kb
input:
5 NNYNN
output:
YES 2 2 1 2 2
result:
ok OK
Test #8:
score: 0
Accepted
time: 2ms
memory: 3668kb
input:
3 YYN
output:
NO
result:
ok OK
Test #9:
score: 0
Accepted
time: 2ms
memory: 3588kb
input:
4 NNYY
output:
YES 1 1 2 2
result:
ok OK
Test #10:
score: 0
Accepted
time: 2ms
memory: 3632kb
input:
5 YNYNN
output:
YES 6 1 6 2 3
result:
ok OK
Test #11:
score: 0
Accepted
time: 2ms
memory: 3596kb
input:
3 YYY
output:
YES 1 1 1
result:
ok OK
Test #12:
score: 0
Accepted
time: 2ms
memory: 3740kb
input:
4 YYNY
output:
YES 1 1 2 1
result:
ok OK
Test #13:
score: 0
Accepted
time: 2ms
memory: 3592kb
input:
5 YYNNY
output:
YES 1 1 2 2 1
result:
ok OK
Test #14:
score: 0
Accepted
time: 2ms
memory: 3588kb
input:
4 YYYY
output:
NO
result:
ok OK
Test #15:
score: -100
Wrong Answer
time: 0ms
memory: 3556kb
input:
5 YNYYY
output:
NO
result:
wrong answer Wrong answer