0_0_13802466_16098.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13802466_16098.cpp: In function 'int main()':
0_0_13802466_16098.cpp:22:11: error: expected primary-expression before '%' token
printf(%d
^
0_0_13802466_16098.cpp:22:12: error: 'd' was not declared in this scope
printf(%d
^
0_0_13802466_16098.cpp:23:3: error: 'printf' was not declared in this scope
,n);
^
|