1985: 分段计算 摘要:#include<bits/stdc++.h> using namespace std; int main(){ int x; cin >> x; if(x<3)…… 题解列表 2022年01月02日 0 点赞 0 评论 207 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main (){ int x,y; scanf("%d",&x); if (x<3) { y = 2*x; } e…… 题解列表 2024年11月21日 0 点赞 0 评论 126 浏览 评分:0.0