QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#408579 | #6749. Target | MaMengQi | WA | 1ms | 3844kb | C++17 | 1014b | 2024-05-10 18:40:02 | 2024-05-10 18:40: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: 1ms
memory: 3732kb
input:
0.5 0.25
output:
11111111111111111111111111111111111111111111111121
result:
ok ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3752kb
input:
1 0.75
output:
11111111111111111111111111111111111111111111111122
result:
ok ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3844kb
input:
1 0
output:
11111111111111111111111111111111111111111111111111
result:
ok ok
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3644kb
input:
0.361954 0.578805
output:
11111111111111111111111111111111111121121211112122
result:
wrong answer wa