Problem sumint
User Debdan01
Submission Time 2025-07-10 16:31:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:17: error: ‘n’ was not declared in this scope
7 | for(int i= 0;i<n;i++){
| ^
sumint.cpp:10:16: error: ‘n’ was not declared in this scope
10 | for(int i=0;i<n;i++){
| ^