文章列表

筛选

飞机大战C++代码

摘要:#include<stdio.h>#include<string.h>#include<conio.h>#include<windows.h>#include<stdlib.h>#define MAX……

蓝桥杯2023年第十四届省赛真题-平方差

摘要:题目描述给定 L, R,问 L ≤ x ≤ R 中有多少个数 x 满足存在整数 y,z 使得 x = y2 − z2。输入格式输入一行包含两个整数 L, R,用一个空格分隔。输出格式输出一行包含一个整……

奥林匹克学奥赛6人组

摘要:加入我的组,每天发布新游戏!等级P0~P5级,年龄不限。wfteyshjfydkalufkhuyfiuewyfugrewufro8w7rhfuruwklfuewifheouwhhhhhhhhhhhhh……

1006(凌云训练)。

摘要:#include<bits/stdc++.h>using namespace std;int a[100],max;int main(){    for(int i=0;i<3;i++){      ……

让你电脑的CPU冒烟

摘要:如何让你家电脑的cpu冒烟呢?请往下看。#include<iostream>#include<windows.h>#include<stdio.h>#include<fstream>using nam……

刘华强规则怪谈

摘要:#include <bits/stdc++.h>using namespace std;int main(){    cout<<"买瓜一遇"<<endl;    cout<<"你是郝哥,这是买你瓜的……

贪吃蛇C++代码

摘要:### **贪吃蛇C++代码** 今天来给大家上两个贪吃蛇C++代码 第一种: ```cpp #include #include #include #include using nam……