Submission #18859341


Source Code Expand

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

print(N//W)

Submission Info

Submission Time
Task A - Brick
User noyan
Language PyPy3 (7.3.0)
Score 100
Code Size 47 Byte
Status AC
Exec Time 95 ms
Memory 61536 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 95 ms 61428 KiB
random_01.txt AC 54 ms 61224 KiB
random_02.txt AC 46 ms 61292 KiB
random_03.txt AC 50 ms 61236 KiB
random_04.txt AC 56 ms 61424 KiB
random_05.txt AC 45 ms 61096 KiB
random_06.txt AC 53 ms 61260 KiB
random_07.txt AC 55 ms 61308 KiB
random_08.txt AC 56 ms 61536 KiB
random_11.txt AC 55 ms 61228 KiB
random_12.txt AC 51 ms 61452 KiB
sample_01.txt AC 48 ms 61384 KiB
sample_02.txt AC 53 ms 61296 KiB