Search found 1 match

by mou23
Mon Jun 13, 2016 8:05 am
Forum: Volume 125 (12500-12599)
Topic: baby me
Replies: 0
Views: 5187

baby me

I can;t find any problem with my code.can anyone help me?
#include<iostream>
#include <sstream>
#include<cstdio>

using namespace std;

int main()
{
int t;
scanf("%d",&t);
string s;
getline(cin,s);
for(int i=1;i<=t;i++){
getline(cin,s);
if(s.length()>=4){
istringstream iss(s);
char c1,c2 ...

Go to advanced search