0
Unicode characters not appearing correctly on the site.
#include <iostream> using namespace std; int main() { cout << "✓" << endl; return 0; } The output windows showing this "Γ£ô"
1 ответ
+ 6
Unicode characters not supported by current console and will convert to ASCII set characters if avail.