0_0_34087137_1594.cpp: In function 'void get_mu(int)':
0_0_34087137_1594.cpp:10:21: error: 'n' was not declared in this scope
for(int i = 2;i <= n;++i)
^
0_0_34087137_1594.cpp:12:7: error: 'flag' was not declared in this scope
if(!flag[i])
^
0_0_34087137_1594.cpp: At global scope:
0_0_34087137_1594.cpp:28:5: error: 'n' declared as an 'inline' variable
int n,minn,maxn,x;
^
0_0_34087137_1594.cpp:28:7: error: 'minn' declared as an 'inline' variable
int n,minn,maxn,x;
^
0_0_34087137_1594.cpp:28:12: error: 'maxn' declared as an 'inline' variable
int n,minn,maxn,x;
^
0_0_34087137_1594.cpp:28:17: error: 'x' declared as an 'inline' variable
int n,minn,maxn,x;
^
0_0_34087137_1594.cpp: In function 'int main()':
0_0_34087137_1594.cpp:44:21: error: expected ')' before ';' token
maxn = max(x,maxn;
^
0_0_34087137_1594.cpp:55:28: error: expected '}' at end of input
int l = j*i,r = j*i+i-1;
^
0_0_34087137_1594.cpp:55:28: error: expected '}' at end of input
0_0_34087137_1594.cpp:55:28: error: expected '}' at end of input
0_0_34087137_1594.cpp:55:28: error: expected '}' at end of input
|