0_0_20128761_15558.cpp:7:2: error: stray '\243' in program
{char a,b,c,x,y£¬z;
^
0_0_20128761_15558.cpp:7:2: error: stray '\254' in program
0_0_20128761_15558.cpp: In function 'int main()':
0_0_20128761_15558.cpp:6:12: error: 'a' was not declared in this scope
while(cin>>a>>b>>c)
^
0_0_20128761_15558.cpp:6:15: error: 'b' was not declared in this scope
while(cin>>a>>b>>c)
^
0_0_20128761_15558.cpp:6:18: error: 'c' was not declared in this scope
while(cin>>a>>b>>c)
^
0_0_20128761_15558.cpp:7:19: error: expected initializer before 'z'
{char a,b,c,x,y£¬z;
^
0_0_20128761_15558.cpp:8:11: error: expected ':' before ';' token
x=a>b?b,a;
^
0_0_20128761_15558.cpp:8:11: error: expected primary-expression before ';' token
0_0_20128761_15558.cpp:9:11: error: expected ':' before ';' token
x=x>c?c,x;
^
0_0_20128761_15558.cpp:9:11: error: expected primary-expression before ';' token
0_0_20128761_15558.cpp:10:2: error: 'y' was not declared in this scope
y=a<b?b,a;
^
0_0_20128761_15558.cpp:10:11: error: expected ':' before ';' token
y=a<b?b,a;
^
0_0_20128761_15558.cpp:10:11: error: expected primary-expression before ';' token
0_0_20128761_15558.cpp:11:11: error: expected ':' before ';' token
y=x<c?c,x;
^
0_0_20128761_15558.cpp:11:11: error: expected primary-expression before ';' token
0_0_20128761_15558.cpp:12:2: error: 'z' was not declared in this scope
z=a+b+c-x-y;
^
|