QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#258539 | #1965. Trio | HuangHanSheng | WA | 0ms | 3732kb | C++14 | 1.4kb | 2023-11-19 19:51:14 | 2023-11-19 19:51:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3732kb
input:
4 1234 2345 3456 4567
output:
4567 3456 2345 4567 3456 1234 4567 2345 1234 3456 2345 1234 4
result:
wrong answer 1st lines differ - expected: '4', found: '4567 3456 2345'