Problem | addition3 |
---|---|
User | TheAccomplice |
Submission Time | 2024-04-06 22:43:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition3.cpp: In function ‘int main()’:
addition3.cpp:4:17: error: ‘a’ was not declared in this scope
4 | std::cin >> a >> b
| ^
addition3.cpp:4:22: error: ‘b’ was not declared in this scope
4 | std::cin >> a >> b
| ^