Problem sumint
User thechillguy123456
Submission Time 2025-01-21 19:39:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:3:26: error: ‘y’ was not declared in this scope
3 | for(long long i = 0;i < y; ++i);{
| ^
sumint.cpp:4:3: error: ‘out’ was not declared in this scope
4 | out = out +i;
| ^~~
sumint.cpp:4:14: error: ‘i’ was not declared in this scope
4 | out = out +i;
| ^