Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. using static System.Console;
  2.  
  3. class C {
  4.  
  5. static void Main(string[] z) {
  6. var s = ReadLine();
  7. WriteLine(System.TimeSpan.Parse(s).TotalMinutes);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement