#include<string> #include<iostream> using namespace std; void main() { string s("12345asdf"); string a=s.substr(0,5); cout<<a<<endl; }.
確定! 回上一頁