HELLO WORLD !!!

The real hero is

to see the world as it is

and to love it !

figvalar

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2025年4月7日

摘要: L2-018 多项式A除以B //并没理解解题过程,怎么进行指数运算?? include <bits/stdc++.h> using namespace std; const int N = 1e5 +10; double A[N] ,B[N] ,C[N]; double _45(double x) 阅读全文
posted @ 2025-04-07 18:56 figvalar 阅读(37) 评论(0) 推荐(0)