摘要:
判断一个数字是否能分成两个整数。 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 #include <queue> 7 #incl 阅读全文
posted @ 2017-02-01 19:46
KingSann
阅读(91)
评论(0)
推荐(0)
摘要:
斐波纳切数列·二改 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 #include <queue> 7 #include <st 阅读全文
posted @ 2017-02-01 14:10
KingSann
阅读(87)
评论(0)
推荐(0)
摘要:
数字三角形 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 #include <queue> 7 #include <string 阅读全文
posted @ 2017-02-01 13:50
KingSann
阅读(86)
评论(0)
推荐(0)
摘要:
1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 #include <queue> 7 #include <string> 8 #i 阅读全文
posted @ 2017-02-01 10:13
KingSann
阅读(79)
评论(0)
推荐(0)
摘要:
本来以为是欧式距离啥玩意乱搞。。。然后其实是bfs暴搜。。。 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 #include < 阅读全文
posted @ 2017-02-01 09:39
KingSann
阅读(98)
评论(0)
推荐(0)
摘要:
水题。。除完之后判断是否需要再来一块。。。 (貌似用ceil()的人更多一些) 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 u 阅读全文
posted @ 2017-02-01 08:51
KingSann
阅读(77)
评论(0)
推荐(0)
摘要:
http://hzwer.com/844.html 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 using namespace 阅读全文
posted @ 2017-02-01 08:15
KingSann
阅读(94)
评论(0)
推荐(0)