|  | 
|  | 
| вернуться в форум | C++ hint Послано ASK  30 окт 2010 18:48You can use STL and iostream without time limit:
 typedef vector<string> VS;
 typedef set<string> SS;
 typedef map<string,SS> M;
 
 getline(cin,s);
 
Re: C++ hint I think , you should read char("each symbol").you should use scanf("%c",&c) or getchar();
 | 
 | 
|