c++
文章平均质量分 50
氏族归来
是尽力局,是拼命局,抓住为数不多的机会,成为必胜局!
展开
-
http://poj.org/problem?id=2663
Tri TilingTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 13989 Accepted: 6874DescriptionIn how many ways can you tile a 3xn rectangle with 2x1 dominoes?Here is a sample tiling of a 3x12 rectangle.InputInput consists of several test ca转载 2021-03-21 20:47:32 · 244 阅读 · 0 评论 -
笨方法写圆面积的并
笨方法写圆面积的并开始算法开始我的这个代码方法用了最简单的小矩形积分法。如果感兴趣可以去参考大佬的辛普森积分法,链接如下:链接: 自适应辛普森积分算法.算法#include<cstdio>#include<algorithm>#include<iostream>#include<cmath>#include<windows.h>//用来设置精度的包#include<iomanip>using namespace原创 2020-09-28 21:42:20 · 97 阅读 · 0 评论