0_0_24422294_22145.cpp:1:31: error: stray '#' in program
<span style="font-size:18px;">#include <iostream>
^
0_0_24422294_22145.cpp:1:1: error: expected unqualified-id before '<' token
<span style="font-size:18px;">#include <iostream>
^
0_0_24422294_22145.cpp: In function 'int main()':
0_0_24422294_22145.cpp:28:2: error: 'cout' was not declared in this scope
cout << (getsg(n, m) ? "WIN" : "LOSE") << endl;
^
0_0_24422294_22145.cpp:28:44: error: 'endl' was not declared in this scope
cout << (getsg(n, m) ? "WIN" : "LOSE") << endl;
^
0_0_24422294_22145.cpp: At global scope:
0_0_24422294_22145.cpp:32:1: error: expected unqualified-id before '<' token
</span>
^
|