本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>#include<cstring>#include<string>using namespace std;int main(){int arr[2100];int n;cin>>n;me......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream> #include<cstring>using namespace std;//char ch1[20][20][2];char ch[20][20][2];void make(int i,int j......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>#include<cstring>using namespace std;int arr[22][2];int sum=0;void dg(int arr[22][2]){if(sum==154)......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>using namespace std;int a[35][35];void init(int n){for(int i=1;i<=n;i++)for(int j=1;j<=i;j++){......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>#include<cstring>using namespace std;int main(){int arr[1000][100];memset(arr,0,sizeof(arr));cou......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>#include <stdio.h>using namespace std;int main() {char ch[21];int i,j,s[21],k;while(gets(ch)!=N......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>#include<cstring>#include<string>using namespace std;int main(){int i,j,len;char ch1[210];char......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>#include<cmath>using namespace std;double b;int n;long long arr[105];void f(){for(int i=1;i<n;i++......
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。#include<iostream>using namespace std;#define INF 1000000int n;int arr[100][100];int s[100];int dist[100];int path[1......