#include using namespace std; main(){ string s = "a今日は"; cout << s[0] << endl; cout << s[1] << endl; }