본문 바로가기
python-algorithm

[백준] 10156

by 무적김두칠 2020. 12. 16.

1
2
3
a,b,c=map(int,input().split())
if a*b>c: print(a*b-c)
else : print(0)
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 10179  (0) 2020.12.16
[백준] 10162  (0) 2020.12.16
[백준] 10101  (0) 2020.12.16
[백준] 5893  (0) 2020.12.15
[백준] 5543  (0) 2020.12.15

댓글