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
让你电脑的CPU冒烟 摘要:如何让你家电脑的cpu冒烟呢?请往下看。#include<iostream>#include<windows.h>#include<stdio.h>#include<fstream>using nam…… 文章列表 2023年05月13日 0 点赞 2 评论 390 浏览 评分:9.9
刘华强规则怪谈 摘要:#include <bits/stdc++.h>using namespace std;int main(){ cout<<"买瓜一遇"<<endl; cout<<"你是郝哥,这是买你瓜的…… 文章列表 2023年05月13日 0 点赞 0 评论 288 浏览 评分:6.8
贪吃蛇C++代码 摘要:### **贪吃蛇C++代码** 今天来给大家上两个贪吃蛇C++代码 第一种: ```cpp #include #include #include #include using nam…… 文章列表 2023年05月09日 1 点赞 0 评论 568 浏览 评分:9.9
一些恶搞人的C++程序(千万别试,会哭的) 摘要:#一些恶搞人的C++程序(千万别试,会哭的) ### top 1: 鼠标乱飞 ```cpp #include//调用Windows控制台头文件 #include//调用C语言时间头文件 u…… 文章列表 2023年05月07日 44 点赞 10 评论 7813 浏览 评分:9.2
题目 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++入门讲解 ### 1、C++编译流程 以Unix系统编译中间文件为说明: .cpp—(编译预处理)—>.ii—(编译)—>.s—(汇编)—>.o—(ld,连接)—>.out ### …… 文章列表 2023年05月06日 0 点赞 0 评论 300 浏览 评分:9.9
求特殊自然数 摘要:public class Main { public static void main(String[] args) { Scanner sc = new Scanner(Syst…… 文章列表 2023年04月26日 0 点赞 0 评论 239 浏览 评分:0.0
题目 1031: [编程入门]自定义函数之字符串反转 摘要:#include#includeint main(){ char a[520]; gets(a); int cd=strlen(a);//strlen函数测量字符串长度;不算‘\0’…… 文章列表 2023年04月24日 0 点赞 2 评论 186 浏览 评分:9.9
仓鼠日报 2023.4.22 摘要:现在是北京时间下午6点 我是主持鼠 阿墨 今天我来概述一下两脚兽的生活现状 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱吱吱吱吱 吱…… 文章列表 2023年04月22日 0 点赞 0 评论 189 浏览 评分:9.1