{"id":62,"date":"2011-08-18T13:11:58","date_gmt":"2011-08-18T05:11:58","guid":{"rendered":"http:\/\/wangkaixuan.tech\/?p=62"},"modified":"2020-06-03T13:12:43","modified_gmt":"2020-06-03T05:12:43","slug":"zoj-2186-keep-on-truckin","status":"publish","type":"post","link":"http:\/\/www.wangkaixuan.tech\/?p=62","title":{"rendered":"zoj 2186 Keep on Truckin&#8217;"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\/*\n\u6c34\u9898\n*\/\n#define LOCAL\n#include&lt;iostream>\n#include&lt;cstdio>\n#include&lt;cmath>\n#include&lt;cstring>\n#include&lt;cstdlib>\n#include&lt;cctype>\n#include&lt;iomanip>\n#include&lt;string>\n#include&lt;algorithm>\n#include&lt;ctime>\n#include&lt;stack>\n#include&lt;queue>\n#include&lt;vector>\n#define N 10005\nusing namespace std;\nint main()\n{\n#ifdef LOCAL\n       freopen(\"input.txt\",\"r\",stdin);\n       freopen(\"output.txt\",\"w\",stdout);\n#endif\n \n\tint a,b,c;\n\twhile(cin>>a>>b>>c)\n\t{\n\t\tif(a>=168&amp;&amp;b>=168&amp;&amp;c>=168) cout&lt;&lt;\"NO CRASH\"&lt;&lt;endl;else\n\t\t{\n\t\t\tcout&lt;&lt;\"CRASH\";\n\t\t\tif(a&lt;168) cout&lt;&lt;\" \"&lt;&lt;a;\n\t\t\tif(b&lt;168) cout&lt;&lt;\" \"&lt;&lt;b;\n\t\t\tif(c&lt;168) cout&lt;&lt;\" \"&lt;&lt;c;\n\t\t\tcout&lt;&lt;endl;\n\t\t}\n\t}\n\treturn 0;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-62","post","type-post","status-publish","format-standard","hentry","category-06-01-acm"],"_links":{"self":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/62","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=62"}],"version-history":[{"count":0,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/62\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=62"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=62"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=62"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}