char c = 'a';
string s = string(1, c);
たまに忘れるので書き残しておく。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
char c = 'a';
string s = string(1, c);
たまに忘れるので書き残しておく。
Register as a new user and use Qiita more conveniently
Go to list of users who liked