摘要: 1 #include<iostream> 2 #include<windows.h> 3 #include<conio.h> 4 #include<cstdio> 5 #include<time.h> 6 7 using namespace std; 8 9 struct node{ 10 int 阅读全文
posted @ 2019-10-28 21:15 蓝紫美男 阅读(13) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-10-28 21:14 蓝紫美男 阅读(2) 评论(0) 推荐(0)
摘要: 呃,实在闲的无聊,突然想起个及其无用的加速开关,虽然但是,也算有点用吧呜呜呜,几年前之前学c++的时候,非常爱这东西 1 #pragma GCC optimize(3) 2 #pragma GCC target("avx") 3 #pragma GCC optimize("Ofast") 4 #pr 阅读全文
posted @ 2019-10-27 17:09 蓝紫美男 阅读(347) 评论(0) 推荐(0)
摘要: <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/hamster/hamster.swf?up_bodyColor=f0e9cc&amp;up 阅读全文
posted @ 2019-10-27 14:03 蓝紫美男 阅读(98) 评论(0) 推荐(0)
摘要: <embed wmode="transparent" src="http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_tr.swf" quality="high" bgcolor="#ffffff" width="16 阅读全文
posted @ 2019-10-27 14:03 蓝紫美男 阅读(471) 评论(0) 推荐(1)
摘要: #include<cstdio> #include<iostream> #include<cmath> #include<cstring> #include<cstdlib> #include<vector> #include<queue> #include<list> #include<stack 阅读全文
posted @ 2019-10-27 13:44 蓝紫美男 阅读(9) 评论(0) 推荐(0)