formygloryandpeacefulday  

2024年11月16日

摘要: include using namespace std; define max 80 void zip(char* p); int main() { char line[max]; cout << "Input the string"; cin>>line; zip(line); puts(line 阅读全文
posted @ 2024-11-16 23:05 残夏便是结局 阅读(6) 评论(0) 推荐(0)