<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>棋盘覆盖 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%A3%8B%E7%9B%98%E8%A6%86%E7%9B%96/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Thu, 26 Nov 2009 08:42:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>棋盘覆盖问题</title>
		<link>https://www.coder4.com/archives/101</link>
					<comments>https://www.coder4.com/archives/101#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 08:42:20 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[c语言]]></category>
		<category><![CDATA[棋盘覆盖]]></category>
		<category><![CDATA[算法]]></category>
		<category><![CDATA[递归]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=101</guid>

					<description><![CDATA[/* 标准文档模板 */ #include "Stdio.h" #include "Conio.h" #define N 16 void Chess(int tr,int tc,int dr,int dc,int size); void Show(); int board[N+1][N+1]; int main() { /* 此处添加你自己的代码 */ board[1][1]=-1; Chess(1,1,1,1,N); Show(); getch(); retu[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/101/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
