#include "../../kyopro_library/template.hpp"
関数 | |
vector< int > | StringToVi (const string &s, bool lower=true) |
文字列を数列に変換する | |
vector< int > | ReadString (bool lower=true) |
入力から文字列を受け取って数列に変換する | |
string | ViToString (const vector< int > &a, bool lower=true) |
数列を文字列に変換する | |
vector< int > StringToVi | ( | const string & | s, |
bool | lower = true ) |