10 2024 档案

摘要:以洛谷无向图求环问题为例 #include<bits/stdc++.h> using namespace std; #define ll long long #define reg register int int n,m;int a[19][19];ll f[1<<19][19];ll res=0 阅读全文
posted @ 2024-10-09 10:23 邓佑孤 阅读(20) 评论(0) 推荐(0)
摘要:char *p1,*p2,buf[100000]; #define nc() (p1==p2 && (p2=(p1=buf)+fread(buf,1,100000,stdin),p1==p2)?EOF:*p1++) inline int read() { int fl=1,w=0;char ch=g 阅读全文
posted @ 2024-10-02 21:15 邓佑孤 阅读(39) 评论(0) 推荐(0)