0_0_36783588_21136.cpp:7:5: error: stray '\243' in program
printf("a+b=%d\n", c£©;
^
0_0_36783588_21136.cpp:7:5: error: stray '\251' in program
0_0_36783588_21136.cpp: In function 'int main()':
0_0_36783588_21136.cpp:5:23: error: 'B' was not declared in this scope
scanf("%d%d", &a,&B);
^
0_0_36783588_21136.cpp:7:27: error: expected ')' before ';' token
printf("a+b=%d\n", c£©;
^
0_0_36783588_21136.cpp:9:3: error: expected ';' before '}' token
}
^
|