QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#379180 | #8567. Cheap Construction | ucup-team3097# | TL | 0ms | 18192kb | C++23 | 2.2kb | 2024-04-06 16:31:02 | 2024-04-06 16:31: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: 0ms
memory: 18192kb
input:
1 3 1 1 2 2 1 3
output:
1 1 1 3 3 2
result:
ok 3 lines
Test #2:
score: -100
Time Limit Exceeded
input:
2 3 1 1 1 2 3 1 3 1 3 2 1 3 3