Guest User

Untitled

a guest
Jan 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. int time(int h,int m, int s)
  2.  
  3. }
  4. {return h*3600+m*60+s}
  5. }
  6. int total=s
  7. total+= m*60;
  8. total+=h*3600;
  9. return total;
Add Comment
Please, Sign In to add comment