摘要:
//P1049 #include<iostream> #include<algorithm> #include<cmath> using namespace std; int map[20000][50],V,n,input[50],lest; //图表 int max(int a,int b){r
阅读全文
posted @ 2020-07-01 20:25
forwhat00
阅读(118)
推荐(0)
摘要:
#include<iostream> #include<cstring> #include<cmath> using namespace std; int N; char input[2000]; char show(int ind,int num){ //对当前串进行读取与输出 int flag0
阅读全文
posted @ 2020-07-01 16:54
forwhat00
阅读(85)
推荐(0)