Search found 2 matches

by aasun
Sat Dec 22, 2012 6:17 pm
Forum: Volume 4 (400-499)
Topic: 409 - Excuses, Excuses!
Replies: 63
Views: 17948

why i got WA in 409 (PLZ help)

//I could not match the last \n
#include<iostream>
#include<string>
#include<map>
#include<vector>
#include<cstdio>
#include<cctype>
using namespace std;
int main()
{
int test_key,test_line,a,i,j;
string st,line;
char arrey[100];
vector<string>store_key,key_test,result;
int p=0;
while(scanf ...
by aasun
Sat Dec 22, 2012 6:13 pm
Forum: Volume 4 (400-499)
Topic: 409 - Excuses, Excuses!
Replies: 63
Views: 17948

409 - Excuses, Excuses!

#include<iostream>
#include<string>
#include<map>
#include<vector>
#include<cstdio>
#include<cctype>
using namespace std;
int main()
{
int test_key,test_line,a,i,j;
string st,line;
char arrey[100];
vector<string>store_key,key_test,result;
int p=0;
while(scanf("%d %d",&test_key,&test_line)!=EOF ...

Go to advanced search