QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#729914 | #989. Into Cactus | UW2 (Jakub Dziura, Piotr Blinowski, Dominik Wawszczak) # | WA | 1ms | 5700kb | C++20 | 2.1kb | 2024-11-09 18:01:23 | 2024-11-09 18:01:23 |
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: 1ms
memory: 3600kb
input:
6 6 4 3 1 3 6 4 5 2 3
output:
2 1 6 6 5
result:
ok OK!
Test #2:
score: 0
Accepted
time: 1ms
memory: 3668kb
input:
1
output:
0
result:
ok OK!
Test #3:
score: 0
Accepted
time: 1ms
memory: 3652kb
input:
2 1 2
output:
0
result:
ok OK!
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 5700kb
input:
3 3 1 1 2
output:
0
result:
wrong answer Integer 0 violates the range [1, 1]