文章列表

筛选

2021.12.26DAY415

摘要:       在宿舍隔离第四天,也不知道今天是怎么过的,激不起一丝的兴趣,一天的生活起居全在宿舍里,对于一个成天打游戏的人,成天追剧的人来说,这种生活应该是他们最向往的吧!有趣的是,由于是个线上考试,……

Java中对于一维数组的使用哦!

摘要:声明一维数组有两种方式.数据类型可以是java中常用的类型,数组名称要符合标识符命名规则。参数[]可以放在数据类型前或数组名称后。数组类型[ ] 数组名称;//声明一维数组int[ ] usernam……

第H道题目的

摘要:#include<iostream>#include<string>using namespace std;int main(){string a;getline(cin, a);          ……

J未签订日期为单位去

摘要:#include<bits/stdc++.h>using namespace std;int father[100005];int n;void init(){    for(int i=1;i<=n……

第I题密密麻麻吗

摘要:#include<bits/stdc++.h>using namespace std;int main(){ int n,k; map<int,int>v; cin>>n; while(n--) { ……

I大家都好骄傲我看

摘要:#include<bits/stdc++.h>using namespace std;int main(){int n,k;map<int,int>v;cin>>n;while(n--){cin>>k……

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[……

DNA自用自用

摘要:```c #include #include int main() { int a, b, i, j, k, N; scanf_s("%d\n", &N); while (N--)……