#include"iostream.h" void main() { int h=0,h1=0,h2=0,m=0,m1=0,m2=0,s=0,s1=0,s2=0,day=0; cout<<"Please enter first time"; cout<<"hour (space) minute (space) secound (space)"; cin>>h1>>m1>>s1; cout<<"Please enter secound time"; cout<<"hour (space) minute (space) secound (space)"; cin>>h2>>m2>>s2; s=s1+s2; if(s>=60) {m+=1;s%=60;} m=m+m1+m2; if(m>=60) {h+=1;m%=60;} h=h+h1+h2; day=h/24; h%=24; cout<<"http://pnu.hamidjalali.com\n"; cout<<"We have "<