摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n,b,c; cin>>n; int a[n]; for(int i=0;i<n;i++){ cin>>a[i]; } for(int i=0 阅读全文
posted @ 2023-07-26 19:24 爱吃泡面的皮卡 阅读(18) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input 阅读全文
posted @ 2023-07-26 09:09 爱吃泡面的皮卡 阅读(66) 评论(0) 推荐(0)