VictorNotFound
VictorNotFound
全部文章
分类
归档
标签
去牛客网
登录
/
注册
VictorNotFound的博客
全部文章
(共1篇)
题解 | 二次方程计算器
#include<bits/stdc++.h> using namespace std; int main() { string eq; while (cin >> eq) { int coef = 0; // 代表系数 i...
2025-07-08
0
71