<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-18400048.post345578376804987858..comments</id><updated>2008-10-29T14:18:20.714+09:00</updated><title type='text'>Comments on Surgo: TopCoder - SRM 423 DIV 2: 250</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://surgo.jp/feeds/345578376804987858/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18400048/345578376804987858/comments/default'/><link rel='alternate' type='text/html' href='http://surgo.jp/2008/10/topcoder-srm-423-div-2-250.html'/><author><name>Kosei Kitahara</name><uri>http://www.blogger.com/profile/15440023982376653770</uri><email>surgo.jp@gmail.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-18400048.post-206299140418792660</id><published>2008-10-29T14:18:20.714+09:00</published><updated>2008-10-29T14:18:20.714+09:00</updated><title type='text'>&gt;&gt; Ianさんありがとうございます＾＾問題You have a n x n board and s...</title><content type='html'>&amp;gt;&amp;gt; Ianさん&lt;BR/&gt;ありがとうございます＾＾&lt;BR/&gt;問題&lt;BR/&gt;You have a n x n board and several checkers placed on it. The i-th checker is in the cell at row x[i], column y[i]. All coordinates are 1-based. There can be more than one checker in the same cell. A move consists of taking one checker and moving it one cell up, down, left or right.&lt;BR/&gt;You want to put each checker in one of the four corners of the board. Return the minimum number of moves necessary to achieve the goal.&lt;BR/&gt;定義&lt;BR/&gt;Class:&lt;BR/&gt;TheSimpleGame&lt;BR/&gt;Method:&lt;BR/&gt;count&lt;BR/&gt;Parameters:&lt;BR/&gt;int, int[], int[]&lt;BR/&gt;Returns:&lt;BR/&gt;int&lt;BR/&gt;Method signature:&lt;BR/&gt;int count(int n, int[] x, int[] y)&lt;BR/&gt;(be sure your method is public)&lt;BR/&gt;&lt;BR/&gt;です。。。</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18400048/345578376804987858/comments/default/206299140418792660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18400048/345578376804987858/comments/default/206299140418792660'/><link rel='alternate' type='text/html' href='http://surgo.jp/2008/10/topcoder-srm-423-div-2-250.html?showComment=1225257500714#c206299140418792660' title=''/><author><name>Surgo</name><uri>http://www.blogger.com/profile/15440023982376653770</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13943147798805448469'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://surgo.jp/2008/10/topcoder-srm-423-div-2-250.html' ref='tag:blogger.com,1999:blog-18400048.post-345578376804987858' source='http://www.blogger.com/feeds/18400048/posts/default/345578376804987858' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-18400048.post-8794211152200054177</id><published>2008-10-29T13:40:00.000+09:00</published><updated>2008-10-29T13:40:00.000+09:00</updated><title type='text'>問題の内容は？</title><content type='html'>問題の内容は？</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18400048/345578376804987858/comments/default/8794211152200054177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18400048/345578376804987858/comments/default/8794211152200054177'/><link rel='alternate' type='text/html' href='http://surgo.jp/2008/10/topcoder-srm-423-div-2-250.html?showComment=1225255200000#c8794211152200054177' title=''/><author><name>Ian Lewis</name><uri>http://www.blogger.com/profile/16235834286436870828</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://surgo.jp/2008/10/topcoder-srm-423-div-2-250.html' ref='tag:blogger.com,1999:blog-18400048.post-345578376804987858' source='http://www.blogger.com/feeds/18400048/posts/default/345578376804987858' type='text/html'/></entry></feed>