QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#670703 | #7700. Split Decisions | HuangHanSheng | WA | 15ms | 10600kb | Python3 | 574b | 2024-10-23 23:26:21 | 2024-10-23 23:26:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 15ms
memory: 10600kb
input:
5 CELL GULL GUSH HALL HASH
output:
GU 2 1 HA 4 3 2
result:
wrong answer 1st lines differ - expected: '2', found: 'GU 2 1'