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