随笔分类 - zjuoj
zjuoj 3773 Paint the Grid
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3773Paint the GridTime Limit:2 Seconds Memory Limit:65536 KB Special JudgeLeo has a grid ...
阅读全文
zjuoj 3780 Paint the Grid Again
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3780Paint the Grid AgainTime Limit:2 Seconds Memory Limit:65536 KBLeo has a grid withN×Nc...
阅读全文
zjuoj 3602 Count the Trees
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3602Count the TreesTime Limit:2 Seconds Memory Limit:65536 KBA binary tree is a tree data...
阅读全文
zjuoj 3608 Signal Detection
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3608Signal DetectionTime Limit:2 Seconds Memory Limit:65536 KBParallelepipedTypePrismFace...
阅读全文
zjuoj 3606 Lazy Salesgirl
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3606Lazy SalesgirlTime Limit:5 Seconds Memory Limit:65536 KBKochiya Sanae is a lazy girl ...
阅读全文
zjuoj 3605 Find the Marble
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3605Find the MarbleTime Limit:2 Seconds Memory Limit:65536 KBAlice and Bob are playing a ...
阅读全文
zjuoj 3604 Tunnel Network
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3604Tunnel NetworkTime Limit:2 Seconds Memory Limit:65536 KBCountry Far-Far-Away is a big...
阅读全文
zjuoj 3601 Unrequited Love
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3601Unrequited LoveTime Limit:16 Seconds Memory Limit:131072 KBThere arensingle boys andm...
阅读全文
zjuoj 3607 Lazier Salesgirl
摘要:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3607Lazier SalesgirlTime Limit:2 Seconds Memory Limit:65536 KBKochiya Sanae is a lazy gir...
阅读全文
zoj The 12th Zhejiang Provincial Collegiate Programming Contest Capture the Flag
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5503The 12th Zhejiang Provincial Collegiate Programming Contest - KCapture the FlagT...
阅读全文
zoj The 12th Zhejiang Provincial Collegiate Programming Contest Team Formation
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5494The 12th Zhejiang Provincial Collegiate Programming Contest - BTeam FormationTim...
阅读全文
zoj The 12th Zhejiang Provincial Collegiate Programming Contest Beauty of Array
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5496The 12th Zhejiang Provincial Collegiate Programming Contest - DBeauty of ArrayTi...
阅读全文
zoj The 12th Zhejiang Provincial Collegiate Programming Contest Lunch Time
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5499The 12th Zhejiang Provincial Collegiate Programming Contest - GLunch TimeTime Li...
阅读全文
zoj The 12th Zhejiang Provincial Collegiate Programming Contest Convert QWERTY to Dvorak
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5502The 12th Zhejiang Provincial Collegiate Programming Contest - JConvert QWERTY to...
阅读全文
zoj The 12th Zhejiang Provincial Collegiate Programming Contest May Day Holiday
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5500The 12th Zhejiang Provincial Collegiate Programming Contest - HMay Day HolidayTi...
阅读全文
zoj The 12th Zhejiang Provincial Collegiate Programming Contest Demacia of the Ancients
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5504The 12th Zhejiang Provincial Collegiate Programming Contest - LDemacia of the An...
阅读全文
zjuoj The 12th Zhejiang Provincial Collegiate Programming Contest Ace of Aces
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblem.do?problemId=5493 The 12th Zhejiang Provincial Collegiate Programming Cont...
阅读全文
poj 1475 || zoj 249 Pushing Boxes
摘要:http://poj.org/problem?id=1475http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=249Pushing BoxesTime Limit:2000MSMemory Limit:131072KTotal Su...
阅读全文
acm算法模板(4)
摘要:杂乱小模板状态压缩dp小技巧x&-x是取x的最后一个1的位置。x-=x&-x是去掉x的最后一个1。读入外挂intnxt_int(){//negorposcharch;intflag=0,tmp=0;for(ch=getchar();ch'9';ch=getchar())if(ch==int('-')...
阅读全文
acm算法模板(1)
摘要:1、 几何 41.1 注意 41.2 几何公式 41.3 多边形 61.4 多边形切割 91.5 浮点函数 101.6 面积 151.7 球面 161.8 三角形 171.9 三维几何 191.10 凸包 261.11 网格 281.12 圆 281.13 整数函数 302、 组合 332.1组合公...
阅读全文