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 |
---|---|---|---|---|---|---|---|---|---|
#429477 | #8567. Cheap Construction | ucup-team3497# | WA | 2ms | 13936kb | C++20 | 3.4kb | 2024-06-02 15:56:34 | 2024-06-02 15:56:35 |
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: 13924kb
input:
1 3 1 1 2 2 1 3
output:
1 1 1 3 3 2
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 13936kb
input:
2 3 1 1 1 2 3 1 3 1 3 2 1 3 3
output:
1 1 1 1 1 2 1 1 1 1 1 2 1 1 1 3 3 3
result:
wrong answer 5th lines differ - expected: '1 3', found: '1 1'