Problem | addition |
---|---|
User | watervapour |
Submission Time | 2024-02-15 21:42:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:5: error: cannot declare ‘::main’ to be a global variable
2 | int main {
| ^~~~
addition.cpp:3:15: error: ‘a’ was not declared in this scope
3 | std::cout << a*b
| ^
addition.cpp:3:17: error: ‘b’ was not declared in this scope
3 | std::cout << a*b
| ^