This is the reconstructed version of the game from the All% Wo. Rk. puzzle in the P.I.HUNT 5 found at https://jacoblance.wordpress.com/2019/03/14/p-i-hunt-5/ .
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
This is the reconstructed version of the game from the All% Wo. Rk. puzzle in the P.I.HUNT 5 found at https://jacoblance.wordpress.com/2019/03/14/p-i-hunt-5/ .
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
backrooms physicians cooperative | |
bad pointer cast | |
bad pool caller | |
baden powell college | |
baka person crasher | |
baked pork chop | |
baking pumpkin cake | |
ball product creator | |
ban pick character | |
ban push command |
*{box-sizing:border-box;position:relative;overflow-wrap:break-word;} | |
html{background-color:#999999} | |
body{box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);background-color:#ffffff;margin:48px auto;padding:16px} | |
header{padding-bottom:8px;border-bottom:1px solid #aaa} | |
.date{opacity:0.2} | |
.date+ul{padding-bottom:8px;border-bottom:1px solid #aaa} | |
.date+ul>li{padding-top:8px;border-top:1px dashed #aaa} | |
figure{overflow-x:auto} | |
@media screen and (max-width: 480px){ | |
body{width:100%;margin:16px auto;} |
*{border-radius:0!important;position:relative} | |
.box{box-shadow:none} | |
.sep20:not(:first-child):not(:last-child){display:none} | |
.box:not(.transparent):not(:nth-child(1)):not(:nth-child(2)):before{content:"";height:20px;display:block;border:inherit} | |
#Main>.box:not(.transparent){box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)!important} | |
.box.transparent{margin-top:20px;margin-bottom:20px;} | |
.box.transparent+.sep20+.box:before{display:none} |
#include <iostream> | |
template<int _height> | |
struct node{ | |
const int height=_height; | |
node<_height-1> left; | |
node<_height-1> right; | |
inline print(int num=0){ | |
for(int i=0;i<num;i++){ | |
std::cout<<'-'; |
@-moz-document regexp("(http|https)://[^]*\\.(wikipedia|wiktionary|wikibooks|wikisource|wikiversity|wikiquote|wikinews|wikivoyage)\\.org/(wiki/|zh/|zh-cn/|zh-hk/|zh-mo/|zh-sg/|zh-tw/|zh-hans/|zh-hant/|w/index.php)[^]*"), regexp("(http|https)://(meta|commons|species|wikitech|wikimania[0-9]*|outreach|incubator)\\.wikimedia\\.org/(wiki/|w/index.php)[^]*"), regexp("(http|https)://www\\.(mediawiki|wikidata)\\.org/(wiki/|w/index.php)[^]*"), regexp("(http|https)://(wikimediafoundation)\\.org/(wiki/|w/index.php)[^]*") { | |
body.skin-vector:not(.skin-vector-2022)>#content{box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);border:none;padding-top:calc(5em + 40px);top:-20px;position:relative;margin-bottom:-20px} | |
body.skin-vector:not(.skin-vector-2022) #mw-head-base{height:0} | |
body.skin-vector:not(.skin-vector-2022) #mw-head::before{content:"";height:0;width:100%;bottom:0;left:0;position:absolute;border-bottom: 1px solid #e5e5e5} | |
body.skin-vector:not(.skin-vector-2022).rtl #mw-head{right:10em;max-height:5em; |
body{display:none} | |
html::before{content:"你已经连上了互联网";position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;height:100px;width:500px;font-family:"DengXian";text-align:center;line-height:100px;font-size:24px;box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);background-color: hsl(30,100%,95%)} | |
html{overflow:hidden;background-color:#FF7F00;background-image:url(http://benpigchu.com/img/pattern.png);color:rgba(0,0,0,0.8)} |
body,div,p {margin:0;padding:0;position:relative} | |
html,body {background:#DDDDDD;width:100% !important} | |
.citrus-night,.citrus-night body{background:#333333} | |
ul{margin:16px 0} | |
a {transition:all 200ms} | |
table {table-layout: fixed;} | |
blockquote {border:none !important;margin:0 !important;padding:8px 0 !important} | |
.block {border:none !important;margin-bottom:16px !important} | |
* {text-shadow:none !important;border-radius:0 !important} | |
.c1,.lytitle{padding-left:8px !important;padding-right:8px !important} |