Problem justright
User om2024
Submission Time 2025-02-21 16:30:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

justright.cpp: In function ‘int main()’:
justright.cpp:34:38: error: expected primary-expression at end of input
34 | vector<long long> prefixSum(N + 1,
| ^
justright.cpp:34:38: error: expected ‘,’ or ‘;’ at end of input
justright.cpp:34:38: error: expected ‘}’ at end of input
justright.cpp:24:12: note: to match this ‘{’
24 | int main() {
| ^