Advertisement
Raul_julian

Corrida-[OBI]

Jun 17th, 2013
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {  
  5.     int C, N;
  6.  
  7.     scanf("%d %d", &C, &N);
  8.    
  9.     printf("%d", C%N);
  10.  
  11.  
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement