0_0_33987827_8454.cpp: In function 'int main()':
0_0_33987827_8454.cpp:11:2: error: 'n' was not declared in this scope
n=1e5;
^
0_0_33987827_8454.cpp:28:22: error: 'p' was not declared in this scope
scanf("%lld%d",&m,&p);n=sqrt(m);while ((ll)(n+1)*(n+1)<=m) ++n;
^
0_0_33987827_8454.cpp:47:21: error: expected primary-expression before ')' token
for (j=1;(j<=q)&&();j++) for (i=cnt;(ll)ss[j]*ss[j]<=fs[i];i--)
^
|