0_0_29550199_12068.cpp: In function 'int main()':
0_0_29550199_12068.cpp:23:5: error: 'set' was not declared in this scope
set<string> all, lose;
^
0_0_29550199_12068.cpp:23:5: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:61:0,
from 0_0_29550199_12068.cpp:15:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_set.h:90:11: note: 'std::set'
class set
^
0_0_29550199_12068.cpp:23:9: error: 'string' was not declared in this scope
set<string> all, lose;
^
0_0_29550199_12068.cpp:23:9: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_29550199_12068.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:62:33: note: 'std::string'
typedef basic_string<char> string;
^
0_0_29550199_12068.cpp:23:17: error: 'all' was not declared in this scope
set<string> all, lose;
^
0_0_29550199_12068.cpp:23:22: error: 'lose' was not declared in this scope
set<string> all, lose;
^
0_0_29550199_12068.cpp:24:12: error: expected ';' before 'Winner'
string Winner, loser;
^
0_0_29550199_12068.cpp:27:11: error: 'cin' was not declared in this scope
while(cin >> n && n != 0) {
^
0_0_29550199_12068.cpp:27:11: note: suggested alternative:
In file included from 0_0_29550199_12068.cpp:10:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:60:18: note: 'std::cin'
extern istream cin; /// Linked to standard input
^
0_0_29550199_12068.cpp:32:20: error: 'Winner' was not declared in this scope
cin >> Winner >> loser;
^
0_0_29550199_12068.cpp:32:30: error: 'loser' was not declared in this scope
cin >> Winner >> loser;
^
0_0_29550199_12068.cpp:42:13: error: 'cout' was not declared in this scope
cout << "Yes" << endl;
^
0_0_29550199_12068.cpp:42:13: note: suggested alternative:
In file included from 0_0_29550199_12068.cpp:10:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:61:18: note: 'std::cout'
extern ostream cout; /// Linked to standard output
^
0_0_29550199_12068.cpp:42:30: error: 'endl' was not declared in this scope
cout << "Yes" << endl;
^
0_0_29550199_12068.cpp:42:30: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/fstream:38,
from 0_0_29550199_12068.cpp:8:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^
0_0_29550199_12068.cpp:44:13: error: 'cout' was not declared in this scope
cout << "No" << endl;
^
0_0_29550199_12068.cpp:44:13: note: suggested alternative:
In file included from 0_0_29550199_12068.cpp:10:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:61:18: note: 'std::cout'
extern ostream cout; /// Linked to standard output
^
0_0_29550199_12068.cpp:44:29: error: 'endl' was not declared in this scope
cout << "No" << endl;
^
0_0_29550199_12068.cpp:44:29: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/fstream:38,
from 0_0_29550199_12068.cpp:8:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^
|