QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#198850 | #5117. Find Maximum | GuanYunchang | WA | 0ms | 3652kb | C++20 | 1.0kb | 2023-10-03 17:48:56 | 2023-10-03 17:48:56 |
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: 3652kb
input:
10 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5
output:
3 3 4 3 3 4 3 4 3 3
result:
wrong answer 4th numbers differ - expected: '5', found: '3'