码迷,mamicode.com
首页 >  
搜索关键字:poetry    ( 46个结果
CodeForces Gym 100500A A. Poetry Challenge DFS
Problem A. Poetry ChallengeTime Limit: 1 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100500/attachmentsDescriptionLet’s check another challen...
分类:其他好文   时间:2015-07-30 01:57:49    阅读次数:145
CF Gym 100500A Poetry Challenge
题解:暴力dfs,如果有一个选择,能让对手必败,那么就是必胜态,能转移到的状态都是对手的必胜态,或者无法转移,就是必败态。总算是过了,TLE是因为状态没判重,不过我还是有一点没想明白,为什么状态会出现重复#include#include#include#include#include#include...
分类:其他好文   时间:2015-07-28 00:43:44    阅读次数:89
CodeForces Gym 100500A A. Poetry Challenge DFS
Problem A. Poetry ChallengeTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100500/attachmentsDescriptionLet’s check another challe...
分类:其他好文   时间:2015-07-27 20:35:38    阅读次数:252
10361 - Automatic Poetry
#include#include#include#includeusing namespace std;char str1[105],str2[105];string s2,s4;int main(){ int n; cin >> n; getchar(); while(n-...
分类:其他好文   时间:2015-07-16 11:40:25    阅读次数:133
UVA 10361 Automatic Poetry
题目要求很简单,给两个字符串,第一个字符串中有'’的符号,整个字符串可以分为s1s3s5。第二个字符串中结尾是'...'。要求输出两个字符串,一个是将第一个字符串中的''去掉,另一个是在第二个字符串后面加上s4s3s2s5。直接模拟即可。 #include #include #include #include using namespace std; int main() { int n,l1...
分类:其他好文   时间:2015-07-08 18:56:35    阅读次数:124
ZOJ 3810 Pretty Poem
Pretty Poem Time Limit: 2 Seconds      Memory Limit: 65536 KB Poetry is a form of literature that uses aesthetic and rhythmic qualities of language. There are many famous poets in the...
分类:其他好文   时间:2015-05-17 16:54:05    阅读次数:167
数据库设计中一对多的解决方法.
1.位运算的思想原文连接:http://www.tiyee.net/post/178作者:tiyee当我们在设计数据库的数据表时,经常会遇到一对多的数据结构,如文章的tag等,比如本人之前在设计手机app的后端的时候,就碰到了这个问题,当时涉及中小学教材的诗歌诗歌表(poetry)和出版社表(poe...
分类:数据库   时间:2015-04-18 23:35:43    阅读次数:325
浅谈DEs,AES
1. AES加密,相对比较简单,之前已经配置好工具类。package com.bbguoxue.poetry.util;import java.security.SecureRandom;import javax.crypto.Cipher;import javax.crypto.KeyGenera...
分类:其他好文   时间:2014-12-27 01:27:30    阅读次数:283
UVA 10361-Automatic Poetry(模拟)
Automatic Poetry Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description Problem I Automatic Poetry Input: standard input Output: standard out...
分类:其他好文   时间:2014-12-10 09:20:44    阅读次数:143
小白书训练-Automatic Poetry
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1302 题意:就是用吧一句话截断为5部分,然后先打印s1s2s3s4s5,然后再输入一句话,然后在打印这句话(去除‘.’),然后打印s4s3s2s5。其实就是个模拟,没有难度,就是英语有点问题,用...
分类:其他好文   时间:2014-12-01 01:11:52    阅读次数:133
46条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!