Problem addition
User om2024
Submission Time 2024-06-18 10:15:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘cout’
6 | cout << a, b << std:end1;
| ^~~~
addition.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘cout’
8 | cout << sum <<std:endl;
| ^~~~