c++入门讲解(复杂) 摘要:# c++入门讲解 ### 1、C++编译流程 以Unix系统编译中间文件为说明: .cpp—(编译预处理)—>.ii—(编译)—>.s—(汇编)—>.o—(ld,连接)—>.out ### …… 文章列表 2023年05月06日 0 点赞 0 评论 300 浏览 评分:9.9
题目 1050: [编程入门]结构体之成绩记录 摘要:#includestruct student{ char xuehao[20]; char name[20]; int cj[3]; }; void input(struct…… 文章列表 2023年05月06日 0 点赞 0 评论 254 浏览 评分:9.9
贪吃蛇C++代码 摘要:### **贪吃蛇C++代码** 今天来给大家上两个贪吃蛇C++代码 第一种: ```cpp #include #include #include #include using nam…… 文章列表 2023年05月09日 1 点赞 0 评论 567 浏览 评分:9.9
让你电脑的CPU冒烟 摘要:如何让你家电脑的cpu冒烟呢?请往下看。#include<iostream>#include<windows.h>#include<stdio.h>#include<fstream>using nam…… 文章列表 2023年05月13日 0 点赞 2 评论 390 浏览 评分: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 评论 256 浏览 评分: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 评论 326 浏览 评分:9.9
奥林匹克学奥赛6人组 摘要:加入我的组,每天发布新游戏!等级P0~P5级,年龄不限。wfteyshjfydkalufkhuyfiuewyfugrewufro8w7rhfuruwklfuewifheouwhhhhhhhhhhhhh…… 文章列表 2023年05月14日 0 点赞 4 评论 180 浏览 评分:9.9
蓝桥杯2023年第十四届省赛真题-平方差 摘要:题目描述给定 L, R,问 L ≤ x ≤ R 中有多少个数 x 满足存在整数 y,z 使得 x = y2 − z2。输入格式输入一行包含两个整数 L, R,用一个空格分隔。输出格式输出一行包含一个整…… 文章列表 2023年05月14日 0 点赞 0 评论 1065 浏览 评分: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 评论 367 浏览 评分:9.9
适合初学者的C++题目(附AC代码) 摘要:# 适合初学者的C++题目(附AC代码) ### 题目很简单 题目描述 输入两个整数a和b,计算a+b的和 本题很简单,但是注意此题是多组测试数据,即需要不停的接收系统的测试输入,你都可以计算…… 文章列表 2023年05月18日 0 点赞 0 评论 461 浏览 评分:9.9