摘要: 第一题(太水了) #include <cmath> #include <iostream> #include <iomanip> using namespace std; const int N = 1e6+10 ; int n; double lixi, w, sum = 0; int main( 阅读全文
posted @ 2023-05-01 23:50 尊滴菜 阅读(23) 评论(0) 推荐(0)
摘要: 第一题 直接满分了: #include <iostream> using namespace std ; const int N = 1e6 ; int n,a,b ; int panduan(int x1,int y1,int x2, int y2, int a,int b) { int c,k 阅读全文
posted @ 2023-05-01 22:18 尊滴菜 阅读(67) 评论(0) 推荐(0)