Problem sumint
User ovuvuevuevueenyetuewuevue
Submission Time 2025-01-26 13:50:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:10: error: expected ‘;’ before ‘a’
9 | total++a;
| ^
| ;
sumint.cpp:11:9: error: ‘total’ was not declared in this scope
11 | cout<< total;
| ^~~~~