QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#51511 | #1439. Football Match | MaMengQi | WA | 2ms | 3684kb | C++17 | 819b | 2022-10-02 15:51:32 | 2022-10-02 15:51:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3684kb
input:
4 YNNY
output:
YES 1 6 5 1
result:
ok OK
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3564kb
input:
3 NNN
output:
NO
result:
wrong answer Wrong answer