Problem | sumint |
---|---|
User | FadedWorld |
Submission Time | 2024-07-15 17:58:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main() {
| ~~~
sumint.cpp: In function ‘int main()’:
sumint.cpp:13:3: error: ‘sum’ was not declared in this scope; did you mean ‘num’?
13 | sum += num;
| ^~~
| num
sumint.cpp:16:10: error: ‘sum’ was not declared in this scope; did you mean ‘su’?
16 | cout << sum << "/n"
| ^~~
| su