Submission #38335678
Source Code Expand
s = int(input())
a = int(input())
b = int(input())
if a > s:
num_icecream = 0
elif (s - a) % b == 0:
num_icecream = (s - a) // b
else:
num_icecream = (s - a) // b + 1
print(250 + num_icecream * 100)
Submission Info
| Submission Time | |
|---|---|
| Task | B - アイスクリーム (Ice Cream) |
| User | Pro_ktmr |
| Language | PyPy3 (7.3.0) |
| Score | 100 |
| Code Size | 221 Byte |
| Status | AC |
| Exec Time | 60 ms |
| Memory | 61808 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample-01.txt, sample-02.txt, sample-03.txt |
| All | 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt, 01-11.txt, 01-12.txt, 01-13.txt, 01-14.txt, 01-15.txt, 01-16.txt, 01-17.txt, 01-18.txt, 01-19.txt, 01-20.txt, 01-21.txt, 01-22.txt, 01-23.txt, 01-24.txt, 01-25.txt, 01-26.txt, 01-27.txt, 01-28.txt, 01-29.txt, 01-30.txt, 01-31.txt, sample-01.txt, sample-02.txt, sample-03.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | AC | 60 ms | 61808 KiB |
| 01-02.txt | AC | 47 ms | 61704 KiB |
| 01-03.txt | AC | 50 ms | 61528 KiB |
| 01-04.txt | AC | 45 ms | 61536 KiB |
| 01-05.txt | AC | 49 ms | 61604 KiB |
| 01-06.txt | AC | 47 ms | 61712 KiB |
| 01-07.txt | AC | 48 ms | 61440 KiB |
| 01-08.txt | AC | 49 ms | 61740 KiB |
| 01-09.txt | AC | 48 ms | 61428 KiB |
| 01-10.txt | AC | 48 ms | 61804 KiB |
| 01-11.txt | AC | 47 ms | 61472 KiB |
| 01-12.txt | AC | 45 ms | 61608 KiB |
| 01-13.txt | AC | 48 ms | 61764 KiB |
| 01-14.txt | AC | 47 ms | 61800 KiB |
| 01-15.txt | AC | 50 ms | 61736 KiB |
| 01-16.txt | AC | 49 ms | 61600 KiB |
| 01-17.txt | AC | 48 ms | 61728 KiB |
| 01-18.txt | AC | 48 ms | 61720 KiB |
| 01-19.txt | AC | 49 ms | 61680 KiB |
| 01-20.txt | AC | 48 ms | 61680 KiB |
| 01-21.txt | AC | 48 ms | 61672 KiB |
| 01-22.txt | AC | 50 ms | 61612 KiB |
| 01-23.txt | AC | 53 ms | 61660 KiB |
| 01-24.txt | AC | 49 ms | 61588 KiB |
| 01-25.txt | AC | 47 ms | 61432 KiB |
| 01-26.txt | AC | 50 ms | 61560 KiB |
| 01-27.txt | AC | 50 ms | 61476 KiB |
| 01-28.txt | AC | 51 ms | 61464 KiB |
| 01-29.txt | AC | 50 ms | 61548 KiB |
| 01-30.txt | AC | 48 ms | 61596 KiB |
| 01-31.txt | AC | 49 ms | 61716 KiB |
| sample-01.txt | AC | 51 ms | 61716 KiB |
| sample-02.txt | AC | 50 ms | 61596 KiB |
| sample-03.txt | AC | 48 ms | 61580 KiB |