摘要: 7-1我们欢迎你 !!! 简要题意:输出即可 #include <stdio.h> int main(){ printf("我们欢迎你!!!"); return 0; } #include <bits/stdc++.h> using namespace std; int main(){ cout < 阅读全文
posted @ 2025-09-19 00:11 ha000star 阅读(296) 评论(0) 推荐(1)