0_0_32868230_1769.cpp:1:7: error: stray '#' in program
<code>#include <bits/stdc++.h>
^
0_0_32868230_1769.cpp:1:1: error: expected unqualified-id before '<' token
<code>#include <bits/stdc++.h>
^
0_0_32868230_1769.cpp:4:1: error: 's' does not name a type
s
^
0_0_32868230_1769.cpp:11:1: error: 'll' does not name a type
ll f[MAXN], I[MAXN], e[MAXN];
^
0_0_32868230_1769.cpp: In function 'void init()':
0_0_32868230_1769.cpp:16:9: error: 'I' was not declared in this scope
I[i] = 1;
^
0_0_32868230_1769.cpp:17:12: error: 'e' was not declared in this scope
memset(e, 0, sizeof(e));
^
0_0_32868230_1769.cpp:17:27: error: 'memset' was not declared in this scope
memset(e, 0, sizeof(e));
^
0_0_32868230_1769.cpp: At global scope:
0_0_32868230_1769.cpp:21:18: error: variable or field 'convolution' declared void
void convolution(ll a[], ll b[])
^
0_0_32868230_1769.cpp:21:18: error: 'll' was not declared in this scope
0_0_32868230_1769.cpp:21:26: error: 'll' was not declared in this scope
void convolution(ll a[], ll b[])
^
|