0_0_32298322_21633.cpp:1:1: error: 'include' does not name a type
include<stdio.h>
^
0_0_32298322_21633.cpp: In function 'int main()':
0_0_32298322_21633.cpp:24:24: error: 'scanf' was not declared in this scope
while(scanf("%d",&n)!=EOF){
^
0_0_32298322_21633.cpp:24:27: error: 'EOF' was not declared in this scope
while(scanf("%d",&n)!=EOF){
^
0_0_32298322_21633.cpp:25:31: error: 'printf' was not declared in this scope
printf("%d\n",prime[n]);
^
|