摘要: #include <iostream> #include <string> using namespace std; int main(int argc, char** argv) { string str="a:=3;b:=4;c:=5;"; string a; int m=str.find("; 阅读全文
posted @ 2022-10-29 20:19 王ys 阅读(17) 评论(0) 推荐(0)