Search found 1 match

by timiscool_sike
Tue Dec 06, 2011 11:14 pm
Forum: Volume 101 (10100-10199)
Topic: 10191 - Longest Nap
Replies: 75
Views: 43812

10191 Wrong Answer-but it always outputs correctly.

#include<algorithm>
#include<iostream>
#include<fstream>
#include<string>
#include<iterator>
#include<sstream>
#include<vector>

using namespace std;

int main()
{
string str, str1a, str1b, str2a, str2b ;
int hrs, mins1,mins2, time1a,time1b, time2a, time2b, naptime, appointments=0,count= 0, day=0 ...

Go to advanced search