1057 分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ float n; scanf("%f",&n); if(n<1.00) printf("%.2f…… 题解列表 2024年05月25日 0 点赞 0 评论 86 浏览 评分:0.0
简简单单,,,,,有一个函数如下,写一程序,输入x,输出y值。 摘要:解题思路:没啥难度,怎么想怎么做注意事项:两位小数参考代码:#include<iostream> #include <iomanip> using namespace std; int main…… 题解列表 2024年07月30日 0 点赞 0 评论 86 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main (){ double y; int x; scanf ("%d",&x); if (x < 1) { y = x;…… 题解列表 2024年11月16日 0 点赞 0 评论 146 浏览 评分:0.0