QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#577219 | #8674. Riddle of the Sphinx | lpf# | WA | 1ms | 3864kb | C++14 | 1.0kb | 2024-09-20 09:19:26 | 2024-09-20 09:19:26 |
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: 3864kb
input:
3 5 3 6 4
output:
1 1 0 0 1 1 0 0 1 1 1 1 1 0 1 1 2 3
result:
ok correct!
Test #2:
score: 0
Accepted
time: 1ms
memory: 3784kb
input:
9999 2 1 10000 9999
output:
1 1 0 0 1 1 0 0 1 1 1 1 1 0 1 9998 1 1
result:
ok correct!
Test #3:
score: 0
Accepted
time: 0ms
memory: 3792kb
input:
6666 6666 3333 9999 6666
output:
1 1 0 0 1 1 0 0 1 1 1 1 1 0 1 3333 3333 3333
result:
ok correct!
Test #4:
score: 0
Accepted
time: 1ms
memory: 3780kb
input:
1395 1215 712 2108 1605
output:
1 1 0 0 1 1 0 0 1 1 1 1 1 0 1 893 503 712
result:
ok correct!
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3864kb
input:
1235 1312 947 2182 1815
output:
1 1 0 0 1 1 0 0 1 1 1 1 1 0 1 868 -367 947
result:
wrong answer Integer parameter [name=lb] equals to -367, violates the range [0, 100000]