Any questions do not hesitate to contact.
#include <bits/stdc++.h> using namespace std; int main(){ int n1,n2,n3; scanf("%d %d %d",&n1,&n2,&n3); printf("%d\n",((n1+1)*(n2+1))/(n3+1)-1); return 0; }
Keep in touch with Isaac Lozano Osorio!