
11677 - Alarm Clock
Snippet options
Download: Download snippet as 11677-alarm-clock.cpp.
Copy snippet: For this you need a free my code stock.com account.
Embed code : You will find the embed code for this snippet at the end of the page, if you want to embed it into a website or a blog!
#include<bits/stdc++.h> using namespace std ; int main() { int h1 , m1 , h2 , m2 ,t1 , t2 ; while(scanf("%d %d %d %d",&h1,&m1 ,&h2 ,&m2)) { if ((h1+h2+m1+m2)==0)break ; t1 = h1*60 +m1 ; t2 = h2 *60 +m2 ; if(t1>t2) { t2 = t2 + 60*24 ; } printf("%d\n",t2-t1) ; } return 0 ; }
Create a free my code stock.com account now.
my code stok.com is a free service, which allows you to save and manage code snippes of any kind and programming language. We provide many advantages for your daily work with code-snippets, also for your teamwork. Give it a try!
Find out more and register nowYou can customize the height of iFrame-Codes as needed! You can find more infos in our API Reference for iframe Embeds.