QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#51500 | #1439. Football Match | GuanYunchang | WA | 2ms | 3744kb | C++14 | 1.1kb | 2022-10-02 15:35:51 | 2022-10-02 15:35:51 |
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: 2ms
memory: 3744kb
input:
4 YNNY
output:
YES 2 1 1 2
result:
ok OK
Test #2:
score: 0
Accepted
time: 0ms
memory: 3524kb
input:
3 NNN
output:
YES 1 2 4
result:
ok OK
Test #3:
score: 0
Accepted
time: 2ms
memory: 3668kb
input:
4 NNNN
output:
YES 1 1 1 1
result:
ok OK
Test #4:
score: 0
Accepted
time: 2ms
memory: 3560kb
input:
5 NNNNN
output:
YES 1 2 4 8 16
result:
ok OK
Test #5:
score: 0
Accepted
time: 2ms
memory: 3672kb
input:
3 YNN
output:
YES 1 2 2
result:
ok OK
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 3464kb
input:
4 NNYN
output:
YES 2 2 1 2
result:
wrong answer Wrong answer