Problem | addition |
---|---|
User | jane07 |
Submission Time | 2024-06-24 14:15:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:19:8: error: expected initializer before ‘==’ token
19 | int a ==< 109;
| ^~
addition.cpp:20:8: error: expected initializer before ‘==’ token
20 | int b ==< 109;
| ^~
addition.cpp:21:10: error: ‘a’ was not declared in this scope
21 | cout << a + b;
| ^
addition.cpp:21:14: error: ‘b’ was not declared in this scope
21 | cout << a + b;
| ^