Problem sumint
User Tolo925kt
Submission Time 2026-01-15 17:20:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:18: error: expected primary-expression before ‘/’ token
12 | cout << total << /n;
| ^
sumint.cpp:12:19: error: ‘n’ was not declared in this scope
12 | cout << total << /n;
| ^