2774: 计算三角形面积(把公式记错了) 摘要:```cpp #include #include int main() { double p; double S; double a,b,c; double x1,x2,x3,…… 题解列表 2022年12月30日 0 点赞 0 评论 683 浏览 评分:9.6
我写比较简单getline(cin,s)运用一下就行了!1204: 大小写转换 摘要:##1204: 大小写转换 ####一如既往的秒杀题,就是这个优质题解到底怎么申请啊!我想要优质题解:tw-1f367: ```cpp #include using namespace std…… 题解列表 2022年12月30日 0 点赞 0 评论 494 浏览 评分:6.0
数组+循环 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; double x,y[100],j,k; scanf("%d",&n); scanf("%lf %…… 题解列表 2022年12月30日 0 点赞 0 评论 392 浏览 评分:6.0
1197: 发工资咯 摘要:```cpp #include using namespace std; int Dno[6]={100,50,10,5,2,1}; int sum(int x) { int y=…… 题解列表 2022年12月30日 0 点赞 0 评论 336 浏览 评分:9.9
1196: 去掉空格 摘要:```cpp #include #include using namespace std; int main() { string str,temp; while(get…… 题解列表 2022年12月30日 0 点赞 0 评论 381 浏览 评分:9.9
1195: 去掉双斜杠注释 摘要:```cpp #include using namespace std; int main() { string str1="//",str; int k; wh…… 题解列表 2022年12月30日 0 点赞 0 评论 428 浏览 评分:9.9
统计数字字符个数 摘要:、解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int i,n=0; char a[255]; …… 题解列表 2022年12月30日 0 点赞 0 评论 460 浏览 评分:0.0
1194: 去括号 摘要:```cpp #include #include #include #include using namespace std; int main() { string c; …… 题解列表 2022年12月30日 0 点赞 0 评论 488 浏览 评分:9.9
1193: 半数集问题 摘要:```cpp #include #include using namespace std; int a[1005]; int f(int n) { if(a[n]) …… 题解列表 2022年12月30日 0 点赞 0 评论 450 浏览 评分:9.9
1192: 十->二进制转换 摘要:```cpp #include #include using namespace std; int n,flag=0; vectorarr; void BinaryChange(int n…… 题解列表 2022年12月30日 0 点赞 0 评论 397 浏览 评分:9.9