QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#328788 | #837. Giant Penguin | Milmon | WA | 3ms | 48500kb | C++17 | 5.1kb | 2024-02-16 06:38:04 | 2024-02-16 06:38:06 |
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: 3ms
memory: 48500kb
input:
5 4 0 1 2 2 3 3 4 4 5 7 1 1 1 5 2 1 2 2 2 3 2 4 2 5
output:
01050 1 2 1 0
result:
wrong output format Expected integer, but "01050" found