[编程入门]完数的判断 摘要: ```c #include #include int Find(int n,int arr[]) { memset(arr, 0, sizeof(int) * 200); …… 题解列表 2023年04月27日 0 点赞 0 评论 383 浏览 评分:9.9
计算鞍点计算鞍点计算鞍点计算鞍点 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,j,m=0,n=0,t=0; int a[100][100],b[50],c[50]; for(i=…… 题解列表 2023年04月28日 0 点赞 0 评论 537 浏览 评分:9.9
留住了塔没留住她:[编程入门]三个数最大值 摘要:解题思路: 学过C++都知道,C++有一个函数叫做“max( 变量A , 变量B );”它可以让我们得出变量A 变量B的最大值 所以我们可以使用这个函数。注意事项: 注意:不管你学了…… 题解列表 2023年04月28日 0 点赞 2 评论 731 浏览 评分:9.9
去掉空格(c语言代码) 摘要:```c #include #include void removeblank(char* s); int main() { char strs[101] = { 0 }; wh…… 题解列表 2023年04月28日 0 点赞 0 评论 354 浏览 评分:9.9
字符串最大跨距 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class 字符串最大跨距 { public static void main(String[] a…… 题解列表 2023年04月28日 0 点赞 0 评论 381 浏览 评分:9.9
题解 2780: 奇偶数判断 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); if(a%2==0) { printf("even\n"); }…… 题解列表 2023年04月29日 0 点赞 1 评论 762 浏览 评分:9.9
弟弟的作业 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ char c=10; int sum=0; int a=0,b=0,d=0,t,k=0,i=0…… 题解列表 2023年04月29日 0 点赞 0 评论 309 浏览 评分:9.9
非直接打印的方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int fun(int a){ int sum=0; for(int i=1;i<a;i++) { if(a%i==0) sum+=…… 题解列表 2023年04月29日 0 点赞 0 评论 554 浏览 评分:9.9
daxiangheshui0263461984565484752625+8749 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int h,r; cin>>h>>r; double v; …… 题解列表 2023年04月29日 0 点赞 0 评论 562 浏览 评分:9.9
打错了,是计算三角形面积的答案,大家别误会 摘要:参考代码:#includeusing namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; double s=sqrt…… 题解列表 2023年04月29日 0 点赞 0 评论 491 浏览 评分:9.9