0_0_14563243_3396.cpp:4:86: error: conflicting declaration 'int t'
int prime[100010],p[100010],g[100010],t[100010],f[100010],s[100010],tot,N = 100000,n,t;
^
0_0_14563243_3396.cpp:4:39: note: previous declaration as 'int t [100010]'
int prime[100010],p[100010],g[100010],t[100010],f[100010],s[100010],tot,N = 100000,n,t;
^
0_0_14563243_3396.cpp: In function 'int main()':
0_0_14563243_3396.cpp:40:12: error: lvalue required as decrement operand
while(t--){scanf("%d",&n);printf("%d\n",s[n]);}
^
|