Problem | sumint |
---|---|
User | Adam |
Submission Time | 2024-06-20 10:50:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:16: error: expected ‘;’ before ‘}’ token
9 | cin >> arr[m]
| ^
| ;
10 | }
| ~
sumint.cpp:11:6: error: redeclaration of ‘int m’
11 | int m= m+m;
| ^
sumint.cpp:4:6: note: ‘int m’ previously declared here
4 | int m;
| ^