+ 2
Как прибавить очереди через перегрузку
6 Respostas
+ 2
Hope this will work fine
https://code.sololearn.com/cW3iH26gMD5J/?ref=app
+ 2
In line no 39 try this
Queue operator + (Queue q3){
return q3;
};
+ 2
Is it working
+ 1
Yup
0
Its not working
0
Thanks