QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#51494#1439. Football MatchGuanYunchangWA 2ms3764kbC++111.9kb2022-10-02 15:26:482022-10-02 15:26:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3764kb

input:

4
YNNY

output:

YES
1 9999 10000 1 

result:

ok OK

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3636kb

input:

3
NNN

output:

YES
10001 5000 5000 

result:

wrong answer Integer parameter [name=Ri] equals to 10001, violates the range [1, 10000]