0
Can I change the included compiler in a coding project?
I'm trying to solve the "Queue Management Part 2" in the intermediate c++ course but a python compiler is added to the problem. There is a little python icon in the down-left corner. Is it a bug? Can I change it somehow? I mean, why do they want me to solve the problem in python if the code is written in c++?
4 Respostas
+ 1
Sounds like a bug. Please make a screen shot and send it to info@sololearn.com with a description the problem!
+ 1
Tamás Györgypál
That does sound odd! It would be interesting if you could attach the code to see if using it caused the same problem for others.
Is there any possibility that somehow a line of code in there is confusing the c++ compiler and making it call the python compiler?