07 2018 档案
摘要:题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=489 548 - Tree Time limit: 3.000 seconds Problem:
阅读全文
摘要:题目vj上的链接:https://vjudge.net/problem/UVA-10494 参考博客:https://blog.csdn.net/yanduoxuan/article/details/51972079 题意:第一个数是没规定范围的,无限大= =,然后中间一个符号代表要进行‘/’还是‘
阅读全文
摘要:题目VJ上的链接:https://vjudge.net/problem/UVA-10106 参考博客:https://www.cnblogs.com/wuqianling/p/5387099.html 思路:1:先把每位的乘的结果得出。2:进位最后统一进。 1:第一位数字的i位和第二位数字的j位相乘
阅读全文
摘要:题目链接:http://codeforces.com/contest/1006/problem/C C. Three Parts of the Array time limit per test 1 second memory limit per test 256 megabytes input s
阅读全文
摘要:题目链接:http://codeforces.com/contest/1006/problem/B B. Polycarp's Practice time limit per test 2 seconds memory limit per test 256 megabytes input stand
阅读全文
摘要:D. Little Artem and Dance time limit per test 2 seconds time limit per test memory limit per test 256 megabytes memory limit per test input standard i
阅读全文
摘要:该题code forces链接:http://codeforces.com/problemset/problem/631/C VJ暑期训练链接:https://vjudge.net/contest/238680#problem/H 参考博客链接:https://blog.csdn.net/yhyyx
阅读全文
摘要:1019 逆序数 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 收藏 关注 1019 逆序数 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 1019 逆序数 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题
阅读全文
摘要:1126 求递推序列的第N项 基准时间限制:1 秒 空间限制:131072 KB 分值: 10 难度:2级算法题 收藏 关注 1126 求递推序列的第N项 基准时间限制:1 秒 空间限制:131072 KB 分值: 10 难度:2级算法题 1126 求递推序列的第N项 基准时间限制:1 秒 空间限制
阅读全文
摘要:传送门:1013 3的幂的和 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 传送门:1013 3的幂的和 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 传送门:1013 3的幂的和 基准时间限制:1 秒 空间限制:13107
阅读全文
摘要:1046 A^B Mod C 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 收藏 关注 1046 A^B Mod C 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 1046 A^B Mod C 基准时间限制:1 秒 空间限制:13107
阅读全文
摘要:1384 全排列 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 收藏 关注 1384 全排列 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 1384 全排列 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题
阅读全文
摘要:题目链接:https://www.spoj.com/problems/AMR11B/en/ VJ暑期训练链接:https://vjudge.net/contest/237052#problem/B AMR11B - Save the Students no tags no tags Hogwarts
阅读全文
摘要:原题链接:https://www.spoj.com/problems/AMR11D/en/ 暑期训练VJ链接:https://vjudge.net/contest/237052#problem/D AMR11D - Wizarding Duel no tags no tags You are the
阅读全文
摘要:1050 循环数组最大子段和 基准时间限制:1 秒 空间限制:131072 KB 分值: 10 难度:2级算法题 参考博客:https://blog.csdn.net/qq_33850438/article/details/50641917 1050 循环数组最大子段和 基准时间限制:1 秒 空间限
阅读全文
摘要:原题链接:https://www.spoj.com/problems/AMR11A/en/ VJ暑期训练链接:https://vjudge.net/contest/237052#problem/A AMR11A - Magic Grid no tags no tags Thanks a lot fo
阅读全文
摘要:原题链接:https://www.spoj.com/problems/AMR11J/en/ 暑期训练VJ链接:https://vjudge.net/contest/237052#problem/J 参考博客链接:https://blog.csdn.net/akahieveman/article/de
阅读全文
摘要:51nod:1289 大鱼吃小鱼 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 51nod:1289 大鱼吃小鱼 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 51no
阅读全文
摘要:题目链接:http://codeforces.com/gym/100989/problem/J J. Objects Panel (A) time limit per test 1.0 s time limit per test memory limit per test 256 MB memory
阅读全文
摘要:原题链接:http://codeforces.com/gym/100989/problem/G G. Mission in Amman (B) time limit per test 1.0 s time limit per test memory limit per test 256 MB mem
阅读全文
摘要:Gym - 100989D-Cafeteria (B) codeforces题目链接:http://codeforces.com/gym/100989/problem/D vj题目链接:https://vjudge.net/contest/236677#problem/D 1D Cafeteria
阅读全文