题解列表

筛选

vhgnghlkjhgfdsdfftghjkl;lkjhgfrde

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    double h,w,b;    cout<<"体重……

单词统计(小心些数组的空间)

摘要:解题思路:注意题目说单词可重叠,那就以卷子每个元素都为开头一次,往后遍历比较一次注意事项:参考代码:#include<stdio.h> int main() { int n; scanf(……

bmi体质指数测试器

摘要:解题思路:注意事项:这不是这道题的题解!!!这不是这道题的题解!!!这不是这道题的题解!!!重要的事情说三遍参考代码:#include <bits/stdc++.h>using namespace s……

编写题解 2790: 分段函数

摘要:解题思路:注意事项:用小数类型定义;改头文件参考代码:#include <bits/stdc++.h>using namespace std;int main(){    double x;    c……

题解 3008: 买笔

摘要:解题思路:注意事项:?参考代码:#include <iostream>using namespace std;int main(){    int  x;    cin>>x;    if(x%4==……

买笔买笔30083008

摘要:解题思路:#include <iostream>using namespace std;int main(int argc, char** argv){int x,y,a,b,c;cin>>x;c=x……

2790: 分段函数

摘要:解题思路:注意事项:要使用浮点数定义参考代码:#include <bits/stdc++.h>using namespace std;int main(){    double x;    cin >……

3008: 买笔 买个鸡脖

摘要:解题思路:注意事项:需要想到多种可能参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int x;    cin>>x; ……