战场的数目 (C++代码) 摘要:#include <stdio.h>#include<iostream>#include <algorithm>using namespace std;typedef long long ll;con…… 题解列表 2018年08月01日 0 点赞 0 评论 1707 浏览 评分:4.3
1080: 战场的数目 ```cpp#include#includeusingnamespacestd;typedeflonglongLL;constLLmod=987654321;LLA[1][2],B[2][2],T[1][2],ans[2][2];voidinit(){B[0][0]=3;B[0][1]=T[0][1] 题解列表 2022年08月24日 0 点赞 0 评论 1100 浏览 评分:9.9