Problem | addition |
---|---|
User | zeemou |
Submission Time | 2023-11-12 12:39:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:11: error: ‘a’ does not name a type
4 | const a, b;
| ^
addition.cpp:5:17: error: ‘a’ was not declared in this scope
5 | std::cin >> a>> b;
| ^
addition.cpp:5:21: error: ‘b’ was not declared in this scope
5 | std::cin >> a>> b;
| ^