QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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