摘要: /*that the original of western culture,“belive and devoting”,/*the Jesus belive each of his disciples,*/ belive the brighten future,love the people st 阅读全文
posted @ 2019-12-22 08:56 qq814403059 阅读(440) 评论(0) 推荐(0) 编辑
摘要: My Dearest umiko: Frist time we met , we talk about the topic of guys.the dusted box in mind was open,I recall this Philosophy again。actually, I was g 阅读全文
posted @ 2019-12-04 06:10 qq814403059 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 1886年(明治19年)11月3日の夜、明子は父と共に、菊の花で飾られた鹿鳴館の舞踏会へ赴いた。初々しい薔薇色の舞踏服の美しい明子に人々は驚かされた。ある仏蘭西人の海軍将校が明子に踊りを申し込み、2人はワルツを踊った。踊りの後、明子が「西洋の女の方は本当に御美しうございます」と言うと、将校は首を振り 阅读全文
posted @ 2019-12-02 12:02 qq814403059 阅读(179) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include #include #include #include using namespace std; int main() { int m, n, k; cin >> m >> n >> k; ... 阅读全文
posted @ 2019-06-04 11:13 qq814403059 阅读(189) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include using namespace std; const int inf = 99999999; struct station { double price, dis; }; bool cmp1(station... 阅读全文
posted @ 2019-06-04 07:58 qq814403059 阅读(148) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include using namespace std; struct node { int val; node* left, * right; }; node* rotateLeft(node* root) {//left down node* t = root->right;//0... 阅读全文
posted @ 2019-05-20 15:55 qq814403059 阅读(193) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; int n, maxheight = 0; vector> v; bool visit[10010]; set s; vector temp; void dfs(int node, int height) { ... 阅读全文
posted @ 2019-05-18 10:19 qq814403059 阅读(194) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; struct node { int index, value; }; bool cmp(node a, node b) { return a.index post,... 阅读全文
posted @ 2019-05-16 15:20 qq814403059 阅读(185) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; int n, m, s, d; int e[510][510], cost[510][510], dis[510]; int inf = 999999999; bool visit[510]; vector pr... 阅读全文
posted @ 2019-05-15 08:08 qq814403059 阅读(328) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include <cstdio> #include <cmath> #include<iostream> #include<algorithm> using namespace std; /*埃拉托斯特尼筛法是一个快速获取小于数X的所 阅读全文
posted @ 2019-05-13 17:33 qq814403059 阅读(435) 评论(0) 推荐(0) 编辑