QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#873299 | #9959. Acronym | MaMengQi | WA | 0ms | 3712kb | C++17 | 493b | 2025-01-26 11:36:37 | 2025-01-26 11:36:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3712kb
input:
5 ANIA IMIENINY AGI AKRONIM NA
output:
4 ANIA NA IMIENINY AKRONIM
result:
ok OK
Test #2:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
1 XX
output:
2 XX XX
result:
ok OK
Test #3:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
1 AA
output:
2 AA AA
result:
ok OK
Test #4:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
1 ZZ
output:
2 ZZ ZZ
result:
ok OK
Test #5:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
1 DX
output:
-1
result:
ok OK
Test #6:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
1 OOOOOOOO
output:
8 OOOOOOOO OOOOOOOO OOOOOOOO OOOOOOOO OOOOOOOO OOOOOOOO OOOOOOOO OOOOOOOO
result:
ok OK
Test #7:
score: -100
Wrong Answer
time: 0ms
memory: 3584kb
input:
2 PQKJPTEW PPPPPPPP
output:
-1
result:
wrong answer Printed -1 instead of an existing solution.