<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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://blog.goorm.io/tag/%ED%98%84%EB%8C%80%EB%AA%A8%EB%B9%84%EC%8A%A4-%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98-%EA%B2%BD%EC%A7%84%EB%8C%80%ED%9A%8C-%EB%B3%B8%EC%84%A0/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>개발자 성장 중심 생태계를 만들어 나가고 있습니다.</description>
	<lastBuildDate>Tue, 09 Aug 2022 01:34:25 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://blog.goorm.io/wp-content/uploads/2021/04/cropped-apple-icon-180x180-2-32x32.png</url>
	<title>현대모비스 알고리즘 경진대회 본선</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>2022 현대모비스 알고리즘 경진대회 본선 문제</title>
		<link>https://blog.goorm.io/hyundaimobis_final/</link>
		
		<dc:creator><![CDATA[goorm]]></dc:creator>
		<pubDate>Tue, 09 Aug 2022 01:34:24 +0000</pubDate>
				<category><![CDATA[Devth]]></category>
		<category><![CDATA[현대모비스 알고리즘 경진대회]]></category>
		<category><![CDATA[현대모비스 알고리즘 경진대회 본선]]></category>
		<category><![CDATA[현대모비스 알고리즘 대회 본선]]></category>
		<category><![CDATA[현대모비스 알고리즘 문제]]></category>
		<category><![CDATA[현대모비스알고리즘경진대회]]></category>
		<guid isPermaLink="false">http://43.200.187.64/?p=6390</guid>

					<description><![CDATA[<p>지난 7월 8일에 진행됐던 `22 현대모비스 알고리즘 경진대회 본선 문제를 공개합니다. 본선은 C, C++, Java, Python를 사용해 3시간 동안 4문제를...</p>
<p>The post <a href="https://blog.goorm.io/hyundaimobis_final/">2022 현대모비스 알고리즘 경진대회 본선 문제</a> appeared first on <a href="https://blog.goorm.io">구름 공식 블로그 (goorm blog)</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>지난 7월 8일에 진행됐던 `22 현대모비스 알고리즘 경진대회 본선 문제를 공개합니다. 본선은 C, C++, Java, Python를 사용해 3시간 동안 4문제를 해결합니다. 모든 문제는 <strong><a href="https://level.goorm.io/?utm_source=inhouse_blog&amp;utm_medium=post&amp;utm_campaign=hyundaimobis&amp;utm_content=final&amp;utm_term=link" target="_blank" rel="noreferrer noopener">구름LEVEL</a></strong>에서 다시 풀어보실 수 있으니 많은 활용 바랍니다.</p>



<p></p>



<pre id="block-a4e779c7-2bd9-494d-bdc5-ed11c105c257" class="wp-block-preformatted">※ 쉽고 명확하게 풀이하실 수 있도록 문제 지문을 일부 수정했습니다. 실제 경진대회 문제 지문과 차이가 있는 점 참고 부탁드립니다.</pre>



<p></p>



<div style="height:3px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">언어별 메모리 제한/수행시간 제한(공통 적용)</h4>



<ul class="wp-block-list"><li>C/C++</li></ul>



<p>메모리제한 512MB, 수행시간 2초</p>



<ul class="wp-block-list"><li>Java</li></ul>



<p>메모리제한 512MB, 수행시간 4초</p>



<ul class="wp-block-list"><li>Python3</li></ul>



<p>메모리제한 512MB, 수행시간 10초</p>



<p></p>



<div style="height:3px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">목차</h4>



<ol class="wp-block-list"><li><a href="http://blog.goorm.io/?p=6390&amp;page=2" target="_blank" rel="noreferrer noopener"><strong>주행테스트</strong></a></li><li><a href="http://blog.goorm.io/?p=6390&amp;page=3" target="_blank" rel="noreferrer noopener"><strong>플레이리스트 만들기</strong></a></li><li><a href="http://blog.goorm.io/?p=6390&amp;page=4" target="_blank" rel="noreferrer noopener"><strong>컨셉카 전시</strong></a></li><li><a href="http://blog.goorm.io/?p=6390&amp;page=5" target="_blank" rel="noreferrer noopener"><strong>자동차 공장</strong></a></li></ol>


<p>The post <a href="https://blog.goorm.io/hyundaimobis_final/">2022 현대모비스 알고리즘 경진대회 본선 문제</a> appeared first on <a href="https://blog.goorm.io">구름 공식 블로그 (goorm blog)</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
