| Problem | addition |
|---|---|
| User | sherlockholmes025 |
| Submission Time | 2024-01-24 21:15:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:5: error: expected initializer before ‘cin’
8 | cin >> first_input;
| ^~~
addition.cpp:9:9: error: ‘second_input’ was not declared in this scope
9 | cin >> second_input;
| ^~~~~~~~~~~~