Problem routine
User Citric3thanol
Submission Time 2026-06-25 17:01:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routine.cpp: In function ‘int main()’:
routine.cpp:13:12: error: ‘i’ was not declared in this scope
13 | cin >> a[i];
| ^
routine.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
routine.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^