04 2014 档案
摘要:【第三关】题目http://sortsth.sinaapp.com/分析查看网页源码,得知题目让找出6种排序算法,每次刷新或提交序列都变化。15种算法清单: CountingSort 计数排序 TournamentSort 锦标赛排序(树形选择排序) RadixSort 基数排序 ...
阅读全文
摘要:【第二关】题目http://round2.sinaapp.com/分析打开后,戳进去发现一句名言,然后下一戳的url提示。在网页源码中得到Page1024提示,于是写一个脚本#!/bin/bashurl_pre="http://round2.sinaapp.com/"next=$1while [ -...
阅读全文
摘要:【第一关】题目01010010011000010111001000100001000110100000011100000000110011111001000001110011000000000000000000001101000000000000000000000000000000000000000...
阅读全文