블로그 관리 쉬는 중
#include<cstdio> int a, b, c; int main() { scanf("%d %d %d", &a, &b, &c); printf("%d", (a*b - c)*(a*b > c)); return 0; }
댓글 없음 :
댓글 쓰기