0_0_15479793_32098.cpp: In function 'int main()':
0_0_15479793_32098.cpp:4:21: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
scanf("%d %d/n",&a&b);
^
0_0_15479793_32098.cpp:6:18: error: 'ptintf' was not declared in this scope
ptintf("%d",c);
^
|