fork download
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. main() {
  6. string s = "Привет";
  7. cout << "s[0]=" << s[0];
  8. }
Success #stdin #stdout 0s 4296KB
stdin
Standard input is empty
stdout
s[0]=�