{"id":70,"date":"2012-04-04T01:59:02","date_gmt":"2012-04-04T01:59:02","guid":{"rendered":"http:\/\/www.uturtle.com\/blog\/archives\/70"},"modified":"2013-11-07T13:58:10","modified_gmt":"2013-11-07T04:58:10","slug":"ant-poj-1852","status":"publish","type":"post","link":"https:\/\/www.jinukbaek.com\/blog\/ko\/archives\/70","title":{"rendered":"Ant (POJ 1852)"},"content":{"rendered":"<p>\uac1c\ubbf8\uac00 \ubd80\ub514\uce60 \uacbd\uc6b0 \ud1b5\uacfc\ud55c\ub2e4\uace0 \ubcf4\uace0 \uc791\uc131.,<\/p>\n<p>&nbsp;<\/p>\n<p>\uc18d\ub3c4\ub294 O(n)<\/p>\n<pre class=\"lang:default decode:true \">import java.util.Scanner;\r\n\r\npublic class P1852 {\r\n\r\n\t\/**\r\n\t * @param args\r\n\t *\/\r\n\r\n\tpublic static void main(String[] args) {\r\n\t\tint testcase;\r\n\t\tScanner scan = new Scanner(System.in);\r\n\r\n\t\ttestcase = scan.nextInt();\r\n\r\n\t\twhile (testcase\u2013 &gt; 0)\r\n\t\t{\r\n\t\t\tint l = scan.nextInt();\r\n\t\t\tint n = scan.nextInt();\r\n\r\n\t\t\tint max = 0;\r\n\t\t\tint min = 0;\r\n\r\n\t\t\tfor (int i=0; i&lt;n; i++)\r\n\t\t\t{\r\n\t\t\t\tint t = scan.nextInt();\r\n\r\n\t\t\t\tmax = Math.max(max, Math.max(l-t, t));\r\n\t\t\t\tmin = Math.max(min, Math.min(l-t, t));\r\n\t\t\t}\r\n\r\n\t\t\tSystem.out.println(min + \u201d \u201d + max);\r\n\t\t}\r\n\t}\r\n}<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uac1c\ubbf8\uac00 \ubd80\ub514\uce60 \uacbd\uc6b0 \ud1b5\uacfc\ud55c\ub2e4\uace0 \ubcf4\uace0 \uc791\uc131., &nbsp; \uc18d\ub3c4\ub294 O(n) import java.util.Scanner; public class P1852 { \/** * @param<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[74],"tags":[],"class_list":["post-70","post","type-post","status-publish","format-standard","hentry","category-algorithm"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8gT1J-18","_links":{"self":[{"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/posts\/70","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/comments?post=70"}],"version-history":[{"count":3,"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/posts\/70\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/posts\/70\/revisions\/206"}],"wp:attachment":[{"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/media?parent=70"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/categories?post=70"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jinukbaek.com\/blog\/wp-json\/wp\/v2\/tags?post=70"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}