python-algorithm

백준 16483 접시 안의 원

무적김두칠 2021. 11. 30. 11:55

1
2
t=int(input())
print(int (round( pow(t,2)/4 ,0)) )
cs
반응형