在我上一个题解基础下,加上前面那个scanf就可以了 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int n,i,sum,j,p;//注意多定义两个 scanf("…… 题解列表 2025年01月12日 0 点赞 0 评论 182 浏览 评分:0.0
还是for循环 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int n,i,sum; for(;;){ if (scanf(&quo…… 题解列表 2025年01月12日 0 点赞 0 评论 190 浏览 评分:0.0
还是大家喜欢的for循环 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main() { int n, i, sum,j; scanf…… 题解列表 2025年01月12日 0 点赞 0 评论 145 浏览 评分:0.0
会调用函数就可以 摘要:解题思路:注意事项:注意比较输入两个数的大小参考代码:#include <stdio.h>int c(int n) { int length = 1; // 初始…… 题解列表 2025年01月12日 1 点赞 0 评论 180 浏览 评分:0.0
模拟报数过程的直接解法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>int main(){&nb…… 题解列表 2025年01月12日 0 点赞 0 评论 320 浏览 评分:0.0
盐水的故事 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int vul,d,t=0;&…… 题解列表 2025年01月12日 0 点赞 0 评论 124 浏览 评分:0.0
内码对称求解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){long long int n; …… 题解列表 2025年01月12日 0 点赞 0 评论 122 浏览 评分:0.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=2e5…… 题解列表 2025年01月13日 0 点赞 0 评论 80 浏览 评分:0.0
编写题解 1234: 检查一个数是否为质数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ long long int n,i,sum=0,t=1; &n…… 题解列表 2025年01月13日 1 点赞 0 评论 155 浏览 评分:0.0
题解 1234: 检查一个数是否为质数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;int main(){&nb…… 题解列表 2025年01月13日 0 点赞 0 评论 112 浏览 评分:0.0