#include <stdio.h> int main() { int n,h,m; if(m<=n*h){ scanf("%d %d %d",&n,&h,&m); printf("%d",n-(m/h+m%h)); } else printf("cuo"); return 0; }