QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'