题目 1031: [编程入门]自定义函数之字符串反转 摘要:#include#includeint main(){ char a[520]; gets(a); int cd=strlen(a);//strlen函数测量字符串长度;不算‘\0’…… 文章列表 2023年04月24日 0 点赞 2 评论 159 浏览 评分:9.9
c++入门讲解(复杂) 摘要:# c++入门讲解 ### 1、C++编译流程 以Unix系统编译中间文件为说明: .cpp—(编译预处理)—>.ii—(编译)—>.s—(汇编)—>.o—(ld,连接)—>.out ### …… 文章列表 2023年05月06日 0 点赞 0 评论 239 浏览 评分:9.9
题目 1050: [编程入门]结构体之成绩记录 摘要:#includestruct student{ char xuehao[20]; char name[20]; int cj[3]; }; void input(struct…… 文章列表 2023年05月06日 0 点赞 0 评论 190 浏览 评分:9.9
贪吃蛇C++代码 摘要:### **贪吃蛇C++代码** 今天来给大家上两个贪吃蛇C++代码 第一种: ```cpp #include #include #include #include using nam…… 文章列表 2023年05月09日 0 点赞 0 评论 479 浏览 评分:9.9
让你电脑的CPU冒烟 摘要:如何让你家电脑的cpu冒烟呢?请往下看。#include<iostream>#include<windows.h>#include<stdio.h>#include<fstream>using nam…… 文章列表 2023年05月13日 0 点赞 2 评论 311 浏览 评分:9.9
1006(凌云训练)。 摘要:#include<bits/stdc++.h>using namespace std;int a[100],max;int main(){ for(int i=0;i<3;i++){ …… 文章列表 2023年05月14日 0 点赞 0 评论 205 浏览 评分:9.9
给大家上个贪吃蛇游戏2 摘要:#include<stdio.h>#include <stdlib.h>#include <math.h>#include <conio.h>#include <time.h>#include <wi…… 文章列表 2023年05月14日 0 点赞 0 评论 261 浏览 评分:9.9
奥林匹克学奥赛6人组 摘要:加入我的组,每天发布新游戏!等级P0~P5级,年龄不限。wfteyshjfydkalufkhuyfiuewyfugrewufro8w7rhfuruwklfuewifheouwhhhhhhhhhhhhh…… 文章列表 2023年05月14日 0 点赞 4 评论 150 浏览 评分:9.9
蓝桥杯2023年第十四届省赛真题-平方差 摘要:题目描述给定 L, R,问 L ≤ x ≤ R 中有多少个数 x 满足存在整数 y,z 使得 x = y2 − z2。输入格式输入一行包含两个整数 L, R,用一个空格分隔。输出格式输出一行包含一个整…… 文章列表 2023年05月14日 0 点赞 0 评论 1003 浏览 评分:9.9
飞机大战C++代码 摘要:#include<stdio.h>#include<string.h>#include<conio.h>#include<windows.h>#include<stdlib.h>#define MAX…… 文章列表 2023年05月17日 0 点赞 3 评论 309 浏览 评分:9.9