scau 2015寒假训练
并不是很正规的。每个人自愿参与自愿退出,马哥找题(马哥超nice么么哒)。 放假第一周与放假结束前一周
2015-01-26
http://acm.hust.edu.cn/vjudge/contest/view.action?cid=68304#overview
password: scau0126
|
ID
|
Origin
|
Title
|
||
|---|---|---|---|---|
| 13 / 29 | Problem A | CodeChef SUBGCD | Subarray GCD | |
| 8 / 50 | Problem B | CodeChef SUBLCM | Subarray LCM | |
| 0 / 3 | Problem C | CodeChef SEAGCD | Sereja and GCD | |
| 1 / 1 | Problem D | CodeChef SEALCM | Sereja and LCM | |
| 11 / 25 | Problem E | CodeChef GCD2 | GCD2 | |
| 13 / 17 | Problem F | CodeChef GCDQ | Gcd Queries | |
| Problem G | CodeChef EXGCD | Expected Greatest Common Divisor | ||
| Problem H | CodeChef ANUGCD | Maximum number, GCD condition | ||
| Problem I | CodeChef LCM | Adding Least Common Multiples | ||
| 0 / 1 | Problem J | CodeChef DGCD | Dynamic GCD | |
| 1 / 10 | Problem K | CodeChef D4 | Primes in the GCD table |
2015-01-27
http://acm.hust.edu.cn/vjudge/contest/view.action?cid=68477#overview
password:scau0127
|
ID
|
Origin
|
Title
|
||
|---|---|---|---|---|
| 13 / 16 | Problem A | CodeChef ANUWTA | Walk on the Axis | |
| 13 / 17 | Problem B | CodeChef ANUARM | The Army | |
| 6 / 58 | Problem C | CodeChef ANUMLA | Mahesh and his lost array | |
| Problem D | CodeChef CNTDSETS | Counting D-sets | ||
| 0 / 1 | Problem E | CodeChef GNUM | Game of Numbers | |
| 4 / 9 | Problem F | CodeChef LEPAINT | Little Elephant and Painting | |
| 12 / 30 | Problem G | CSU 1092 | Barricade | |
| 12 / 15 | Problem H | CSU 1271 | Brackets Sequence | |
| 3 / 6 | Problem I | CSU 1091 | A new common sub-strings problem |
2015-01-28
http://acm.hust.edu.cn/vjudge/contest/view.action?cid=68594#overview
password: scau0128
|
ID
|
Origin
|
Title
|
||
|---|---|---|---|---|
| 12 / 28 | Problem A | SPOJ SAMER08C | Candy | |
| Problem B | UVALive 6752 | Sweeping Robot | ||
| 12 / 24 | Problem C | CodeChef CANDLE | Birthday Candles | |
| 0 / 3 | Problem D | CodeChef BUYING | Buying Candies | |
| 1 / 1 | Problem E | CodeChef FRBSUM | ForbiddenSum | |
| 7 / 56 | Problem F | CodeChef QNUMBER | Queries About Numbers | |
| 4 / 17 | Problem G | CodeChef CHEFTOWN | ChefTown Parade | |
| 2 / 5 | Problem H | CodeChef PALIN3 | 3-Palindromes | |
| Problem I | CodeChef STREETTA | DHK签到处 |
2015-01-29
http://acm.hust.edu.cn/vjudge/contest/view.action?cid=68712#overview
password: scau0129
|
ID
|
Origin
|
Title
|
||
|---|---|---|---|---|
![]() |
13 / 43 | Problem A | CodeChef COINS | Bytelandian gold coins |
![]() |
9 / 22 | Problem B | CodeChef ABCSTR | ABC-Strings |
| Problem C | CodeChef MINXOR | XOR Minimization | ||
| 3 / 22 | Problem D | CodeChef CHEFWD | Chef World | |
![]() |
11 / 40 | Problem E | CSU 1306 | Manor |
![]() |
1 / 6 | Problem F | CSU 1316 | 协会的账目 |
| Problem G | CSU 1322 | ZZY‘s new company | ||
| Problem H | CodeChef PTOSS | Pizza Tossing | ||
| 5 / 10 | Problem I | CodeChef RRGAME | Game |
2015-01-30
http://acm.hust.edu.cn/vjudge/contest/view.action?cid=68856#overview
no password, public contest
|
ID
|
Title
|
||
|---|---|---|---|
![]() |
11 / 12 | Problem A | Count Substrings |
![]() |
9 / 11 | Problem B | Little Elephant and Balance |
| 2 / 3 | Problem C | Byteknights and Byteknaves | |
| 1 / 7 | Problem D | Lucky Number | |
![]() |
3 / 6 | Problem E | A String Game |
![]() |
2 / 3 | Problem F | Chef and sequence |
![]() |
7 / 12 | Problem G | Polo the Penguin and the XOR |
| 1 / 4 | Problem H | The Gray-Similar Code | |
![]() |
9 / 18 | Problem I | Rectangles Counting |
scau 2015寒假训练的更多相关文章
- 2015寒假ACM训练计划
1月26号至3月4号 每天给自己一个计划.做有意义的事情,不要浪费时间. 8:00——11:30 acm训练 11:30——13:00 午休 13:00——17:30 acm训练 17:30——18 ...
- SCAU 2015 GDCPC team_training0
A.题目:http://acm.timus.ru/problem.aspx?space=1&num=2024 题意:求一个包含K个不同字符的集合的最大长度,还有组成这个长度的集合的个数 做法: ...
- FZU ICPC 2020 寒假训练 4 —— 模拟(一)
P1042 乒乓球 题目背景 国际乒联现在主席沙拉拉自从上任以来就立志于推行一系列改革,以推动乒乓球运动在全球的普及.其中11分制改革引起了很大的争议,有一部分球员因为无法适应新规则只能选择退役.华华 ...
- MIT 6.824 : Spring 2015 lab3 训练笔记
摘要: 源代码参见我的github:https://github.com/YaoZengzeng/MIT-6.824 Lab3: Paxos-based Key/Value Service Intro ...
- MIT 6.824 : Spring 2015 lab2 训练笔记
源代码参见我的github:https://github.com/YaoZengzeng/MIT-6.824 Lab 2:Primary/Backup Key/Value Service Overvi ...
- MIT 6.824 : Spring 2015 lab1 训练笔记
源代码参见我的github: https://github.com/YaoZengzeng/MIT-6.824 Part I: Word count MapReduce操作实际上就是将一个输入文件拆分 ...
- 寒假训练第九场 Brocard Point of a Triangle
题意:求布洛卡点坐标 思路:直接利用布洛卡点的性质.http://pan.baidu.com/s/1eQiP76E #include<cstdio> #include<cstring ...
- FJUT2017寒假训练二题解
A题 题意:让你找出唯一的一个四位数,满足对话时的要求. 思路:因为是4位数,可以直接从1000-9999遍历一遍,判断是否有唯一的数能满足所有条件,如果不是唯一的或者没有满足条件的数就输出Not s ...
- J - Abbott's Revenge 搜索 寒假训练
题目 题目大意:这个题目就是大小不超过9*9的迷宫,给你起点终点和起点的方向,让你进行移动移动特别之处是不一定上下左右都可以,只有根据方向确定可以走的方向.思路:需要写一个读入函数,这个需要读入起点, ...
随机推荐
- 转:STL迭代器失效问题
. 对于关联容器(如map, set, multimap,multiset),删除当前的iterator,仅仅会使当前的iterator失效,只要在erase时,递增当前iterator即可.这是因为 ...
- 浅学soap--------4
引入nusoap Service.php //运行该文件,在网页中wsdl点击,可浏览生成的wsdl代码;网页提供注册的方法 <?php require_once ("nusoap/n ...
- Tomcat设计模式分析(转) 2
Tomcat 系统架构与设计模式,第 2 部分: 设计模式分析 这个分为两个部分的系列文章研究了 Apache Tomcat 服务器的系统架构以及其运用的很多经典设计模式.第 1 部分 分析了 Tom ...
- MA82G5D16AS16 主频调试记录
MA82G5D16AS16 主频调试记录 当 SCKS 设置 为 MCKDO / 128 时 MCU 的电流为 0.58mA,100UF 电容可以维持 0.5S,大概可以满足. 但是需要注意外围的线路 ...
- CentOS6.5 下MySQL傻瓜式安装
为了为服务器上装mysql我先在虚拟机上练习了一下特此记录并分享; 注:参考文章https://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/ ...
- 3.Monkey Script小案例
1.实现打开搜狗搜索APP,在搜索框输入内容,点击回车,重复2次运行 2.实现代码如下所示: type=user count=10 speed=1.0 start data >> Laun ...
- IIS:template
ylbtech-IIS: 1.返回顶部 2.返回顶部 3.返回顶部 4.返回顶部 5.返回顶部 6.返回顶部 7.返回顶部 8.返回顶部 9.返回顶部 10.返 ...
- 侯捷STL学习(四)--OOP-GP/操作符重载-泛化特化
C++标准库第二讲 体系结构与内核分析 第1-7节为第一讲 读源代码前的准备 第八节:源代码分布 C++基本语法 模板的使用 数据结构和算法 本课程主要使用:Gnu C 2.9.1与Gun C 4.9 ...
- 一段小程序理解getchar和putchar
#include "stdafx.h" #include <iostream> using namespace std; int main() { char c,d,e ...
- pl/sql使用部分整理
在工作中使用pl/sql工具,总结一下常用操作,以便以后复习,也希望帮助朋友们熟悉pl/sql操作! 1.pl/sql记住登录密码PL/SQL Developer->tools->Pref ...

