文章分类 - 模拟
POJ-1941 The Sierpinski Fractal
摘要:题意:如图所示画出图形。思路:递归~题目连接:http://poj.org/problem?id=1941View Code 1 #include <cstdio> 2 #include <cstring> 3 #include <cstdlib> 4 #include <cmath> 5 #include <string> 6 #include <algorithm> 7 #include <iostream> 8 using namespace std; 9 const int N=3000;10 11 c
阅读全文
浙公网安备 33010602011771号