2790: 分段函数 摘要:解题思路:注意事项:要使用浮点数定义参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >…… 题解列表 2024年01月07日 0 点赞 0 评论 422 浏览 评分:9.9
买笔买笔30083008 摘要:解题思路:#include <iostream>using namespace std;int main(int argc, char** argv){int x,y,a,b,c;cin>>x;c=x…… 题解列表 2024年01月07日 0 点赞 0 评论 453 浏览 评分:2.0
c++买笔c++买笔c++买笔c++买笔c++买笔 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int x; cin>>x; if(x%4==0)…… 题解列表 2024年01月07日 0 点赞 1 评论 530 浏览 评分:6.0
题解 3008: 买笔 摘要:解题思路:注意事项:?参考代码:#include <iostream>using namespace std;int main(){ int x; cin>>x; if(x%4==…… 题解列表 2024年01月07日 0 点赞 1 评论 602 浏览 评分:9.9
编写题解 2790: 分段函数 摘要:解题思路:注意事项:用小数类型定义;改头文件参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; c…… 题解列表 2024年01月07日 0 点赞 0 评论 463 浏览 评分:7.3
蓝桥杯2022年第十三届决赛真题-取模 java哈希 Mapremainders=newHashMap();:这个HashMap用于存储数字n对每个数字i(从1到m)的余数。intremainder=n%i;:计算数字n对数字i的余数,并将结果存储在变量remainder中。remainders.put(remainder, 题解列表 2024年01月07日 0 点赞 0 评论 550 浏览 评分:0.0
bmi体质指数测试器 摘要:解题思路:注意事项:这不是这道题的题解!!!这不是这道题的题解!!!这不是这道题的题解!!!重要的事情说三遍参考代码:#include <bits/stdc++.h>using namespace s…… 题解列表 2024年01月07日 0 点赞 0 评论 769 浏览 评分:9.9
单词统计(小心些数组的空间) 摘要:解题思路:注意题目说单词可重叠,那就以卷子每个元素都为开头一次,往后遍历比较一次注意事项:参考代码:#include<stdio.h> int main() { int n; scanf(…… 题解列表 2024年01月07日 1 点赞 0 评论 522 浏览 评分:0.0
vhgnghlkjhgfdsdfftghjkl;lkjhgfrde 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,w,b; cout<<"体重…… 题解列表 2024年01月07日 0 点赞 1 评论 524 浏览 评分:4.7
简单计算机器实现(运用双重指针,可以实现多个数之间的运算) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<ctype.h> int m(char **p)//单指针*p里存储的是传过来的指针p的地址,双指针才是值 {…… 题解列表 2024年01月07日 0 点赞 0 评论 496 浏览 评分:0.0