0_0_36970692_10141.cpp:1:2: error: invalid preprocessing directive #includ
#includ<stdio.h>
^
0_0_36970692_10141.cpp: In function 'int main()':
0_0_36970692_10141.cpp:4:1: error: expected initializer before 'i'
i =1
^
0_0_36970692_10141.cpp:9:18: error: 'printf' was not declared in this scope
printf("%d/n",a+b);
^
0_0_36970692_10141.cpp:10:1: error: 'i' was not declared in this scope
i = i+1 ;
^
0_0_36970692_10141.cpp:12:1: error: expected ';' before '}' token
}
^
|