蓝桥杯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
贪吃蛇C++代码 摘要:### **贪吃蛇C++代码** 今天来给大家上两个贪吃蛇C++代码 第一种: ```cpp #include #include #include #include using nam…… 文章列表 2023年05月09日 0 点赞 0 评论 407 浏览 评分:9.9
一些恶搞人的C++程序(千万别试,会哭的) 摘要:#一些恶搞人的C++程序(千万别试,会哭的) ### top 1: 鼠标乱飞 ```cpp #include//调用Windows控制台头文件 #include//调用C语言时间头文件 u…… 文章列表 2023年05月07日 22 点赞 10 评论 3827 浏览 评分:9.2
题目 1050: [编程入门]结构体之成绩记录 摘要:#includestruct student{ char xuehao[20]; char name[20]; int cj[3]; }; void input(struct…… 文章列表 2023年05月06日 0 点赞 0 评论 141 浏览 评分:9.9