<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Contact Me</title>
	<atom:link href="http://blog.lipeiqian.com/contact-me/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lipeiqian.com</link>
	<description>We are continually faced with a series of great opportunities brilliantly disguised as insoluble problems.</description>
	<lastBuildDate>Sun, 01 Aug 2010 04:27:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: pK-lst</title>
		<link>http://blog.lipeiqian.com/contact-me/comment-page-1#comment-347</link>
		<dc:creator>pK-lst</dc:creator>
		<pubDate>Sun, 27 Jun 2010 18:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lipeiqian.com/?page_id=95#comment-347</guid>
		<description>Hello dude, i found out this website few weeks ago over google. And today i sow you on Z-trening, before that i was thinking you left programming world but i was wrong. I am truly beginner in the programming world, so can you write tutorial about those advanced c/c++ structures which i have seen in your codes on this website, like :

struct edge
{
	int v;
	edge *next;
	edge(int v,edge *next):v(v),next(next) {}
} *e[222];

What is &quot;edge(int v,edge *next):v(v),next(next) {}&quot; for ?

Or what are used for those functions like :

bool operator &lt; (int blabla, int blabla) {}

And can you tell me which algorithms are used most in IOI competitions, which graph, DP, greedy, etc.. algorithms are used ?

Thanks in advance, sorry for bothering you but i want to become better :)</description>
		<content:encoded><![CDATA[<p>Hello dude, i found out this website few weeks ago over google. And today i sow you on Z-trening, before that i was thinking you left programming world but i was wrong. I am truly beginner in the programming world, so can you write tutorial about those advanced c/c++ structures which i have seen in your codes on this website, like :</p>
<p>struct edge<br />
{<br />
	int v;<br />
	edge *next;<br />
	edge(int v,edge *next):v(v),next(next) {}<br />
} *e[222];</p>
<p>What is &#8220;edge(int v,edge *next):v(v),next(next) {}&#8221; for ?</p>
<p>Or what are used for those functions like :</p>
<p>bool operator &lt; (int blabla, int blabla) {}</p>
<p>And can you tell me which algorithms are used most in IOI competitions, which graph, DP, greedy, etc.. algorithms are used ?</p>
<p>Thanks in advance, sorry for bothering you but i want to become better :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
