发表评论取消回复
相关阅读
相关 2019牛客暑期多校训练营(第五场)B generator 1
[传送门][Link 1] 题意: 先输入X0,X1,a,b然后按照Xi=a\X(i-1)+b\X(i-2) (i>=2) 之后再输入n,mod,让你根据公式求X
相关 2019牛客暑期多校训练营(第一场)
Solutions -------------------- A:Equivalent Prefixes 题意: 若$\\text\{RMQ(u,l,r)=RM
相关 2019牛客暑期多校训练营 第一场
牛客多校还是挺难的。三个人各种白给。 题目链接:[https://ac.nowcoder.com/acm/contest/881\question][https_ac.now
相关 2019牛客暑期多校训练营(第五场) B generator 1(十进制矩阵快速幂)
题意:![20190802095758155.png][] 分析:十进制快速幂板子题。 代码(模板): include<bits/stdc++.h>
相关 2019牛客暑期多校训练营 第六场
题目链接:[https://ac.nowcoder.com/acm/contest/886\question][https_ac.nowcoder.com_acm_contes
相关 2019牛客暑期多校训练营(第五场)C - generator 2 (BSGS)
[题目链接][Link 1] 题意: 给定\\(n,x\_0,a,b,p\\),有递推式\\(x\_i = (a \\cdot x\_\{i-1\} +b)\\%p
相关 2019牛客暑期多校训练营(第五场)
比赛链接:[https://ac.nowcoder.com/acm/contest/885\question][https_ac.nowcoder.com_acm_contes
相关 2019牛客暑期多校训练营 第一场
牛客多校还是挺难的。三个人各种白给。 题目链接:[https://ac.nowcoder.com/acm/contest/881\question][https_ac.now
相关 2019牛客暑期多校训练营(第一场)-B.Integration()
链接:https://ac.nowcoder.com/acm/contest/881/B 题意:给出n,和数组a\[n\],求特定表达式取模后的值。 思路:用到列项相消:!
相关 2019牛客暑期多校训练营(第一场)
<table> <thead> <tr> <th>Sloved</th> <th align="center">A</th> <th alig
还没有评论,来说两句吧...