摘要:
### 题目描述 n fish, numbered from 1 to n, live in a lake. Every day right one pair of fish meet, and the probability of each other pair meeting is the sa 阅读全文
摘要:
很难得遇到细节题 打码5分钟调试两小时 感谢游老师送出的1.5h调试,感激 (争取每天用我的代码训练老师的该题能力) 细节/思路见注释 ```c++ #include #define int long long using namespace std; /* 本题细节很多!!! 1.注意要把‘0’放 阅读全文
摘要:
细节和理解详见注释 题目:https://www.luogu.com.cn/problem/P4097 ```c++ #include using namespace std; #define int long long const int mod1=39989; const int mod2=1e 阅读全文