0_0_33671531_300.cpp:1:2: error: invalid preprocessing directive #inclue
#inclue<stdio.h>
^
0_0_33671531_300.cpp: In function 'int main()':
0_0_33671531_300.cpp:10:22: error: 'scanf' was not declared in this scope
while(scanf("%s",d[i])!=EOF){
^
0_0_33671531_300.cpp:10:25: error: 'EOF' was not declared in this scope
while(scanf("%s",d[i])!=EOF){
^
0_0_33671531_300.cpp:20:15: error: 'printf' was not declared in this scope
printf("%d",s);
^
|