0_0_34838283_14466.cpp:1:2: error: invalid preprocessing directive #inlcude
#inlcude<stdio.h>
^
0_0_34838283_14466.cpp: In function 'int main()':
0_0_34838283_14466.cpp:10:21: error: 'scanf' was not declared in this scope
while(scanf("%d",&n) && (n<=20))
^
0_0_34838283_14466.cpp:13:24: error: 'printf' was not declared in this scope
printf("%I64d\n",a[m]);
^
|