0_0_16065416_19587.cpp: In function 'int main()':
0_0_16065416_19587.cpp:4:2: error: '_int64' was not declared in this scope
_int64 i,a,n,b,c,p,q,d;
^
0_0_16065416_19587.cpp:6:23: error: 'n' was not declared in this scope
while(scanf("%I64d",&n)!=EOF)
^
0_0_16065416_19587.cpp:9:7: error: 'i' was not declared in this scope
for(i=1;i<=n;i++)
^
0_0_16065416_19587.cpp:13:3: error: 'a' was not declared in this scope
a=((int)t)/1;
^
0_0_16065416_19587.cpp:18:4: error: 'p' was not declared in this scope
p=1;
^
0_0_16065416_19587.cpp:19:8: error: 'i' was not declared in this scope
for(i=1;i<=n;i++)
^
0_0_16065416_19587.cpp:26:4: error: 'q' was not declared in this scope
q=0;
^
0_0_16065416_19587.cpp:27:8: error: 'i' was not declared in this scope
for(i=1;i<=n;i++)
^
0_0_16065416_19587.cpp:31:4: error: 'b' was not declared in this scope
b=q-a*p;
^
0_0_16065416_19587.cpp:32:8: error: 'i' was not declared in this scope
for(i=2;i<=n;i++)
^
0_0_16065416_19587.cpp:40:5: error: 'c' was not declared in this scope
c=1;
^
0_0_16065416_19587.cpp:42:5: error: 'c' was not declared in this scope
c=2;
^
0_0_16065416_19587.cpp:44:5: error: 'c' was not declared in this scope
c=3;
^
0_0_16065416_19587.cpp:46:5: error: 'c' was not declared in this scope
c=4;
^
0_0_16065416_19587.cpp:48:5: error: 'c' was not declared in this scope
c=5;
^
0_0_16065416_19587.cpp:50:5: error: 'c' was not declared in this scope
c=6;
^
0_0_16065416_19587.cpp:52:5: error: 'c' was not declared in this scope
c=7;
^
0_0_16065416_19587.cpp:54:5: error: 'c' was not declared in this scope
c=8;
^
0_0_16065416_19587.cpp:56:5: error: 'c' was not declared in this scope
c=9;
^
0_0_16065416_19587.cpp:58:5: error: 'c' was not declared in this scope
c=10;
^
0_0_16065416_19587.cpp:60:5: error: 'd' was not declared in this scope
d=1;
^
0_0_16065416_19587.cpp:62:5: error: 'd' was not declared in this scope
d=2;
^
0_0_16065416_19587.cpp:64:5: error: 'd' was not declared in this scope
d=3;
^
0_0_16065416_19587.cpp:66:5: error: 'd' was not declared in this scope
d=4;
^
0_0_16065416_19587.cpp:68:5: error: 'd' was not declared in this scope
d=5;
^
0_0_16065416_19587.cpp:70:5: error: 'd' was not declared in this scope
d=6;
^
0_0_16065416_19587.cpp:72:5: error: 'd' was not declared in this scope
d=7;
^
0_0_16065416_19587.cpp:74:5: error: 'd' was not declared in this scope
d=8;
^
0_0_16065416_19587.cpp:76:5: error: 'd' was not declared in this scope
d=9;
^
0_0_16065416_19587.cpp:78:5: error: 'd' was not declared in this scope
d=10;
^
0_0_16065416_19587.cpp:79:8: error: 'i' was not declared in this scope
for(i=0;i<=d;i++)
^
0_0_16065416_19587.cpp:79:15: error: 'd' was not declared in this scope
for(i=0;i<=d;i++)
^
0_0_16065416_19587.cpp:82:8: error: 'i' was not declared in this scope
for(i=0;i<c;i++)
^
0_0_16065416_19587.cpp:82:14: error: 'c' was not declared in this scope
for(i=0;i<c;i++)
^
0_0_16065416_19587.cpp:85:8: error: 'i' was not declared in this scope
for(i=0;i<=d;i++)
^
0_0_16065416_19587.cpp:85:15: error: 'd' was not declared in this scope
for(i=0;i<=d;i++)
^
|