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