摘要: #include <iostream> using namespace std; int main(){ int n,x; cin>>n>>x; cout<<"小苞的桌上一共放了"<<n<<"个苹果。"<<endl; int a[n+5]; for(int i = 1;i<=n;i++){ a[i] 阅读全文
posted @ 2024-10-04 19:56 王一行(小号) 阅读(43) 评论(0) 推荐(0)