0_0_20978177_24557.cpp:36:25: error: stray '#' in program
for(LL i=0; i<=t; i++)
^
0_0_20978177_24557.cpp:36:30: error: stray '#' in program
for(LL i=0; i<=t; i++)
^
0_0_20978177_24557.cpp:39:35: error: stray '#' in program
for(LL j=0; j<b.size(); j++)
^
0_0_20978177_24557.cpp:39:40: error: stray '#' in program
for(LL j=0; j<b.size(); j++)
^
0_0_20978177_24557.cpp:40:17: error: stray '#' in program
a[i+j] = (a[i+j] - tmp * b[j] % MOD + MOD) % MOD;
^
0_0_20978177_24557.cpp:40:31: error: stray '#' in program
a[i+j] = (a[i+j] - tmp * b[j] % MOD + MOD) % MOD;
^
0_0_20978177_24557.cpp:40:58: error: stray '#' in program
a[i+j] = (a[i+j] - tmp * b[j] % MOD + MOD) % MOD;
^
0_0_20978177_24557.cpp:43:31: error: stray '#' in program
for(LL i=0; i<a.size(); i++)
^
0_0_20978177_24557.cpp:43:36: error: stray '#' in program
for(LL i=0; i<a.size(); i++)
^
0_0_20978177_24557.cpp:52:35: error: stray '#' in program
for(LL i=p; i<a.size(); i++)
^
0_0_20978177_24557.cpp:52:40: error: stray '#' in program
for(LL i=p; i<a.size(); i++)
^
0_0_20978177_24557.cpp:62:26: error: stray '#' in program
for(LL i=0;i<T;i++)
^
0_0_20978177_24557.cpp:62:31: error: stray '#' in program
for(LL i=0;i<T;i++)
^
0_0_20978177_24557.cpp:66:31: error: stray '#' in program
for(LL j=0;j<=n;j++)
^
0_0_20978177_24557.cpp:66:36: error: stray '#' in program
for(LL j=0;j<=n;j++)
^
0_0_20978177_24557.cpp:90:11: error: stray '#' in program
i++;
^
0_0_20978177_24557.cpp:90:16: error: stray '#' in program
i++;
^
0_0_20978177_24557.cpp: In function 'std::vector<long long int> poly_gcd(std::vector<long long int>, std::vector<long long int>)':
0_0_20978177_24557.cpp:36:28: error: expected ')' before ';' token
for(LL i=0; i<=t; i++)
^
0_0_20978177_24557.cpp:36:31: error: lvalue required as unary '&' operand
for(LL i=0; i<=t; i++)
^
0_0_20978177_24557.cpp:36:34: error: expected primary-expression before ')' token
for(LL i=0; i<=t; i++)
^
0_0_20978177_24557.cpp:43:34: error: expected ')' before ';' token
for(LL i=0; i<a.size(); i++)
^
0_0_20978177_24557.cpp:43:37: error: lvalue required as unary '&' operand
for(LL i=0; i<a.size(); i++)
^
0_0_20978177_24557.cpp:43:40: error: expected primary-expression before ')' token
for(LL i=0; i<a.size(); i++)
^
0_0_20978177_24557.cpp:52:38: error: expected ')' before ';' token
for(LL i=p; i<a.size(); i++)
^
0_0_20978177_24557.cpp:52:41: error: lvalue required as unary '&' operand
for(LL i=p; i<a.size(); i++)
^
0_0_20978177_24557.cpp:52:44: error: expected primary-expression before ')' token
for(LL i=p; i<a.size(); i++)
^
0_0_20978177_24557.cpp: In function 'bool Import()':
0_0_20978177_24557.cpp:62:29: error: expected ')' before ';' token
for(LL i=0;i<T;i++)
^
0_0_20978177_24557.cpp:62:32: error: lvalue required as unary '&' operand
for(LL i=0;i<T;i++)
^
0_0_20978177_24557.cpp:62:35: error: expected primary-expression before ')' token
for(LL i=0;i<T;i++)
^
0_0_20978177_24557.cpp: In function 'void Work()':
0_0_20978177_24557.cpp:90:17: error: lvalue required as unary '&' operand
i++;
^
|