Advertisement
dllbridge

Untitled

Nov 22nd, 2024
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1.  
  2. #include   <stdio.h>
  3.  
  4.  
  5.  
  6.  
  7. ///////////////////////////////////////////
  8. int main()
  9. {
  10.    
  11.     int nSerial = 0,
  12.         nOst    = 0,
  13.         n       = 0;
  14.        
  15.     scanf("%d", &n);    
  16.    
  17.     nSerial = n/7;
  18.     nOst    = n%7;
  19. }
  20.  
  21.  
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement