Problem | sumint |
---|---|
User | JcYong |
Submission Time | 2024-06-18 10:44:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:3: error: expected ‘,’ or ‘;’ before ‘cin’
7 | cin >> meow
| ^~~
sumint.cpp:9:14: error: ‘meow’ was not declared in this scope; did you mean ‘meow1’?
9 | int meow1 = meow
| ^~~~
| meow1
sumint.cpp:11:10: error: expected ‘}’ at end of input
11 | cout << meow2
| ^~~~~
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^