Problem | sumint |
---|---|
User | AineshB |
Submission Time | 2024-11-07 10:38:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:12:2: error: expected initializer before ‘cin’
12 | cin >> x;
| ^~~
sumint.cpp:13:9: error: ‘x’ was not declared in this scope
13 | sum += x;
| ^
sumint.cpp:15:6: error: expected ‘;’ before ‘sum’
15 | cout sum;
| ^~~~
| ;