Problem | addition |
---|---|
User | John |
Submission Time | 2024-05-30 14:43:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:10:26: error: expected ‘;’ before ‘cin’
10 | cout << "First number: "
| ^
| ;
11 | cin >> a;
| ~~~
addition.cpp:12:27: error: expected ‘;’ before ‘cin’
12 | cout << "Second number: "
| ^
| ;
13 | cin >> b
| ~~~