0_0_20128708_18670.cpp:6:2: error: stray '\243' in program
{char a,b,c,x,y£¬z;
^
0_0_20128708_18670.cpp:6:2: error: stray '\254' in program
0_0_20128708_18670.cpp: In function 'int main()':
0_0_20128708_18670.cpp:5:7: error: 'cin' was not declared in this scope
while(cin>>a>>b>>c)
^
0_0_20128708_18670.cpp:5:7: note: suggested alternative:
In file included from 0_0_20128708_18670.cpp:2: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_20128708_18670.cpp:5:12: error: 'a' was not declared in this scope
while(cin>>a>>b>>c)
^
0_0_20128708_18670.cpp:5:15: error: 'b' was not declared in this scope
while(cin>>a>>b>>c)
^
0_0_20128708_18670.cpp:5:18: error: 'c' was not declared in this scope
while(cin>>a>>b>>c)
^
0_0_20128708_18670.cpp:6:19: error: expected initializer before 'z'
{char a,b,c,x,y£¬z;
^
0_0_20128708_18670.cpp:7:11: error: expected ':' before ';' token
x=a>b?b,a;
^
0_0_20128708_18670.cpp:7:11: error: expected primary-expression before ';' token
0_0_20128708_18670.cpp:8:11: error: expected ':' before ';' token
x=x>c?c,x;
^
0_0_20128708_18670.cpp:8:11: error: expected primary-expression before ';' token
0_0_20128708_18670.cpp:9:2: error: 'y' was not declared in this scope
y=a<b?b,a;
^
0_0_20128708_18670.cpp:9:11: error: expected ':' before ';' token
y=a<b?b,a;
^
0_0_20128708_18670.cpp:9:11: error: expected primary-expression before ';' token
0_0_20128708_18670.cpp:10:11: error: expected ':' before ';' token
y=x<c?c,x;
^
0_0_20128708_18670.cpp:10:11: error: expected primary-expression before ';' token
0_0_20128708_18670.cpp:11:2: error: 'z' was not declared in this scope
z=a+b+c-x-y;
^
0_0_20128708_18670.cpp:12:2: error: 'cout' was not declared in this scope
cout<<x<<z<<y<<endl;
^
0_0_20128708_18670.cpp:12:2: note: suggested alternative:
In file included from 0_0_20128708_18670.cpp:2: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_20128708_18670.cpp:12:17: error: 'endl' was not declared in this scope
cout<<x<<z<<y<<endl;
^
0_0_20128708_18670.cpp:12:17: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39:0,
from 0_0_20128708_18670.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^
|