Problem urarareader
User Arjunironman8
Submission Time 2026-06-23 09:41:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

urarareader.cpp: In function ‘int main()’:
urarareader.cpp:12:7: error: expected ‘;’ before ‘for’
12 | cin>>k
| ^
| ;
13 | for (int i = 0; i < n; i++) {
| ~~~
urarareader.cpp:13:17: error: ‘i’ was not declared in this scope
13 | for (int i = 0; i < n; i++) {
| ^
urarareader.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
urarareader.cpp:8:15: note: to match this ‘{’
8 | signed main() {
| ^