Closed Enem-20 closed 6 months ago
228 line example.cpp should be changed from #ifdef _MSC_VER to #if defined (_MSC_VER) || defined(__MINGW__)
#ifdef _MSC_VER
#if defined (_MSC_VER) || defined(__MINGW__)
Tested on mingw ucrt with gcc 11.2.0
228 line example.cpp should be changed from
#ifdef _MSC_VER
to#if defined (_MSC_VER) || defined(__MINGW__)
Tested on mingw ucrt with gcc 11.2.0