随笔分类 - 字符串
ACM/ICPC竞赛
摘要:备战ACM资料一:知识点 数据结构: 1,单,双链表及循环链表 2,树的表示与存储,二叉树(概念,遍历)二叉树的 应用(二叉排序树,判定树,博弈树,解答树等) 3,文件操作(从文本文件中读入数据并输出到文本文 ...
阅读全文
ACM之Java速成(3)
摘要:ACM中Java.大数处理先上个代码: 1 import java.math.*; 2 import java.util.*; 3 class Main{ 4 public static void main(String args[]){ 5 Scanner cin=new Scanner...
阅读全文
uva 11520 - Fill the Square
摘要:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251511520-FilltheSquareTimelimit:1.000secondsInthisprob...
阅读全文
zjuoj 3610 Yet Another Story of Rock-paper-scissors
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3610Yet Another Story of Rock-paper-scissorsTime Limit:2 Seconds Memory Limit:65536 KBAki...
阅读全文
zjuoj 3603 Draw Something Cheat
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3603Draw Something CheatTime Limit:2 Seconds Memory Limit:65536 KBHave you playedDraw Som...
阅读全文
csuoj 1115: 最短的名字
摘要:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=11151115: 最短的名字Time Limit:5 SecMemory Limit:64 MBSubmit:615Solved:234[Submit][Status][Web Board]Descr...
阅读全文
csu oj 1339: 最后一滴血
摘要:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=13391339: 最后一滴血Time Limit:1 SecMemory Limit:128 MBSubmit:319Solved:142[Submit][Status][Web Board]Desc...
阅读全文
csuoj 1334: 好老师
摘要:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=13341334: 好老师Time Limit:1 SecMemory Limit:128 MBSubmit:525Solved:235[Submit][Status][Web Board]Descri...
阅读全文
csu oj 1330 字符识别?
摘要:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=13301330: 字符识别?Time Limit:1 SecMemory Limit:128 MBSubmit:419Solved:296[Submit][Status][Web Board]Desc...
阅读全文
codevs 1204 寻找子串位置
摘要:http://codevs.cn/problem/1204/1204 寻找子串位置时间限制: 1 s空间限制: 128000 KB题目等级 : 青铜 Bronze题解查看运行结果题目描述Description给出字符串a和字符串b,保证b是a的一个子串,请你输出b在a中第一次出现的位置。输入描述In...
阅读全文
浙公网安备 33010602011771号