0_0_31686649_31554.cpp:8:2: error: stray '\243' in program
int n£¬m;
^
0_0_31686649_31554.cpp:8:2: error: stray '\254' in program
0_0_31686649_31554.cpp:4:1: error: 'us' does not name a type
us namespace std;
^
0_0_31686649_31554.cpp: In function 'int main()':
0_0_31686649_31554.cpp:8:9: error: expected initializer before 'm'
int n£¬m;
^
0_0_31686649_31554.cpp:9:8: error: 'cin' was not declared in this scope
while(cin>>n>>m)
^
0_0_31686649_31554.cpp:9:8: note: suggested alternative:
In file included from 0_0_31686649_31554.cpp:1: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_31686649_31554.cpp:9:13: error: 'n' was not declared in this scope
while(cin>>n>>m)
^
0_0_31686649_31554.cpp:9:16: error: 'm' was not declared in this scope
while(cin>>n>>m)
^
0_0_31686649_31554.cpp:12:21: error: unable to find numeric literal operator 'operator""m'
int a = sqrt(n*n- 4m);
^
0_0_31686649_31554.cpp:12:21: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_31686649_31554.cpp:13:21: error: unable to find numeric literal operator 'operator""m'
if(a * a != n*n - 4m)
^
0_0_31686649_31554.cpp:13:21: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_31686649_31554.cpp:15:4: error: 'cout' was not declared in this scope
cout << "No" << endl;
^
0_0_31686649_31554.cpp:15:4: note: suggested alternative:
In file included from 0_0_31686649_31554.cpp:1: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_31686649_31554.cpp:15:20: error: 'endl' was not declared in this scope
cout << "No" << endl;
^
0_0_31686649_31554.cpp:15:20: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39:0,
from 0_0_31686649_31554.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^
0_0_31686649_31554.cpp:20:4: error: 'cout' was not declared in this scope
cout << "Yes" << endl;
^
0_0_31686649_31554.cpp:20:4: note: suggested alternative:
In file included from 0_0_31686649_31554.cpp:1: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_31686649_31554.cpp:20:21: error: 'endl' was not declared in this scope
cout << "Yes" << endl;
^
0_0_31686649_31554.cpp:20:21: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39:0,
from 0_0_31686649_31554.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^
0_0_31686649_31554.cpp:24:4: error: 'cout' was not declared in this scope
cout << "No" << endl;
^
0_0_31686649_31554.cpp:24:4: note: suggested alternative:
In file included from 0_0_31686649_31554.cpp:1: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_31686649_31554.cpp:24:20: error: 'endl' was not declared in this scope
cout << "No" << endl;
^
0_0_31686649_31554.cpp:24:20: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39:0,
from 0_0_31686649_31554.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^
|