0_0_29484872_15135.cpp:85:1: error: stray '\241' in program
¡¡¡¡
^
0_0_29484872_15135.cpp:85:1: error: stray '\241' in program
0_0_29484872_15135.cpp:85:1: error: stray '\241' in program
0_0_29484872_15135.cpp:85:1: error: stray '\241' in program
0_0_29484872_15135.cpp:12:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_29484872_15135.cpp: In function 'void pri()':
0_0_29484872_15135.cpp:15:2: error: 'nbsp' was not declared in this scope
for (int i=2;i*i<maxn;i++)
^
0_0_29484872_15135.cpp:16:56: error: 'i' was not declared in this scope
if (!b[i])
^
0_0_29484872_15135.cpp:17:60: error: 'i' was not declared in this scope
for (int j=i*2;j<maxn;j+=i)
^
0_0_29484872_15135.cpp:18:51: error: 'j' was not declared in this scope
b[j]=1;
^
0_0_29484872_15135.cpp:20:56: error: 'i' was not declared in this scope
if (!b[i]) prime[++t]=i;
^
0_0_29484872_15135.cpp: At global scope:
0_0_29484872_15135.cpp:22:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_29484872_15135.cpp: In function 'int get(ll)':
0_0_29484872_15135.cpp:24:2: error: 'nbsp' was not declared in this scope
int ans=1;
^
0_0_29484872_15135.cpp:29:90: error: 'i' was not declared in this scope
while (tmp%prime[i]==0)
^
0_0_29484872_15135.cpp:32:108: error: 'i' was not declared in this scope
tmp/=prime[i];
^
0_0_29484872_15135.cpp: At global scope:
0_0_29484872_15135.cpp:39:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_29484872_15135.cpp: In function 'void dfs(int, ll, int)':
0_0_29484872_15135.cpp:42:2: error: 'nbsp' was not declared in this scope
if (n>47777) return;
^
0_0_29484872_15135.cpp:46:63: error: break statement not within loop or switch
if (inf/prime[i]<x) break;//·ÀÖ¹Òç³ö£¬
^
0_0_29484872_15135.cpp:48:55: error: break statement not within loop or switch
if (x>=inf) break;
^
0_0_29484872_15135.cpp:49:56: error: 'j' was not declared in this scope
dfs(i+1,x,n*(j+1));
^
0_0_29484872_15135.cpp: At global scope:
0_0_29484872_15135.cpp:52:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_29484872_15135.cpp: In function 'void solve1(int)':
0_0_29484872_15135.cpp:55:2: error: 'nbsp' was not declared in this scope
if (a[x]!=0) printf("%I64d\n",a[x]);
^
0_0_29484872_15135.cpp:56:37: error: 'else' without a previous 'if'
else printf("INF\n");
^
0_0_29484872_15135.cpp: In function 'void solve(ll)':
0_0_29484872_15135.cpp:60:2: error: 'nbsp' was not declared in this scope
ll num=1;
^
0_0_29484872_15135.cpp: At global scope:
0_0_29484872_15135.cpp:68:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_29484872_15135.cpp: In function 'int main()':
0_0_29484872_15135.cpp:71:2: error: 'nbsp' was not declared in this scope
int T;
^
0_0_29484872_15135.cpp:77:68: error: 'o' was not declared in this scope
printf("Case %d: ",o);
^
0_0_29484872_15135.cpp:81:49: error: 'else' without a previous 'if'
else solve1(k);
^
|