Submission #45490847
Source Code Expand
Copy
A, B = map(int, input().split())if A % B == 0:print(A//B)else:print(A//B+1)
A, B = map(int, input().split()) if A % B == 0: print(A//B) else: print(A//B+1)
Submission Info
Submission Time | |
---|---|
Task | A - Attack |
User | KoyanagiHitoshi |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 88 Byte |
Status | AC |
Exec Time | 10 ms |
Memory | 8652 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | example_00.txt, example_01.txt, example_02.txt |
All | example_00.txt, example_01.txt, example_02.txt, test_00.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt, test_10.txt, test_11.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
example_00.txt | AC | 9 ms | 8652 KB |
example_01.txt | AC | 9 ms | 8492 KB |
example_02.txt | AC | 9 ms | 8584 KB |
test_00.txt | AC | 9 ms | 8472 KB |
test_01.txt | AC | 9 ms | 8508 KB |
test_02.txt | AC | 10 ms | 8604 KB |
test_03.txt | AC | 9 ms | 8552 KB |
test_04.txt | AC | 9 ms | 8516 KB |
test_05.txt | AC | 9 ms | 8476 KB |
test_06.txt | AC | 10 ms | 8492 KB |
test_07.txt | AC | 9 ms | 8584 KB |
test_08.txt | AC | 9 ms | 8528 KB |
test_09.txt | AC | 9 ms | 8496 KB |
test_10.txt | AC | 9 ms | 8484 KB |
test_11.txt | AC | 9 ms | 8556 KB |