0_0_32995504_17138.cpp:1:2: error: invalid preprocessing directive #inclide
#inclide<stdio.h>
^
0_0_32995504_17138.cpp: In function 'int main()':
0_0_32995504_17138.cpp:5:26: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&a,&b))!=EOF)
^
0_0_32995504_17138.cpp:5:28: error: expected primary-expression before '!=' token
while(scanf("%d%d",&a,&b))!=EOF)
^
0_0_32995504_17138.cpp:5:30: error: 'EOF' was not declared in this scope
while(scanf("%d%d",&a,&b))!=EOF)
^
|