QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#577213 | #8674. Riddle of the Sphinx | lpf# | WA | 1ms | 3888kb | C++14 | 1.0kb | 2024-09-20 09:13:11 | 2024-09-20 09:13:15 |
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: 3808kb
input:
1 2 3 3 5
output:
1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 1 2 3
result:
ok correct!
Test #2:
score: 0
Accepted
time: 1ms
memory: 3884kb
input:
9998 1 1 9999 2
output:
1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 9998 1 1
result:
ok correct!
Test #3:
score: 0
Accepted
time: 0ms
memory: 3732kb
input:
3333 3333 3333 6666 6666
output:
1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 3333 3333 3333
result:
ok correct!
Test #4:
score: 0
Accepted
time: 1ms
memory: 3888kb
input:
892 503 712 1396 1215
output:
1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 893 503 712
result:
ok correct!
Test #5:
score: 0
Accepted
time: 1ms
memory: 3740kb
input:
868 365 947 1235 1314
output:
1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 868 367 947
result:
ok correct!
Test #6:
score: 0
Accepted
time: 1ms
memory: 3748kb
input:
684 827 794 1511 1620
output:
1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 684 827 793
result:
ok correct!
Test #7:
score: -100
Wrong Answer
time: 1ms
memory: 3744kb
input:
308 23 440 329 463
output:
1 0 0 0 1 0 0 0 1 1 1 0 0 1 1 306 23 440
result:
wrong answer read