0_0_39465573_31998.cpp:1:1: error: 'utility' does not name a type
1 | utility
| ^~~~~~~
0_0_39465573_31998.cpp:5:10: error: declaration does not declare anything [-fpermissive]
5 | long long;
| ^~~~
0_0_39465573_31998.cpp:6:5: error: expected unqualified-id before 'for'
6 | for (int i = 0; i < n; ++i)
| ^~~
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
6 | for (int i = 0; i < n; ++i)
| ^
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:25: error: 'n' was not declared in this scope
0_0_39465573_31998.cpp:6:21: error: 'i' does not name a type
6 | for (int i = 0; i < n; ++i)
| ^
0_0_39465573_31998.cpp:6:28: error: expected unqualified-id before '++' token
6 | for (int i = 0; i < n; ++i)
| ^~
0_0_39465573_31998.cpp:8:1: error: expected declaration before '}' token
8 | }
| ^
|