fork download
  1. #include <stdio.h>
  2. main()
  3. {
  4. int a,b, h, mb;
  5. printf("jep 2 nr te plote\n");
  6. scanf("%d%d",&a,&b);
  7. h=a/b;
  8. mb=a%b;
  9. printf("Heresi=%d\n",h);
  10. printf("Mbetja=%d\n",mb);
  11. }
  12.  
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
jep 2 nr te plote
Heresi=39464
Mbetja=2320