Guest User

Untitled

a guest
Feb 11th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. //Some codes here...
  4. bool somefunction(){
  5. cout<<"单元格";
  6. return false;
  7. }
  8.  
  9. "单元格"
  10.  
  11. wcout << L"x5355x5143x683c";
  12.  
  13. cout << "xb5xa5xd4xaaxb8xf1"; // string encoded with GB2312
  14.  
  15. #include <iostream>
  16. using namespace std;
  17. //Some codes here...
  18. bool somefunction(){
  19. wcout<< L"单元格";
  20. return false;
  21. }
Add Comment
Please, Sign In to add comment