#include main() { int K, N, F; int A[100]; scanf("%d %d %d", &K, &N, &F); for (int i=0; i K*N) printf("-1\n"); else printf("%d\n", K*N-sum); }