0_0_15529218_10330.cpp:5:1: error: stray '\243' in program
scanf("%d%d",&AŁ¬&B);
^
0_0_15529218_10330.cpp:5:1: error: stray '\254' in program
0_0_15529218_10330.cpp:2:12: error: '::main' must return 'int'
void main ()
^
0_0_15529218_10330.cpp: In function 'int main()':
0_0_15529218_10330.cpp:5:19: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
scanf("%d%d",&AŁ¬&B);
^
0_0_15529218_10330.cpp:6:28: error: 'printfC' was not declared in this scope
printfC("%d %d\n%d",A,B,A+B);
^
|