+ 3
Which compiler do sololearn use to process the c++ code ?
3 Respostas
+ 10
So is it VC++ or GCC/G++? Conflicting results there...
+ 9
Hey, God here. I threw together some quick code for getting the OS/compiler information from the compilation environment, and you can try it out here: https://code.sololearn.com/cuSadRx1aJ90/#cpp
I got the following results for SoloLearn's compilation environment using C++:
Windows (32-bit)
GNU GCC/G++ 4.8.1
(Note that the "32-bit" doesn't necessarily mean that the OS is 32-bit, it just means that the program is being compiled for 32-bit Windows.)
+ 3
only god knows