Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1.  
  2. #include <stdio.h>
  3.  
  4.  
  5. struct Time
  6. {
  7.     int hours;
  8.     int minutes;
  9. };
  10.  
  11.  
  12.  
  13.  
  14. int main()
  15. {
  16.     int *mass_time;
  17.     int control_time;
  18.     scanf("%d", &control_time)
  19.     mass_time
  20.     while
  21.     return 0;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement