sculpture.cpp: In function 'int main()':
sculpture.cpp:27:38: error: 'lLL' was not declared in this scope
27 | long long int ans = (lLL<<60) - 1;
| ^~~
sculpture.cpp:45:67: error: invalid types 'int[int]' for array subscript
45 | for(int i = A; i <= B; i++) win |= memo[N][i];
| ^
sculpture.cpp:12:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | scanf(" %d",&N);
| ~~~~~^~~~~~~~~~
sculpture.cpp:13:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | scanf(" %d",&A);
| ~~~~~^~~~~~~~~~
sculpture.cpp:14:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
14 | scanf(" %d",&B);
| ~~~~~^~~~~~~~~~
sculpture.cpp:17:22: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | scanf(" %d",&lst[i]);
| ~~~~~^~~~~~~~~~~~~~~