Problem prefixsums
User ATHY
Submission Time 2024-07-21 16:15:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp: In function ‘int32_t main()’:
prefixsums.cpp:4:13: error: expected ‘;’ before ‘long’
4 | #define int long long
| ^~~~
prefixsums.cpp:31:5: note: in expansion of macro ‘int’
31 | int t = 1;
| ^~~
prefixsums.cpp:32:12: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
32 | cin >> t;
| ^
| tm