1067: 二级C语言-分段函数 摘要:#include<bits/stdc++.h>using namespace std; int main()&…… 题解列表 2021年12月12日 0 点赞 0 评论 166 浏览 评分:0.0
编写题解 1067: 二级C语言-分段函数 摘要:解题思路:注意事项:#include<iostream>#include<cmath>usingnamespacestd;intmain(){ &nb…… 题解列表 2021年12月10日 0 点赞 0 评论 69 浏览 评分:0.0
二级C语言-分段函数 摘要:解题思路:如题,分段,并使用数学库函数注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){doublex;scanf(&q…… 题解列表 2021年12月08日 0 点赞 3 评论 2082 浏览 评分:9.9
太简单了,不会还有人不会吧 摘要:解题思路:null注意事项:null参考代码:#include<stdio.h>#include<math.h>intmain(){ in…… 题解列表 2021年12月08日 0 点赞 0 评论 141 浏览 评分:0.0
编写题解 1067: 二级C语言-分段函数(python) 摘要:解题思路:注意事项:参考代码:x=int(input())ifx<0: y=abs(x)elif0<=x<2: &nb…… 题解列表 2021年11月18日 0 点赞 0 评论 285 浏览 评分:9.9
题解 1067: 二级C语言-分段函数 摘要:还能更简单吗#include<stdio.h>#include<math.h>int main(){double x;scanf("…… 题解列表 2021年11月15日 0 点赞 0 评论 94 浏览 评分:0.0
c++分段函数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){doublex;cin>>x;if(x<…… 题解列表 2021年11月13日 0 点赞 0 评论 396 浏览 评分:5.0
二级C语言-分段函数题解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){ …… 题解列表 2021年11月07日 0 点赞 0 评论 212 浏览 评分:2.0
1067 666成员C语言yyds 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){intx;floaty;scanf("%d&quo…… 题解列表 2021年11月04日 0 点赞 0 评论 178 浏览 评分:0.0
用c++类求分段函数 摘要:#include<iostream>#include<math.h>#include<iomanip>usingnamespacestd;classtext{pri…… 题解列表 2021年10月12日 0 点赞 0 评论 721 浏览 评分:9.9