0_0_33486365_20285.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_33486365_20285.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_33486365_20285.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_33486365_20285.cpp: In function 'int main()':
0_0_33486365_20285.cpp:6:1: error: '__int64' was not declared in this scope
__int64 t,a[1000005],b[1000005];
^
0_0_33486365_20285.cpp:7:9: error: expected ';' before 'i'
__int64 i,j,l=1,d=0;
^
0_0_33486365_20285.cpp:8:16: error: 't' was not declared in this scope
scanf("%I64d",&t);
^
0_0_33486365_20285.cpp:8:17: error: 'scanf' was not declared in this scope
scanf("%I64d",&t);
^
0_0_33486365_20285.cpp:9:8: error: 'a' was not declared in this scope
memset(a,0,sizeof(a));
^
0_0_33486365_20285.cpp:9:21: error: 'memset' was not declared in this scope
memset(a,0,sizeof(a));
^
0_0_33486365_20285.cpp:10:9: error: 'i' was not declared in this scope
for(i=2;i<1000005;i++)
^
0_0_33486365_20285.cpp:14:1: error: 'b' was not declared in this scope
b[d++]=(__int64)i;
^
0_0_33486365_20285.cpp:14:3: error: 'd' was not declared in this scope
b[d++]=(__int64)i;
^
0_0_33486365_20285.cpp:15:5: error: 'j' was not declared in this scope
for(j=i+i;j<1000005;j=j+i)
^
0_0_33486365_20285.cpp:23:9: error: expected ';' before 'n'
__int64 n,k=0;
^
0_0_33486365_20285.cpp:24:16: error: 'n' was not declared in this scope
scanf("%I64d",&n);
^
0_0_33486365_20285.cpp:25:5: error: 'i' was not declared in this scope
for(i=0;i
^
0_0_33486365_20285.cpp:26:1: error: expected ';' before '{' token
{
^
0_0_33486365_20285.cpp:26:1: error: expected primary-expression before '{' token
0_0_33486365_20285.cpp:26:1: error: expected ')' before '{' token
0_0_33486365_20285.cpp:27:9: error: 'b' was not declared in this scope
while(n%b[i]==0)
^
0_0_33486365_20285.cpp:29:1: error: 'k' was not declared in this scope
k++;
^
0_0_33486365_20285.cpp:34:4: error: 'k' was not declared in this scope
if(k==2)
^
0_0_33486365_20285.cpp:38:1: error: 'k' was not declared in this scope
k=0;
^
0_0_33486365_20285.cpp:40:23: error: 'l' was not declared in this scope
printf("Case %I64d: ",l++);
^
0_0_33486365_20285.cpp:40:26: error: 'printf' was not declared in this scope
printf("Case %I64d: ",l++);
^
0_0_33486365_20285.cpp:41:4: error: 'k' was not declared in this scope
if(k==2)
^
0_0_33486365_20285.cpp:47:16: error: expected ')' before 'sqrt'
if(n==(__int64)sqrt(double(n))*(__int64)sqrt(double(n)))
^
|