0_0_36138394_499.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include stdio.h
^
0_0_36138394_499.cpp: In function 'int main()':
0_0_36138394_499.cpp:5:24: error: 'scanf' was not declared in this scope
scanf("%d,%d", i, j);
^
0_0_36138394_499.cpp:6:21: error: 'printf' was not declared in this scope
printf("%d", i+j);
^
|