Problem | addition |
---|---|
User | Runjia |
Submission Time | 2025-02-08 10:15:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:3:12: error: ‘a’ was not declared in this scope
3 | std::cin>>a;
| ^
addition.cpp:4:12: error: ‘b’ was not declared in this scope
4 | std::cin>>b;
| ^