| Problem | sumint |
|---|---|
| User | Adam |
| Submission Time | 2024-06-20 10:50:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
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;
| ^