I will be strong soon.
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《who can tell me how to use_int128》回复:
@[jung_le](luogu://user/1159387) 是的,本来用的long long,可以过4个测试点,但最后一个结果有二十位之多,但本人又不想写高精度乘法,否则代码太臃肿啦,所以想学学—interesting28是什么东西?
who can tell me how to use_int128 ``` #include using namespace std; struct Cnt { int change; int cnt; }; int Search(int x, multimap &rules) { int xcnt=0; vector…
36分 WA 么WA招了 ``` #include using namespace std; int main() { int n, d; cin>>n>>d; int paircnt=0; vector a(n); for(int i=0; i >a[i]; for(int i=0; i 0 可以 harm==0 -…
cin printf map和数组和动态数组 二分和lower_bound 都试过了,已经没招了,九名啊 ``` #include using namespace std; int BinSearch(int a[],int left,int right,int x) //二分查找x在数组中的位置,返回下标 { whi…
样例可以过,但测试点全WA,求助路过大佬 ``` #include using namespace std; void dfs(multimap &G, vector &vis, int x, int n)//1->2->5->6->3->7->8->4 { cout ::iterator it=G.find(x);/…