Hi @josepaiva94 ,
I have used Mooshak for a while. I prefer to use 1.6.3 version than 2.x because in the 1.6.x version it has the feature to generate outputs, which I have not found that exact same feature on 2.x version.
The problem is that in Mooshak 1.6.3 version, the default config for CPP language is still 2.96 version. I have added a problem about sorting, and then I also provided code that uses sort() in header #include <algorithm>. It turned out that it generates empty output file. When I changed the version to 4.9, the problem still exists. In participant's view, when I submitted the answer using sort(), the verdict is "Invalid function".
Is there any workaround so that sort() can be used?
Thanks in advance!
Hi @josepaiva94 ,
I have used Mooshak for a while. I prefer to use 1.6.3 version than 2.x because in the 1.6.x version it has the feature to generate outputs, which I have not found that exact same feature on 2.x version.
The problem is that in Mooshak 1.6.3 version, the default config for CPP language is still 2.96 version. I have added a problem about sorting, and then I also provided code that uses
sort()in header#include <algorithm>. It turned out that it generates empty output file. When I changed the version to 4.9, the problem still exists. In participant's view, when I submitted the answer usingsort(), the verdict is "Invalid function".Is there any workaround so that
sort()can be used?Thanks in advance!