QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#409156 | #6749. Target | ZhangYiDe | WA | 11ms | 9916kb | Python3 | 310b | 2024-05-11 19:44:21 | 2024-05-11 19:44:22 |
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: 11ms
memory: 9840kb
input:
0.5 0.25
output:
1
result:
ok ok
Test #2:
score: 0
Accepted
time: 11ms
memory: 9900kb
input:
1 0.75
output:
12
result:
ok ok
Test #3:
score: 0
Accepted
time: 7ms
memory: 9776kb
input:
1 0
output:
11111111111111
result:
ok ok
Test #4:
score: -100
Wrong Answer
time: 10ms
memory: 9916kb
input:
0.361954 0.578805
output:
212121212121212121212121212121212121212121212121212
result:
wrong answer wa