QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#564972 | #1439. Football Match | ucup-team1005# | WA | 14ms | 10708kb | Python3 | 763b | 2024-09-15 18:48:37 | 2024-09-15 18:48:38 |
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: 7ms
memory: 10672kb
input:
4 YNNY
output:
YES 2 1 1 2
result:
ok OK
Test #2:
score: 0
Accepted
time: 5ms
memory: 10700kb
input:
3 NNN
output:
YES 1 1001 1002
result:
ok OK
Test #3:
score: -100
Wrong Answer
time: 14ms
memory: 10708kb
input:
4 NNNN
output:
YES 1 1 1002 1003
result:
wrong answer Wrong answer