QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#406697 | #5651. Parmigiana With Seafood | GuanYunchang | WA | 2ms | 9404kb | C++14 | 1.1kb | 2024-05-07 16:51:01 | 2024-05-07 16:51:03 |
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: 100
Accepted
time: 2ms
memory: 9404kb
input:
4 1 2 1 3 1 4
output:
4
result:
ok single line: '4'
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 8744kb
input:
5 1 5 5 3 3 4 4 2
output:
5
result:
wrong answer 1st lines differ - expected: '3', found: '5'