| Problem | addition |
|---|---|
| User | audreycyr010 |
| Submission Time | 2024-06-24 14:16:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:17: error: expected ‘;’ before ‘int’
6 | int b; cin >> b
| ^
| ;
7 | int c = a + b; cin >> c
| ~~~
addition.cpp:7:24: error: ‘c’ was not declared in this scope
7 | int c = a + b; cin >> c
| ^