选择结构—if的使用 摘要:各位好,这节课我们学习了“if”,现在我为大家整理一下这节课的笔记吧写这个笔记之前,我先给大家添加一个小知识点: 当x大于0时…… 文章列表 2023年05月20日 0 点赞 0 评论 150 浏览 评分:9.9
适合初学者的C++题目(附AC代码) 摘要:# 适合初学者的C++题目(附AC代码) ### 题目很简单 题目描述 输入两个整数a和b,计算a+b的和 本题很简单,但是注意此题是多组测试数据,即需要不停的接收系统的测试输入,你都可以计算…… 文章列表 2023年05月18日 0 点赞 0 评论 327 浏览 评分: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 评论 232 浏览 评分:9.9
蓝桥杯2023年第十四届省赛真题-平方差 摘要:题目描述给定 L, R,问 L ≤ x ≤ R 中有多少个数 x 满足存在整数 y,z 使得 x = y2 − z2。输入格式输入一行包含两个整数 L, R,用一个空格分隔。输出格式输出一行包含一个整…… 文章列表 2023年05月14日 0 点赞 0 评论 954 浏览 评分:9.9
奥林匹克学奥赛6人组 摘要:加入我的组,每天发布新游戏!等级P0~P5级,年龄不限。wfteyshjfydkalufkhuyfiuewyfugrewufro8w7rhfuruwklfuewifheouwhhhhhhhhhhhhh…… 文章列表 2023年05月14日 0 点赞 4 评论 102 浏览 评分: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 评论 192 浏览 评分:9.9
给大家上个贪吃蛇游戏1 摘要:#include<iostream>#include<windows.h>#include<conio.h>#include<ctime>using namespace std;const int C…… 文章列表 2023年05月14日 1 点赞 0 评论 289 浏览 评分:10.0
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 评论 145 浏览 评分:9.9
让你电脑的CPU冒烟 摘要:如何让你家电脑的cpu冒烟呢?请往下看。#include<iostream>#include<windows.h>#include<stdio.h>#include<fstream>using nam…… 文章列表 2023年05月13日 0 点赞 2 评论 217 浏览 评分:9.9
刘华强规则怪谈 摘要:#include <bits/stdc++.h>using namespace std;int main(){ cout<<"买瓜一遇"<<endl; cout<<"你是郝哥,这是买你瓜的…… 文章列表 2023年05月13日 0 点赞 0 评论 182 浏览 评分:6.8