Search found 1 match

by rakibz
Tue Aug 23, 2011 7:29 pm
Forum: Volume 116 (11600-11699)
Topic: 11650 - Mirror Clock
Replies: 15
Views: 6678

Re: 11650-why i get WA

Although i think i got all the right output getting WA constently........ can any1 help??? :roll: :cry:

#include<cstdio>
#include<iostream>
#include<cmath>
#include <cstdlib>
using namespace std;
int main()
{
int hr,min,n,i,mh,mm;
while(scanf("%d",&n)==1)
{
while(n--)
{
scanf("%2d:%2d",&hr ...

Go to advanced search