Problem | addition |
---|---|
User | om2024 |
Submission Time | 2024-06-18 10:17:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘cout’
6 | cout << a, b << std:endl;
| ^~~~
addition.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘cout’
8 | cout << sum << std:endl;
| ^~~~