0_0_38667583_11293.cpp: In function 'int main()':
0_0_38667583_11293.cpp:24:13: error: 'LL' was not declared in this scope
24 | LL ans = 0;
| ^~
0_0_38667583_11293.cpp:27:17: error: 'ans' was not declared in this scope; did you mean 'abs'?
27 | ans += a[i];
| ^~~
| abs
0_0_38667583_11293.cpp:29:28: error: 'ans' was not declared in this scope; did you mean 'abs'?
29 | printf("%lld", ans);
| ^~~
| abs
|