| Problem | sumint |
|---|---|
| User | Khai |
| Submission Time | 2024-06-18 11:24:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:19:3: error: ‘TotalM’ was not declared in this scope; did you mean ‘ToatlM’?
19 | TotalM += arr[i];
| ^~~~~~
| ToatlM
sumint.cpp:22:10: error: ‘TotalM’ was not declared in this scope; did you mean ‘ToatlM’?
22 | cout << TotalM;
| ^~~~~~
| ToatlM