Submission #18870788


Source Code Expand

N, W = map(int, input().split())
print(N//W)

Submission Info

Submission Time
Task A - Brick
User LiquidMetalSlime
Language Python (3.8.2)
Score 100
Code Size 47 Byte
Status AC
Exec Time 26 ms
Memory 9136 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 13
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All hand_01.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_11.txt, random_12.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
hand_01.txt AC 22 ms 8940 KiB
random_01.txt AC 26 ms 9004 KiB
random_02.txt AC 19 ms 8848 KiB
random_03.txt AC 20 ms 8844 KiB
random_04.txt AC 19 ms 9136 KiB
random_05.txt AC 18 ms 9004 KiB
random_06.txt AC 21 ms 9000 KiB
random_07.txt AC 18 ms 8836 KiB
random_08.txt AC 18 ms 9076 KiB
random_11.txt AC 25 ms 9012 KiB
random_12.txt AC 21 ms 8956 KiB
sample_01.txt AC 19 ms 8844 KiB
sample_02.txt AC 21 ms 8840 KiB