计算两个数的最大公约数 摘要:第一种方法:         &…… 文章列表 2024年12月03日 1 点赞 0 评论 284 浏览 评分:0.0
题目 1001: [编程入门]第一个HelloWorld程序 摘要:#include<iostream>usingnamespacestd;intmain(){    …… 文章列表 2024年11月30日 0 点赞 0 评论 267 浏览 评分:9.9
题目 1008: [编程入门]成绩评定 摘要:#include<iostream>using namespace std;int main(){ …… 文章列表 2024年11月28日 0 点赞 0 评论 193 浏览 评分:9.9
题目 1006: [编程入门]三个数找最大值 摘要:#include<iostream>using namespace std;int main(){ …… 文章列表 2024年11月28日 0 点赞 0 评论 186 浏览 评分:6.7
曹茂麟喜欢没魔根枪瑞 摘要:#include<stdio.h>intmain(){chara[100];inti,s;for(i=0;i<=99;i++){scanf(&quot…… 文章列表 2024年11月27日 2 点赞 1 评论 235 浏览 评分:4.9
根本看不懂 摘要:#include<bits/stdc++.h>usingnamespacestd;intmain(){stringsit="1+4*3+1&quo…… 文章列表 2024年11月25日 0 点赞 0 评论 184 浏览 评分:0.0
题目 1034: [编程入门]自定义函数之数字分离 摘要:#include#includeusingnamespacestd;voidblank(char*a,char*b){intla=strlen(a);intlb=2*la-1;for(inti=0;i…… 文章列表 2024年11月24日 0 点赞 0 评论 164 浏览 评分:9.9
小猫爬山 DFS 摘要:题目描述翰翰和达达饲养了N只小猫,这天,小猫们要去爬山。经历了千辛万苦,小猫们终于爬上了山顶,但是疲倦的它们再也不想徒步走下山了翰翰和达达只好花钱让它们坐索道下山。索道上的缆车最大承重量为W,而N只小…… 文章列表 2024年11月22日 0 点赞 0 评论 171 浏览 评分:9.9