摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { char n[8]; int b=0; for(int i=0;i<8;i++){ cin>>n[i]; } for(int i=0;i<8;i++) 阅读全文
posted @ 2023-07-22 19:55 郭立恒 阅读(4) 评论(0) 推荐(0)