0_0_39033456_10176.cpp:7:5: error: expected ';' at end of member declaration
7 | int end
| ^~~
| ;
0_0_39033456_10176.cpp: In function 'int main()':
0_0_39033456_10176.cpp:16:17: error: unable to find numeric literal operator 'operator""i'
16 | int cnt=1.i;
| ^~~
0_0_39033456_10176.cpp:16:17: note: add 'using namespace std::complex_literals' (from '<complex>') to enable the C++14 user-defined literal suffixes
0_0_39033456_10176.cpp:17:9: error: 'menset' was not declared in this scope; did you mean 'wmemset'?
17 | menset(pro,0,sizeof(pro));
| ^~~~~~
| wmemset
0_0_39033456_10176.cpp:18:13: error: 'i' was not declared in this scope
18 | for(i=0;i<n;i++)
| ^
0_0_39033456_10176.cpp:24:13: error: 'i' was not declared in this scope
24 | for(i=1;i<n;i++){
| ^
|