1_868_8963_14161.cpp:6:1: error: stray '\243' in program
int main(£©{
^
1_868_8963_14161.cpp:6:1: error: stray '\251' in program
1_868_8963_14161.cpp:7:6: error: expected primary-expression before 'int'
int a,b;
^
1_868_8963_14161.cpp:7:6: error: expected '}' before 'int'
1_868_8963_14161.cpp:7:6: error: expected ')' before 'int'
1_868_8963_14161.cpp:7:12: error: 'b' was not declared in this scope
int a,b;
^
1_868_8963_14161.cpp:8:6: error: 'cin' does not name a type
cin>>a>>b;
^
1_868_8963_14161.cpp:9:6: error: 'cout' does not name a type
cout<<(a+b)*(a-b)/4<<endl;
^
1_868_8963_14161.cpp:10:1: error: expected declaration before '}' token
}
^
|