| Problem | addition |
|---|---|
| User | yay |
| Submission Time | 2025-02-08 10:28:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
addition.cpp: In function ‘int main()’:
addition.cpp:8:9: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
addition.cpp:8:14: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^