Search found 1 match

by aum
Wed Apr 15, 2009 12:36 pm
Forum: Volume 115 (11500-11599)
Topic: 11530 - SMS Typing
Replies: 41
Views: 16691

Re: 11530 - SMS Typing

Hi everyone,

I am getting WA in this problem. This is how i accept the input

# include <iostream>
# include <string>

using namespace std;

int main()
{
int t,c = 0;
cin>>t;

//do something here

fflush(stdin);
string inp;

while(t--)
{
getline(cin,inp);

//do something here

cout ...

Go to advanced search