摘要: #include <iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<b<<endl; return 0; } 阅读全文
posted @ 2022-07-28 17:39 王bird 阅读(124) 评论(0) 推荐(0)
摘要: #include <iostream>using namespace std;int main(){ cout<<"Hello,World!"<<endl; return 0;} 阅读全文
posted @ 2022-07-28 17:20 王bird 阅读(26) 评论(0) 推荐(0)