0_0_15577379_19141.cpp: In function 'int main()':
0_0_15577379_19141.cpp:47:16: error: cannot convert 'char*' to 'int*' for argument '3' to 'void Add(int*, int*, int*)'
Add(c, d, sum);
^
0_0_15577379_19141.cpp:51:10: error: cannot convert 'char*' to 'int*' for argument '1' to 'void PUT(int*)'
PUT(sum);
^
|