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的迷宫,给你起点终点和起点的方向,让你进行移动移动特别之处是不一定上下左右都可以,只有根据方向确定可以走的方向.思路:需要写一个读入函数,这个需要读入起点, ...
随机推荐
- POJ--1094--Sorting It All Out||NYOJ--349--Sorting It All Out(拓扑排序)
NYOJ的数据水一点,POJ过了是真的过了 /* 拓扑排序模板题: 每次输入都要判断有环与有序的情况,如果存在环路或者已经有序可以输出则跳过下面的输入 判断有序,通过是否在一个以上的入度为0的点,存在 ...
- Java 参数的和
public class CommandParamter { public static void main(String[] args) { // TODO Auto-generated metho ...
- [转] AS3地图拼接与战争迷雾的实现
在开发游戏的过程中,特别是地图编辑器中,需要利用最少的资源,实现最丰富的地形地貌.虽然现在众多的RPG开始使用整图,但是我们偶尔还是需要能够让玩家自己编辑地图,或者其他需要自动进行地图构建的功能.另外 ...
- LoadRunner几个重要的概念:事务、集合点、思考时间
在LoadRunner的脚步编写中,有三个重要的概念:事务.集合点.思考时间 事务: 事务又称为Transaction,在LoadRunner中的定义如下:An end-to-end(browser- ...
- ECMAScript6入门-序言
本系列笔记基于阮一峰大佬的开源书籍.如果大家想看可以去该地址 本系列笔记只记录本人自己学习的过程,如果有侵权收到通知会自行下架. 如果大家看到可以直接去地址处学习,如果觉得好还望支持正版. 在此感谢阮 ...
- debian7.2+nginx+mysql
1.安装mysql sudo aptitude install mysql-server netstat -atln 查看3306端口 数据库目录: /var/lib/mysql/ 配置文件/usr/ ...
- 如何批量清除128组节点db上面的过期的binlog,释放磁盘空间。(转)
如果10台以内的db的话,自己手动ssh进去,clean就足以,但是上百台呢,就要写脚本了.大概思路:在 一台db跳转机上面, 写一个脚本,访问slave,远程获取正在复制的master上面的binl ...
- java从键盘输入数,分解质因数,
总结:1.break;的用法 当最小质因数不能被输入的值整除时,需要继续循环.k++. 当然输入的数,本身就是质数时,那么 package com.b; import java.util.Scanne ...
- mybatis学习7 实战项目
自己写一个实战项目,最好和hibernate做对比.
- phonegap制作windows phone包
下载SDK win7及以下版本下载SDK http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=27570 WIN8下载SDK ht ...

