Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
问题
11计算分段函数的值
#include<iostream> #include<cstdio> using namespace std; int main(){ float x,y; cin >> x; if(x>=0&&x<5) {
王子毅
•
8个月前
评论:
回复