Submission #2241280


Source Code Expand

n,m=map(int,input().split())
ans=0
for i in range(1,10000):
    ans+=i*m*1900*(((1/2)**m)**i)+(n-m)*100
print(int(ans))

Submission Info

Submission Time
Task C - HSI
User Hiss
Language Python (3.4.3)
Score 0
Code Size 123 Byte
Status WA
Exec Time 27 ms
Memory 3188 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 300
Status
AC × 1
WA × 2
AC × 2
WA × 12
Set Name Test Cases
Sample example_0, example_1, example_2
All example_0, example_1, example_2, handmade_0, rand_0, rand_1, rand_2, rand_3, rand_4, rand_5, rand_6, rand_7, rand_8, rand_9
Case Name Status Exec Time Memory
example_0 AC 26 ms 3188 KB
example_1 WA 26 ms 2940 KB
example_2 WA 27 ms 2940 KB
handmade_0 AC 24 ms 2940 KB
rand_0 WA 26 ms 2940 KB
rand_1 WA 25 ms 2940 KB
rand_2 WA 26 ms 2940 KB
rand_3 WA 25 ms 2940 KB
rand_4 WA 25 ms 2940 KB
rand_5 WA 25 ms 2940 KB
rand_6 WA 25 ms 2940 KB
rand_7 WA 25 ms 2940 KB
rand_8 WA 25 ms 2940 KB
rand_9 WA 24 ms 2940 KB