QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#259213 | #3300. Cactus Competition | conzloi | RE | 0ms | 28264kb | C++20 | 3.0kb | 2023-11-20 18:49:55 | 2023-11-20 18:49:56 |
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: 28264kb
input:
3 3 -1 0 1 -1 0 1
output:
1
result:
ok single line: '1'
Test #2:
score: -100
Runtime Error
input:
3 3 -1 0 1 1 0 1