QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#525539#6749. TargetZhaoZiLongWA 0ms3780kbC++20625b2024-08-20 17:51:402024-08-20 17:51:40

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3748kb

input:

0.5 0.25

output:

11111111111121

result:

ok ok

Test #2:

score: 0
Accepted
time: 0ms
memory: 3728kb

input:

1 0.75

output:

111111111111122

result:

ok ok

Test #3:

score: 0
Accepted
time: 0ms
memory: 3780kb

input:

1 0

output:

11111111111111

result:

ok ok

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3748kb

input:

0.361954 0.578805

output:

1111111111122

result:

wrong answer wa