摘要: #include <iostream> #include <windows.h> #include <conio.h> using namespace std; int main(){ HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE); COORD co 阅读全文
posted @ 2024-04-20 15:59 王一行(小号) 阅读(11) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> using namespace std; int main(){ int n; cin>>n; int a[n+5]; for(int i = 0;i<n;i++){ cin>>a[i]; } for(double i = n 阅读全文
posted @ 2024-04-20 09:25 王一行(小号) 阅读(14) 评论(0) 推荐(0)