Home
О нас
Products
Services
Регистрация
Войти
Поиск
00super00
@00super00
April 2021
1
15
Report
Помогите с решением задач на языке python
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
hermanyanush2owupbd
Вася:
t = int(input())
v = int(input())
print((v * t) % 109)
Сумма:
print(sum(map(int,list(input()))))
Улитка:
h = int(input())
a = int(input())
b = int(input())
print((h - a) // (a - b) + 1 + (h - a) % (a - b))
0 votes
Thanks 0
×
Report "Помогите с решением задач на языке python..."
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
t = int(input())
v = int(input())
print((v * t) % 109)
Сумма:
print(sum(map(int,list(input()))))
Улитка:
h = int(input())
a = int(input())
b = int(input())
print((h - a) // (a - b) + 1 + (h - a) % (a - b))