摘要: #include<bits/stdc++.h>using namespace std;int main(){ int a=39; int b=39; cout<<a<<endl<<b<<endl; a++; ++b; cout<<"one year later...."<<endl; cout<<" 阅读全文
posted @ 2023-04-14 21:36 mo寒流xing 阅读(19) 评论(0) 推荐(0)