该文被密码保护。 阅读全文
posted @ 2020-02-01 23:48
ACtest
阅读(0)
评论(0)
推荐(0)
摘要:
//最小生成树Prim算法 #include <iostream> #include <cstring> using namespace std; const int INF=0x7fffffff/2; int vst[505]; int d[505]; int g[505][505], n, m, 阅读全文
posted @ 2020-02-01 23:37
ACtest
阅读(66)
评论(0)
推荐(0)
摘要:
1.日期(CSP-S2019江西专场) 我感觉这道题应该放在CSP-J 分析:if条件语句 #include<bits/stdc++.h> using namespace std; char ch; int a,c; int ans=0; int main(){ cin>>a>>ch>>c; if( 阅读全文
posted @ 2020-02-01 15:51
ACtest
阅读(172)
评论(0)
推荐(0)
浙公网安备 33010602011771号