|
|
вернуться в форумC++ hint Послано ASK 30 окт 2010 18:48 You 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(); |
|
|