Search found 3 matches
- Tue Apr 26, 2005 4:52 am
- Forum: Volume 108 (10800-10899)
- Topic: 10815 - Andy's First Dictionary
- Replies: 116
- Views: 48876
- Mon Apr 25, 2005 2:49 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10815 - Andy's First Dictionary
- Replies: 116
- Views: 48876
- Mon Apr 25, 2005 12:37 am
- Forum: Volume 108 (10800-10899)
- Topic: 10815 - Andy's First Dictionary
- Replies: 116
- Views: 48876
10815 - Why WA?
Why does my code receive WA??
#include <ctype.h>
#include <iostream>
#include <fstream>
#include<algorithm>
#include <vector>
#include <string>
#include <set>
using namespace std;
void pri(string str) {
cout << str << endl;
}
string palavra;
string palavra2;
set<string> lista;
int num=0;
int ...
#include <ctype.h>
#include <iostream>
#include <fstream>
#include<algorithm>
#include <vector>
#include <string>
#include <set>
using namespace std;
void pri(string str) {
cout << str << endl;
}
string palavra;
string palavra2;
set<string> lista;
int num=0;
int ...