摘要: 阅读全文
posted @ 2025-10-30 00:09 bluepoet 阅读(2) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> using namespace std; int main(){ int n; cin>>n;//输入给出的正数的个数 int*arr=new int[n]; for(int i=0;i<n;i++){ cin>>arr[i] 阅读全文
posted @ 2025-10-30 00:07 bluepoet 阅读(6) 评论(0) 推荐(0)