摘要: /* #include <iostream> using namespace std; void a(int n){ cout<<n; } int main(){ int N; cin>>N; a(N); system("pause"); return 0; } */ #include <iostr 阅读全文
posted @ 2023-07-28 19:59 陈若麟 阅读(11) 评论(0) 推荐(0) 编辑