Submission #13889258


Source Code Expand

import math
from decimal import Decimal

A, B = input().split()
a = int(A)
b = Decimal(B)
print(math.floor(a * b))

Submission Info

Submission Time
Task C - Multiplication 3
User sakano26
Language Python (3.8.2)
Score 300
Code Size 122 Byte
Status AC
Exec Time 26 ms
Memory 10012 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 300 / 300
Status
AC × 3
AC × 20
Set Name Test Cases
Sample sample_01.txt, sample_02.txt, sample_03.txt
All hand_01.txt, hand_02.txt, hand_03.txt, random_01.txt, random_02.txt, random_03.txt, random_11.txt, random_12.txt, random_13.txt, random_21.txt, random_22.txt, random_23.txt, random_31.txt, random_32.txt, random_33.txt, sample_01.txt, sample_02.txt, sample_03.txt, zero_01.txt, zero_02.txt
Case Name Status Exec Time Memory
hand_01.txt AC 22 ms 10012 KiB
hand_02.txt AC 26 ms 10000 KiB
hand_03.txt AC 22 ms 9928 KiB
random_01.txt AC 21 ms 9800 KiB
random_02.txt AC 24 ms 9920 KiB
random_03.txt AC 25 ms 9896 KiB
random_11.txt AC 24 ms 9788 KiB
random_12.txt AC 23 ms 9792 KiB
random_13.txt AC 24 ms 9784 KiB
random_21.txt AC 23 ms 9936 KiB
random_22.txt AC 21 ms 10012 KiB
random_23.txt AC 24 ms 9796 KiB
random_31.txt AC 22 ms 9924 KiB
random_32.txt AC 23 ms 9788 KiB
random_33.txt AC 21 ms 9884 KiB
sample_01.txt AC 25 ms 9884 KiB
sample_02.txt AC 21 ms 9960 KiB
sample_03.txt AC 23 ms 9924 KiB
zero_01.txt AC 23 ms 9832 KiB
zero_02.txt AC 26 ms 9800 KiB