Problem | sumint |
---|---|
User | thechillguy123456 |
Submission Time | 2025-01-21 19:38:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:2:17: error: expected ‘;’ before ‘==’ token
2 | for(long long i == 0;i < y; ++i);{
| ^~~
| ;
sumint.cpp:2:18: error: expected primary-expression before ‘==’ token
2 | for(long long i == 0;i < y; ++i);{
| ^~
sumint.cpp:2:27: error: ‘y’ was not declared in this scope
2 | for(long long i == 0;i < y; ++i);{
| ^
sumint.cpp:2:28: error: expected ‘)’ before ‘;’ token
2 | for(long long i == 0;i < y; ++i);{
| ~ ^
| )
sumint.cpp:2:32: error: ‘i’ was not declared in this scope
2 | for(long long i == 0;i < y; ++i);{
| ^
sumint.cpp:3:3: error: ‘out’ was not declared in this scope
3 | out = out +i;
| ^~~