Problem | addition |
---|---|
User | Vanisha |
Submission Time | 2023-02-09 17:13: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:6:19: error: expected ‘;’ before ‘cout’
6 | cin >> a >> b
| ^
| ;
7 | cout << a + b
| ~~~~