题解列表

筛选

1319: 没有上司的晚会

摘要:```cpp #include #include using namespace std; const int maxn=6001; int n,dp[maxn][2],hap[maxn];……

1028题: 自定义函数求一元二次方程

摘要:# 自己写的代码 这道题不会,还是涉及主函数调用,另外关于二次函数的求解也不会用表达式表示 # 参考代码1 ```c #include #include DAYL(float a, flo……