Problem sumint
User JcYong
Submission Time 2024-06-18 10:50:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:15: error: ‘meow1’ was not declared in this scope; did you mean ‘meow2’?
8 | int meow2 = meow1 + meow;
| ^~~~~
| meow2
sumint.cpp:11:10: error: ‘meow2’ was not declared in this scope
11 | cout << meow2;
| ^~~~~