0_0_39689513_8696.cpp: In function 'void solve()':
0_0_39689513_8696.cpp:36:9: error: 'LL' was not declared in this scope
36 | LL ans = 1;
| ^~
0_0_39689513_8696.cpp:38:17: error: 'ans' was not declared in this scope; did you mean 'abs'?
38 | ans = ans * (n & 1 ? 12: 4);
| ^~~
| abs
0_0_39689513_8696.cpp:41:17: error: 'ans' was not declared in this scope; did you mean 'abs'?
41 | cout << ans << '\n';
| ^~~
| abs
|