Problem | addition |
---|---|
User | dumgod |
Submission Time | 2023-03-11 18:47:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:7: error: expected initializer before ‘==’ token
4 | int a==5;
| ^~
addition.cpp:5:7: error: expected initializer before ‘==’ token
5 | int b==4;
| ^~
addition.cpp:6:8: error: ‘a’ was not declared in this scope
6 | cout<<a+b;
| ^
addition.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cout<<a+b;
| ^