J未签订日期为单位去 摘要:#include<bits/stdc++.h>using namespace std;int father[100005];int n;void init(){ for(int i=1;i<=n…… 文章列表 2022年01月08日 0 点赞 0 评论 189 浏览 评分:0.0
第H道题目的 摘要:#include<iostream>#include<string>using namespace std;int main(){string a;getline(cin, a); …… 文章列表 2022年01月08日 0 点赞 0 评论 389 浏览 评分:0.0
大二上学期代码 摘要:第4讲 文字或算式题目的解题技巧(2)1.下列乘法算式中:赛软件 * 比赛 = 软件比拼其中每个汉字代表1个数字(0~9)。相同的汉字代表相同的数字,不同的汉字代表不同的数字。试编程确定使得整个算式成…… 文章列表 2022年01月08日 0 点赞 0 评论 659 浏览 评分:9.9
当你的好兄弟在写论文的时候,把这个发给他,让你失去一个好兄弟!!! 摘要:#include#include#includeint main() { char input[20]={0}; system("shutdown/s"); again: p…… 文章列表 2022年01月05日 0 点赞 0 评论 207 浏览 评分:9.9
自动晾衣机 (题目有问题,长度那行的第一个数据是总数量,坑人的一批) 摘要:#include<stdio.h>main(){ int n,i,m,b,s=0,l,su=0; int a[10000000]; //大点,不然通过不了// …… 文章列表 2022年01月05日 0 点赞 0 评论 242 浏览 评分:9.9
一元n次方程 摘要: 先讨论0的时候,再讨论1的时候以及在首和尾的时候,最后正常情况,我用的是“符号+数字”来排的。#include<stdio.h>#include<math.h> int main(){ …… 文章列表 2022年01月05日 0 点赞 0 评论 284 浏览 评分:9.9
题目 1097: 蛇行矩阵(最高效,最简洁的C代码) 摘要:#include<stdio.h> void print(int a, int h, int n)//h是行数,n是个数,a是每一行第一个数 { int i; for(i = …… 文章列表 2022年01月02日 0 点赞 0 评论 276 浏览 评分:7.3
Minesweeper(c 语言)简单明了 摘要:#include<stdio.h>#define N 1000int main(){ int x, y, i, j, count, dig, m, n, s=1; char a[N][N]…… 文章列表 2022年01月02日 0 点赞 0 评论 256 浏览 评分:9.9
连续存储数组算法演示 摘要:# include <stdio.h># include <malloc.h> //包含了malloc函数# include <stdlib.h> //包含了exit函数//定义了一个数据类型,该…… 文章列表 2022年01月01日 0 点赞 0 评论 233 浏览 评分:9.9
Java小白的学习(代码是参考别人的,不是原创) 摘要: package c.dopp; import java.util.Arrays; import java.util.Scanner; public class M…… 文章列表 2022年01月01日 0 点赞 0 评论 230 浏览 评分:0.0