QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#51500 | #1439. Football Match | GuanYunchang | WA | 2ms | 3744kb | C++14 | 1.1kb | 2022-10-02 15:35:51 | 2022-10-02 15:35:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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