Problem belittle
User reporter
Submission Time 2023-01-26 17:18:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

belittle.cpp: In function ‘int main()’:
belittle.cpp:54:2: error: ‘ll’ was not declared in this scope
54 | ll arr[n];
| ^~
belittle.cpp:56:10: error: ‘arr’ was not declared in this scope
56 | cin >> arr[x];
| ^~~
belittle.cpp:59:26: error: ‘arr’ was not declared in this scope
59 | SparseTableMin minst(n, arr);
| ^~~
belittle.cpp:62:15: error: expected ‘;’ before ‘leftW’
62 | int split; ll leftW, rightW;
| ^~~~~~
| ;
belittle.cpp:64:19: error: ‘leftW’ was not declared in this scope
64 | cin >> split >> leftW >> rightW;
| ^~~~~
belittle.cpp:64:28: error: ‘rightW’ was not declared in this scope
64 | cin >> split >> leftW >> rightW;
| ^~~~~~
belittle.cpp:66:5: error: expected ‘;’ before ‘leftAns’
66 | ll lef