发表评论取消回复
相关阅读
相关 CF1214D
CF1214D 题意: > 给你一个 $ n \\times m $ 的矩阵,求最少用多少个障碍,将 $ (1,1) $ 到 $ (n,m) $ 的路径堵死...
相关 CF1214C
CF1214C 题意: > 给你一个括号序列,问你时候能仅移动相邻的两个元素,使括号序列合法。 解法: > 可以先考虑普通括号序列怎么做 > 这...
相关 CF1214B
CF1214B 解法: > 暴力枚举,时间复杂度 $ O(n) $ CODE: include<iostream> include<cstd...
相关 CodeForces1214C
[CodeForces1214C][] 是个不是很难的题目. 首先考虑如果左右括号数量不匹配那么肯定无论如何都不能通过移动一个括号完成匹配. 否则,我们考虑,将所有
相关 CodeForces1214A
[CodeForces1214A][] 说起来你们可能不信,这题硬生生卡了我\\(1h\\),我想了背包,扩欧,二分....等等一坨办法.结果最后还是用了\\(bfs\\)
相关 LightOJ 1214 - Large Division【同余定理】
1214 - Large Division <table> <tbody> <tr> <td title="normal judge" style="col
相关 LIGHTOJ-1214 - Large Division
1214 - Large Division <table> <tbody> <tr> <td title="normal judge" style="col
相关 Division
[Division][] <table> <tbody> <tr> <td><strong>Time Limit:</strong> 3000MS
相关 Large Division LightOJ - 1214 (大数取模)
Given two integers, a and b, you should check whether a is divisible by b or not. We kno
相关 Integer Divisibility LightOJ - 1078——同余定理+逆元(大数取模)
If an integer is not divisible by 2 or 5, some multiple of that number in decimal notati
还没有评论,来说两句吧...