2021.12.26DAY415 摘要: 在宿舍隔离第四天,也不知道今天是怎么过的,激不起一丝的兴趣,一天的生活起居全在宿舍里,对于一个成天打游戏的人,成天追剧的人来说,这种生活应该是他们最向往的吧!有趣的是,由于是个线上考试,…… 文章列表 2021年12月26日 0 点赞 0 评论 235 浏览 评分:0.0
Java中对于一维数组的使用哦! 摘要:声明一维数组有两种方式.数据类型可以是java中常用的类型,数组名称要符合标识符命名规则。参数[]可以放在数据类型前或数组名称后。数组类型[ ] 数组名称;//声明一维数组int[ ] usernam…… 文章列表 2022年01月01日 0 点赞 0 评论 295 浏览 评分:0.0
Java小白的学习(代码是参考别人的,不是原创) 摘要: package c.dopp; import java.util.Arrays; import java.util.Scanner; public class M…… 文章列表 2022年01月01日 0 点赞 0 评论 238 浏览 评分:0.0
第H道题目的 摘要:#include<iostream>#include<string>using namespace std;int main(){string a;getline(cin, a); …… 文章列表 2022年01月08日 0 点赞 0 评论 402 浏览 评分:0.0
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 评论 196 浏览 评分:0.0
第I题密密麻麻吗 摘要:#include<bits/stdc++.h>using namespace std;int main(){ int n,k; map<int,int>v; cin>>n; while(n--) { …… 文章列表 2022年01月08日 0 点赞 0 评论 191 浏览 评分:0.0
I大家都好骄傲我看 摘要:#include<bits/stdc++.h>using namespace std;int main(){int n,k;map<int,int>v;cin>>n;while(n--){cin>>k…… 文章列表 2022年01月08日 0 点赞 0 评论 434 浏览 评分:0.0
FDGFEGRHEHE3333 摘要:E#include <stdio.h>#include <string.h>int myhui(char a[],int l,int r){ if(l>r) return 1; if(a[l]!=a[…… 文章列表 2022年01月08日 0 点赞 0 评论 250 浏览 评分:0.0
链表代码(初始化,创建,输出) 摘要:#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct node{ char name[20]; int number…… 文章列表 2022年01月09日 0 点赞 0 评论 282 浏览 评分:0.0
DNA自用自用 摘要:```c #include #include int main() { int a, b, i, j, k, N; scanf_s("%d\n", &N); while (N--)…… 文章列表 2022年01月11日 0 点赞 0 评论 265 浏览 评分:0.0