繁华GAI
繁华GAI
全部文章
分类
归档
标签
去牛客网
登录
/
注册
繁华GAI的博客
全部文章
(共2篇)
题解 | #计算一元二次方程#
#include <math.h>#include<stdio.h>int main(){ float a = 0.0; float b = 0.0; float c = 0.0; &n...
2023-06-11
0
228
题解 | #牛牛的快递#
#include <assert.h> #include <math.h> #include<stdio.h> int main() { float a = 0.0; char b = 0; scanf("%f %c", &a, &b);...
2023-06-09
1
293