Problem | addition |
---|---|
User | supercel980 |
Submission Time | 2024-07-15 16:36:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:15: error: expected ‘;’ before ‘c’
6 | cin >> a >> b
| ^
| ;
7 | c = a * b;
| ~