简单计算机器实现(运用双重指针,可以实现多个数之间的运算) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<ctype.h> int m(char **p)//单指针*p里存储的是传过来的指针p的地址,双指针才是值 {…… 题解列表 2024年01月07日 0 点赞 0 评论 497 浏览 评分:0.0
vhgnghlkjhgfdsdfftghjkl;lkjhgfrde 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,w,b; cout<<"体重…… 题解列表 2024年01月07日 0 点赞 1 评论 525 浏览 评分:4.7
单词统计(小心些数组的空间) 摘要:解题思路:注意题目说单词可重叠,那就以卷子每个元素都为开头一次,往后遍历比较一次注意事项:参考代码:#include<stdio.h> int main() { int n; scanf(…… 题解列表 2024年01月07日 1 点赞 0 评论 522 浏览 评分:0.0
买笔买笔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
3008: 买笔 买个鸡脖 摘要:解题思路:注意事项:需要想到多种可能参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int x; cin>>x; …… 题解列表 2024年01月07日 0 点赞 0 评论 448 浏览 评分:0.0
星期判断机1783 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; switch(a){ c…… 题解列表 2024年01月07日 0 点赞 0 评论 775 浏览 评分:9.9
C语言填鸭型 摘要:解题思路:检查左括号右括号是否配对注意事项:参考代码:#include"stdio.h"int main(){ char p[500]; memset(p,0,500); int i,j = 0; i…… 题解列表 2024年01月07日 0 点赞 0 评论 691 浏览 评分:0.0
编写题解 3040: An Easy Problem 摘要:解题思路:就那样注意事项:参考代码:#include <stdio.h>#include <stdbool.h>int js(int i) { int t = 0; while (i > …… 题解列表 2024年01月07日 0 点赞 0 评论 488 浏览 评分:6.0
一段一段来判断长度 ```#include#include#include#includeusingnamespacestd;intmain(){strings,c;while(cin>>s){if(s.back()=='.')s.pop_back();if(c.size() 题解列表 2024年01月06日 0 点赞 0 评论 479 浏览 评分:0.0
晶晶赴约会 2788 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; if(a==1||a==3||…… 题解列表 2024年01月06日 0 点赞 0 评论 539 浏览 评分:9.9