QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#51500#1439. Football MatchGuanYunchangWA 2ms3744kbC++141.1kb2022-10-02 15:35:512022-10-02 15:35:51

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