摘要:C风格 #include <iostream> #include <string> #include <cstring> using namespace std; int main() { string a="abcdefghigklmn"; char *b="def"; char *c="123"
阅读全文
posted @ 2020-08-09 15:37
posted @ 2020-08-09 15:37
posted @ 2020-08-07 20:48