fork download
  1. #include <iostream>
  2. #include <fstream>
  3. #include <string>
  4. #include <vector>
  5.  
  6.  
  7.  
  8. const std::wstring alpha=L"абвгдеёжзийклмнопрстуфхцчшщъыьэюя";
  9.  
  10. int main()
  11. {
  12. std::wcout << "alphaBEGIN" << std::endl;
  13. std::wcout << alpha << std::endl;
  14. std::wcout << "alphaEND" << std::endl;
  15. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
alphaBEGIN
?????????????????????????????????
alphaEND