0_0_39652624_13446.cpp: In function 'int main()':
0_0_39652624_13446.cpp:6:24: error: 'end1' was not declared in this scope
6 | cout << a+b << end1 << end2;
| ^~~~
0_0_39652624_13446.cpp:6:32: error: 'end2' was not declared in this scope
6 | cout << a+b << end1 << end2;
| ^~~~
|