<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>늅늅이의 공간</title>
    <link>https://nyup.tistory.com/</link>
    <description>DGSW 졸업생 | 그래픽 프로그래머</description>
    <language>ko</language>
    <pubDate>Sun, 14 Jun 2026 21:50:16 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>Hyeonuk Jeong</managingEditor>
    <image>
      <title>늅늅이의 공간</title>
      <url>https://t1.daumcdn.net/cfile/tistory/212F2646591401BE0D</url>
      <link>https://nyup.tistory.com</link>
    </image>
    <item>
      <title>1031 : [기초-출력변환] 10진수 한 개 입력받아 8진수로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1031-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5%EB%B3%80%ED%99%98-10%EC%A7%84%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-8%EC%A7%84%EC%88%98%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/55&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1030 : [기초-데이터형] 정수 한 개 입력받아 그대로 출력하기3&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99C74D4D5A85B1550F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99C74D4D5A85B1550F&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1031.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1031 : [기초-출력변환] 10진수 한 개 입력받아 8진수로 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;10진수를 입력받아 8진수로 출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;10진수가 1개 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(단, 입력되는 정수는 int 범위이다.)&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;입력 받은 10진수를 8진수로 바뀌어 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;10&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;12&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    int n;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%d&quot;, &amp;amp;n);&lt;/p&gt;&lt;p&gt;    printf(&quot;%o&quot;, n);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/56</guid>
      <comments>https://nyup.tistory.com/entry/1031-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5%EB%B3%80%ED%99%98-10%EC%A7%84%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-8%EC%A7%84%EC%88%98%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry56comment</comments>
      <pubDate>Fri, 16 Feb 2018 12:45:00 +0900</pubDate>
    </item>
    <item>
      <title>1030 : [기초-데이터형] 정수 한 개 입력받아 그대로 출력하기3</title>
      <link>https://nyup.tistory.com/entry/1030-%EA%B8%B0%EC%B4%88-%EB%8D%B0%EC%9D%B4%ED%84%B0%ED%98%95-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B03</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/54&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1029 : [기초-데이터형] 실수 한 개 입력받아 그대로 출력하기2&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/995C47335A85AECC0F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F995C47335A85AECC0F&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1030.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1030 : [기초-데이터형] 정수 한 개 입력받아 그대로 출력하기3&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;정수 한 개를 입력받아 그대로 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;(단, 입력되는 정수의 범위는 –9,223,372,036,854,775,808 ~ 9,223,372,036,854,775,807 이다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;정수 한 개가 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(단, 입력되는 정수의 범위는 –9223372036854775808 ~ 9223372036854775807 이다.)&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력된 정수가 그대로 출력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;-2147483649&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;-2147483649&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    long long int n;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%lld&quot;, &amp;amp;n);&lt;/p&gt;&lt;p&gt;    printf(&quot;%lld&quot;, n);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1030</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/55</guid>
      <comments>https://nyup.tistory.com/entry/1030-%EA%B8%B0%EC%B4%88-%EB%8D%B0%EC%9D%B4%ED%84%B0%ED%98%95-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B03#entry55comment</comments>
      <pubDate>Fri, 16 Feb 2018 12:30:00 +0900</pubDate>
    </item>
    <item>
      <title>1029 : [기초-데이터형] 실수 한 개 입력받아 그대로 출력하기2</title>
      <link>https://nyup.tistory.com/entry/1029-%EA%B8%B0%EC%B4%88-%EB%8D%B0%EC%9D%B4%ED%84%B0%ED%98%95-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B02</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/53&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1028 : [기초-데이터형] 정수 한 개 입력받아 그대로 출력하기2&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A30C3D5A85AA7A30&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A30C3D5A85AA7A30&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1029.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1029 : [기초-데이터형] 실수 한 개 입력받아 그대로 출력하기2&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;실수 한 개를 입력받아 그대로 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;(단, 입력되는 실수의 범위는 +- 1.7*10^-308 ~ 1.7*10^308 이다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;소수점 이하 자리수가 11개 이하인 실수 한 개가 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(단, 입력되는 실수의 범위는 +- 1.7*10^-308 ~ 1.7*10^308 이다.)&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;입력된 실수를 소수점 이하 11번째 자리까지 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;3.14159265359&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;3.14159265359&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    double f;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%lf&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;&quot;, &amp;amp;f);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    printf(&quot;%.11lf&quot;, f);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1029</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/54</guid>
      <comments>https://nyup.tistory.com/entry/1029-%EA%B8%B0%EC%B4%88-%EB%8D%B0%EC%9D%B4%ED%84%B0%ED%98%95-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B02#entry54comment</comments>
      <pubDate>Fri, 16 Feb 2018 12:15:00 +0900</pubDate>
    </item>
    <item>
      <title>1028 : [기초-데이터형] 정수 한 개 입력받아 그대로 출력하기2</title>
      <link>https://nyup.tistory.com/entry/1028-%EA%B8%B0%EC%B4%88-%EB%8D%B0%EC%9D%B4%ED%84%B0%ED%98%95-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B02</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/52&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1027 : [기초-입출력] 년월일 입력받아 형태 바꿔 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9990FF495A85A8E52D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9990FF495A85A8E52D&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1028.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1028 : [기초-데이터형] 정수 한 개 입력받아 그대로 출력하기2&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;정수 한 개를 입력받아 그대로 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;(단, 입력되는 정수의 범위는 0 ~ 4,294,967,295 이다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;정수 한 개가 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;(단, 입력되는 정수의 범위는 0 ~ 4294967295 이다.)&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;입력된 정수가 그대로 출력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;2147483648&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;214748364&lt;/span&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;8&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    long long int n;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%lld&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;&quot;, &amp;amp;n);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    printf(&quot;%lld&quot;, n);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1028</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/53</guid>
      <comments>https://nyup.tistory.com/entry/1028-%EA%B8%B0%EC%B4%88-%EB%8D%B0%EC%9D%B4%ED%84%B0%ED%98%95-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B02#entry53comment</comments>
      <pubDate>Fri, 16 Feb 2018 12:00:00 +0900</pubDate>
    </item>
    <item>
      <title>1027 : [기초-입출력] 년월일 입력받아 형태 바꿔 출력하기</title>
      <link>https://nyup.tistory.com/entry/1027-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%85%84%EC%9B%94%EC%9D%BC-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%ED%83%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/51&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1026 : [기초-입출력] 시분초 입력받아 분 만 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/999B84425A8544170C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F999B84425A8544170C&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1027.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1027 : [기초-입출력] 년월일 입력받아 형태 바꿔 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;년월일을 출력하는 방법은 나라마다, 형식마다 조금씩 다르다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;날짜를 년월일(yyyy.mm.dd)의 형태로 입력받아,&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;일월년(dd-mm-yyyy)의 형태로 출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;(단, 한 자리 일/월은 0을 붙여 두 자리로, 년도는 0을 붙여 네 자리로 출력한다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;년월일이 '.'(닷)으로 구분되어 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;년월일을&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;일월년으로 바꾸어 '-'(대쉬, 마이너스)로 구분해 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;2018.02.15&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;15-02-2018&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    int y, m, d;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%d.%d.%d&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;&quot;, &amp;amp;y, &amp;amp;m, &amp;amp;d);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    printf(&quot;%02d-%02d-%04d&quot;, d, m, y);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1027</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/52</guid>
      <comments>https://nyup.tistory.com/entry/1027-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%85%84%EC%9B%94%EC%9D%BC-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%ED%83%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry52comment</comments>
      <pubDate>Thu, 15 Feb 2018 17:26:16 +0900</pubDate>
    </item>
    <item>
      <title>1026 : [기초-입출력] 시분초 입력받아 분 만 출력하기</title>
      <link>https://nyup.tistory.com/entry/1026-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%9C%EB%B6%84%EC%B4%88-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%B6%84-%EB%A7%8C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/50&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1025 : [기초-입출력] 정수 한 개 입력받아 나누어 출력하기&lt;/a&gt;&lt;a href=&quot;http://www.hyeonuk.com/49&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/993FCD365A853FB635&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F993FCD365A853FB635&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1026.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1026 : [기초-입출력] 시분초 입력받아 분 만 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;시간을 시:분:초 형태로 입력 받아&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;분 만 출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0); font-size: 10pt;&quot;&gt;시간이 [&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0); font-size: 10pt;&quot;&gt;시:분:초]의 형태로 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;분 만 출력한다. (단, 10보다 작은 경우 불필요한 0은 출력하지 않는다.)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;17:23:57&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;23&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    int h, m, s;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%d:%d:%d&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;&quot;, &amp;amp;h, &amp;amp;m, &amp;amp;s);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    printf(&quot;%d&quot;, m);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1026</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/51</guid>
      <comments>https://nyup.tistory.com/entry/1026-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%9C%EB%B6%84%EC%B4%88-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%B6%84-%EB%A7%8C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry51comment</comments>
      <pubDate>Thu, 15 Feb 2018 17:07:41 +0900</pubDate>
    </item>
    <item>
      <title>1025 : [기초-입출력] 정수 한 개 입력받아 나누어 출력하기</title>
      <link>https://nyup.tistory.com/entry/1025-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%82%98%EB%88%84%EC%96%B4-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/49&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1024 : [기초-입출력] 단어 한 개 입력받아 나누어 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9956AD505A853D6618&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9956AD505A853D6618&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1025.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1025 : [기초-입출력] 정수 한 개 입력받아 나누어 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;다섯 자리의 정수 한 개를 입력받아&amp;nbsp;각 자리별로 구분해 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;다섯자리로 이루어진 한 개의 정수를 입력받는다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(단, 10,000 &amp;lt;= 입력받는 수 &amp;lt;= 99,999 )&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;각 자리의 수를 분리해&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;한 줄에 하나씩 [ ]속에 넣어 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;75254&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;[70000]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;[5000]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;[200]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;[50]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;[4]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    int a, b, c, d, e;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%1d%1d%1d%1d%1d&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;&quot;, &amp;amp;a, &amp;amp;b, &amp;amp;c, &amp;amp;d, &amp;amp;e);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    printf(&quot;[%d]\n&quot;, a * 10000);&lt;/p&gt;&lt;p&gt;    printf(&quot;[%d]\n&quot;, b * 1000);&lt;/p&gt;&lt;p&gt;    printf(&quot;[%d]\n&quot;, c * 100);&lt;/p&gt;&lt;p&gt;    printf(&quot;[%d]\n&quot;, d * 10);&lt;/p&gt;&lt;p&gt;    printf(&quot;[%d]\n&quot;, e);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1025</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/50</guid>
      <comments>https://nyup.tistory.com/entry/1025-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%82%98%EB%88%84%EC%96%B4-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry50comment</comments>
      <pubDate>Thu, 15 Feb 2018 16:57:41 +0900</pubDate>
    </item>
    <item>
      <title>1024 : [기초-입출력] 단어 한 개 입력받아 나누어 출력하기</title>
      <link>https://nyup.tistory.com/entry/1024-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%8B%A8%EC%96%B4-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%82%98%EB%88%84%EC%96%B4-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/48&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1023 : [기초-입출력] 실수 한 개 입력받아 부분별로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/993EF3375A8539C31C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F993EF3375A8539C31C&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1024.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1024 : [기초-입출력] 단어 한 개 입력받아 나누어 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;단어를 하나 입력받는다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-right: 0px; margin-bottom: 10px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력받은 단어(영어)의 각 문자를&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-right: 0px; margin-bottom: 10px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;한줄에 한 문자씩 분리해 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;단어(영어) 하나를 입력받는다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(단, 단어의 길이는 20글자 이하이다.)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;단어(영어)를 문자 단위로 나누어&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;한 줄에 한개씩&amp;nbsp;‘ ’로 묶어서 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;Boy&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;'B'&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;'o'&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;'y'&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    int i;&lt;/p&gt;&lt;p&gt;    char n[21];&lt;/p&gt;&lt;p&gt;    scanf(&quot;%s&quot;, &amp;amp;n);&lt;/p&gt;&lt;p&gt;    for(i = 0; n[i] != '\0'; i++) {&lt;/p&gt;&lt;p&gt;        printf(&quot;\'%c\'\n&quot;, n[i]);&lt;/p&gt;&lt;p&gt;    }&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1024</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/49</guid>
      <comments>https://nyup.tistory.com/entry/1024-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%8B%A8%EC%96%B4-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%82%98%EB%88%84%EC%96%B4-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry49comment</comments>
      <pubDate>Thu, 15 Feb 2018 16:42:33 +0900</pubDate>
    </item>
    <item>
      <title>1023 : [기초-입출력] 실수 한 개 입력받아 부분별로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1023-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%B6%80%EB%B6%84%EB%B3%84%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/47&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1022 : [기초-입출력] 문장 한 개 입력받아 그대로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/998D71405A83D61B2C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F998D71405A83D61B2C&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1023.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1023 : [기초-입출력] 실수 한 개 입력받아 부분별로 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;실수 한 개를 입력받는다.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력 받은 실수를 정수 부분과 실수 부분으로 나누어 따로 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;실수 한 개가 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;(단, 입력 값은 절댓값이 정수부가&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;MathJax&quot; id=&quot;MathJax-Element-1-Frame&quot; tabindex=&quot;0&quot; data-mathml=&quot;&lt;math xmlns=&amp;quot;http://www.w3.org/1998/Math/MathML&amp;quot;&gt;&lt;mn&gt;100&lt;/mn&gt;&lt;mo&gt;,&lt;/mo&gt;&lt;mn&gt;000&lt;/mn&gt;&lt;/math&gt;&quot; role=&quot;presentation&quot; style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; display: inline; line-height: normal; font-size: 14px; word-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px; color: rgb(90, 90, 90); position: relative;&quot;&gt;&lt;span class=&quot;MJX_Assistive_MathML&quot; role=&quot;presentation&quot; style=&quot;box-sizing: border-box; top: 0px; left: 0px; clip: rect(1px 1px 1px 1px); user-select: none; position: static; padding: 0px; border: 0px; display: inline; transition: none; margin: 0px; vertical-align: 0px; line-height: normal; height: 1px !important; width: 1px !important; overflow: hidden !important;&quot;&gt;&lt;math xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;mn&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;100&lt;/span&gt;&lt;/mn&gt;&lt;mo&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;,&lt;/span&gt;&lt;/mo&gt;&lt;mn&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;000&lt;/span&gt;&lt;/mn&gt;&lt;/math&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(90, 90, 90); font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;을 넘지 않으며,&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: 14px; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700; font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;소수점 이하는 0으로 시작하지 않&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-weight: 700; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0); font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;으며, 6자리이하이다.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;첫 번째 줄에 정수 부분을,&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;두 번째 줄에 실수 부분을 입력된 자릿수만큼&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700; font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;그대로&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; white-space: pre; background-color: rgb(255, 255, 255);&quot;&gt;1.414213&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;414213&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    int a, b;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%d.%d&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%d\n%d&quot;, a, b);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1023</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/48</guid>
      <comments>https://nyup.tistory.com/entry/1023-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%B6%80%EB%B6%84%EB%B3%84%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry48comment</comments>
      <pubDate>Wed, 14 Feb 2018 15:26:08 +0900</pubDate>
    </item>
    <item>
      <title>1022 : [기초-입출력] 문장 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1022-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%A5-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/46&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1021 : [기초-입출력] 단어 한 개 입력받아 그대로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99D0D84F5A83D41C27&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99D0D84F5A83D41C27&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1022.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1022 : [기초-입출력] 문장 한 개 입력받아 그대로 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;한 개의 문장을 입력받아 그대로 출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;한 개의 문장이 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(문장은 여러 개의 단어로 구성될 수 있고 문장의 입력은 엔터키로 끝나며, 문장의 길이는 공백을 포함하여 2000글자를 넘지 않는다.)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력한 문장을 그대로 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; white-space: pre; background-color: rgb(255, 255, 255);&quot;&gt;C++ programming is very fun!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; white-space: pre;&quot;&gt;C++ programming is very fun!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    char s[2100];&lt;/p&gt;&lt;p&gt;    scanf(&quot;%s&quot;, &amp;amp;s);
    printf(&quot;%s&quot;, s);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1022</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/47</guid>
      <comments>https://nyup.tistory.com/entry/1022-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%A5-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry47comment</comments>
      <pubDate>Wed, 14 Feb 2018 15:17:06 +0900</pubDate>
    </item>
    <item>
      <title>1021 : [기초-입출력] 단어 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1021-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%8B%A8%EC%96%B4-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/45&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1020 : [기초-입출력] 주민번호 입력받아 형태 바꿔 출력하기&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/998C82485A83D20F0E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F998C82485A83D20F0E&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1021.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1021 : [기초-입출력] 단어 한 개 입력받아 그대로 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;하나의 단어를 입력받아 그대로 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;한 단어가 입력된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(단, 단어의 길이는 50글자 이하이다.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력받은 단어를 그대로 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;입력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;Informatics&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;Informatics&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    char w[51];&lt;/p&gt;&lt;p&gt;    scanf(&quot;%s&quot;, &amp;amp;w);
    printf(&quot;%s&quot;, w);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1021</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/46</guid>
      <comments>https://nyup.tistory.com/entry/1021-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%8B%A8%EC%96%B4-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry46comment</comments>
      <pubDate>Wed, 14 Feb 2018 15:08:03 +0900</pubDate>
    </item>
    <item>
      <title>1020 : [기초-입출력] 주민번호 입력받아 형태 바꿔 출력하기</title>
      <link>https://nyup.tistory.com/entry/1020-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A3%BC%EB%AF%BC%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%ED%83%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/44&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1019 : [기초-입출력] 년월일 입력받아 형식에 맞게 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9983144F5A83D02219&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9983144F5A83D02219&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1020.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1020 : [기초-입출력] 주민번호 입력받아 형태 바꿔 출력하기&lt;/h2&gt;&lt;p&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;주민등록번호는 다음과 같이 구성된다.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;XXXXXX-XXXXXXX&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;앞의 6자리는 생년월일(yymmdd)이고 뒤 7자리는 성별, 지역, 오류검출코드이다.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;주민등록번호를 입력받아 형태를 바꿔 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;주민등록번호 앞 6자리와 뒤 7자리가 &quot;-&quot;로 구분되어 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&quot;-&quot;를 제외한 주민번호 13자리를 모두 붙여 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;입력 예시&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;980907-1121112&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;출력 예시&lt;/h3&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;9809071121112&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/p&gt;&lt;p&gt;    int a, b;&lt;/p&gt;&lt;p&gt;    scanf(&quot;%d-%d&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%06d%07d&quot;, a, b);&lt;/p&gt;&lt;p&gt;    return 0;
}&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1020</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/45</guid>
      <comments>https://nyup.tistory.com/entry/1020-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A3%BC%EB%AF%BC%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%ED%83%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry45comment</comments>
      <pubDate>Wed, 14 Feb 2018 14:59:31 +0900</pubDate>
    </item>
    <item>
      <title>1019 : [기초-입출력] 년월일 입력받아 형식에 맞게 출력하기</title>
      <link>https://nyup.tistory.com/entry/1019-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%85%84%EC%9B%94%EC%9D%BC-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%EC%8B%9D%EC%97%90-%EB%A7%9E%EA%B2%8C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/43&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1018 : [기초-입출력] 시간 입력받아 그대로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99B00B4D5A82BBB711&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99B00B4D5A82BBB711&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1019.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1019 : [기초-입출력] 년월일 입력받아 형식에 맞게 출력하기&lt;/h2&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;설명&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;년, 월, 일을 입력받아 형식에 맞게 출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;년, 월, 일이 &quot;.(닷)&quot;으로 구분되어 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 11pt;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력받은 년, 월, 일을 출력한다.&amp;nbsp;단, 자릿수는 yyyy.mm.dd형태로 출력한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(입출력 예시 참고, %02d를 사용하면 2칸을 사용해 출력하는데, 1자리 수인 경우 앞에 0이 붙어 출력된다.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;2018.02.13&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;출력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;2018.02.13&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;답안&lt;/span&gt;&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    int y, m, d;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    scanf(&quot;%d.%d.%d&quot;, &amp;amp;y, &amp;amp;m, &amp;amp;d);
    printf(&quot;%04d.%02d.%02d&quot;, y, m, d);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    return 0;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1019</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/44</guid>
      <comments>https://nyup.tistory.com/entry/1019-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%85%84%EC%9B%94%EC%9D%BC-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%EC%8B%9D%EC%97%90-%EB%A7%9E%EA%B2%8C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry44comment</comments>
      <pubDate>Tue, 13 Feb 2018 19:20:02 +0900</pubDate>
    </item>
    <item>
      <title>1018 : [기초-입출력] 시간 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1018-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%9C%EA%B0%84-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/42&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1017 : [기초-입출력] 정수 한 개 입력받아 세 번 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/994269435A82B95534&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F994269435A82B95534&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1018.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;1018 : [기초-입출력] 시간 입력받아 그대로 출력하기&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;설명&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;시간이 특정 형식에 맞추어 입력될 때&amp;nbsp;그대로 출력하는 프로그램을 작성 해보자.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;시(hour)와 분(minute)이 &quot;:&quot;(콜론)으로 구분되어 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력받은 시간을 &quot;시:분&quot;으로 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; color: rgb(0, 0, 0);&quot;&gt;3:16&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;출력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;3:16&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;답안&lt;/span&gt;&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    int h, m;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    scanf(&quot;%d:%d&quot;, &amp;amp;h, &amp;amp;m);
    printf(&quot;%d:%d&quot;, h, m);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    return 0;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1018</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/43</guid>
      <comments>https://nyup.tistory.com/entry/1018-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%9C%EA%B0%84-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry43comment</comments>
      <pubDate>Tue, 13 Feb 2018 19:09:42 +0900</pubDate>
    </item>
    <item>
      <title>1017 : [기초-입출력] 정수 한 개 입력받아 세 번 출력하기</title>
      <link>https://nyup.tistory.com/entry/1017-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%84%B8-%EB%B2%88-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/41&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1015 : [기초-입출력] 실수 한 개 입력받아 소수점 이하 둘째 자리까지 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99832C4E5A82B6DE1C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99832C4E5A82B6DE1C&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1017.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1017 : [기초-입출력] 정수 한 개 입력받아 세 번 출력하기&lt;/h2&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;설명&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;정수(integer) 한 개를 입력받아 3번 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;정수 한 개가 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력받은 정수를 공백으로 구분해 세 번 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; color: rgb(0, 0, 0);&quot;&gt;125&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;출력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;125 125 125&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;답안&lt;/span&gt;&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    int a;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    scanf(&quot;%d&quot;, &amp;amp;a);
    printf(&quot;%d %d %d&quot;, a, a, a);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    return 0;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1017</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/42</guid>
      <comments>https://nyup.tistory.com/entry/1017-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%84%B8-%EB%B2%88-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry42comment</comments>
      <pubDate>Tue, 13 Feb 2018 18:57:40 +0900</pubDate>
    </item>
    <item>
      <title>1015 : [기초-입출력] 실수 한 개 입력받아 소수점 이하 둘째 자리까지 출력하기</title>
      <link>https://nyup.tistory.com/entry/1015-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%86%8C%EC%88%98%EC%A0%90-%EC%9D%B4%ED%95%98-%EB%91%98%EC%A7%B8-%EC%9E%90%EB%A6%AC%EA%B9%8C%EC%A7%80-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/40&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1014 : [기초-입출력] 문자 두 개 입력받아 순서 바꿔 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 820px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99F1754E5A82B78802&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99F1754E5A82B78802&quot; width=&quot;820&quot; height=&quot;820&quot; filename=&quot;1015.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;1015 : [기초-입출력] 실수 한 개 입력받아 소수점 이하 둘째 자리까지 출력하기&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;설명&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;실수(float) 한 개를 입력받아&amp;nbsp;소수점 이하 3째 자리에서 반올림 하여 2째 자리까지 출력하시오.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;실수 한 개가 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력한 실수를 소수점 이하 3째 자리에서 반올림 하여 2째 자리까지 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 13.3333px; color: rgb(0, 0, 0);&quot;&gt;1.59254&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;출력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;1.59&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;답안&lt;/span&gt;&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    double x;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    scanf(&quot;%lf&quot;, &amp;amp;x);
    printf(&quot;%.2lf&quot;, x);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;    return 0;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1015</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/41</guid>
      <comments>https://nyup.tistory.com/entry/1015-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%86%8C%EC%88%98%EC%A0%90-%EC%9D%B4%ED%95%98-%EB%91%98%EC%A7%B8-%EC%9E%90%EB%A6%AC%EA%B9%8C%EC%A7%80-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry41comment</comments>
      <pubDate>Tue, 13 Feb 2018 18:53:07 +0900</pubDate>
    </item>
    <item>
      <title>1014 : [기초-입출력] 문자 두 개 입력받아 순서 바꿔 출력하기</title>
      <link>https://nyup.tistory.com/entry/1014-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%88%9C%EC%84%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/39&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1013 : [기초-입출력] 정수 두 개 입력받아 그대로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99F37E345A81933C06&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99F37E345A81933C06&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1014.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1014&amp;nbsp;: [기초-입출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;문자&amp;nbsp;두&amp;nbsp;개 입력받아 순서 바꿔&amp;nbsp;&lt;/span&gt;출력하기&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;두 개의 문자를 입력받은 후 순서를 바꿔 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;두 개의 문자가 공백으로 구분되어 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력한 두 문자의 순서를 바꿔 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;A b&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;b A&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    char a, b;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    scanf(&quot;%c %c&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%c %c&quot;, b, a);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    return 0;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1014</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/40</guid>
      <comments>https://nyup.tistory.com/entry/1014-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%88%9C%EC%84%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry40comment</comments>
      <pubDate>Mon, 12 Feb 2018 22:14:46 +0900</pubDate>
    </item>
    <item>
      <title>1013 : [기초-입출력] 정수 두 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1013-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/38&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1012 : [기초-입출력] 실수 한 개 입력받아 그대로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/999935465A8191B321&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F999935465A8191B321&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1013.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1013&amp;nbsp;: [기초-입출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;정수 두&amp;nbsp;개 입력받아 그대로&amp;nbsp;&lt;/span&gt;출력하기&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;정수(integer) 두 개를 입력받아 그대로 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;두 개의 정수가 공백으로 구분되어 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;입력받은 두 정수를 공백으로 구분하여 그대로 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;1 2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;1 2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    int a, b;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    scanf(&quot;%d %d&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%d %d&quot;, a, b);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    &lt;/span&gt;return 0;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1013</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/39</guid>
      <comments>https://nyup.tistory.com/entry/1013-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry39comment</comments>
      <pubDate>Mon, 12 Feb 2018 22:08:18 +0900</pubDate>
    </item>
    <item>
      <title>1012 : [기초-입출력] 실수 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1012-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/37&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1011 : [기초-입출력] 문자 한 개 입력받아 그대로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99BFDD445A818DC01B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99BFDD445A818DC01B&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1012.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1012&amp;nbsp;: [기초-입출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;실수&amp;nbsp;한 개 입력받아 그대로&amp;nbsp;&lt;/span&gt;출력하기&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;키보드로 입력한&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;실수(소수점이 있는 수)&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;를&amp;nbsp;그대로 &amp;nbsp;출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;소수점 이하가 6자리인 실수 한 개가 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;입력된 실수를 그대로 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;1.414000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;1.414000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    float x;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    scanf(&quot;%f&quot;, &amp;amp;x);
    printf(&quot;%f&quot;, x);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    return 0;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1012</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/38</guid>
      <comments>https://nyup.tistory.com/entry/1012-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry38comment</comments>
      <pubDate>Mon, 12 Feb 2018 21:52:36 +0900</pubDate>
    </item>
    <item>
      <title>1011 : [기초-입출력] 문자 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1011-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/36&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1010 : [기초-입출력] 정수 한 개 입력받아 그대로 출력하기&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99584D4E5A81838824&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99584D4E5A81838824&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1011.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1011 : [기초-입출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;문자&amp;nbsp;한 개 입력받아 그대로&amp;nbsp;&lt;/span&gt;출력하기&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;키보드로 입력한 문자를&amp;nbsp;그대로 &amp;nbsp;출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;문자 한 개가 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;입력된 문자를 그대로 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;p&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;p&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    char x;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    scanf(&quot;%c&quot;, &amp;amp;x);
    printf(&quot;%c&quot;, x);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    return 0;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1011</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/37</guid>
      <comments>https://nyup.tistory.com/entry/1011-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry37comment</comments>
      <pubDate>Mon, 12 Feb 2018 21:07:52 +0900</pubDate>
    </item>
    <item>
      <title>1010 : [기초-입출력] 정수 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1010-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/35&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1007 : [기초-출력] 출력하기07&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9990D7455A7959F02A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9990D7455A7959F02A&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1010.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1010 : [기초-입출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;정수 한 개 입력받아 그대로&amp;nbsp;&lt;/span&gt;출력하기&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;키보드로 입력한 정수값을 그대로 &amp;nbsp;출력하는 프로그램을 작성해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;정수값 한 개가 입력된다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;입력된 정수를 그대로 출력한다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;font color=&quot;#5a5a5a&quot; face=&quot;Nanum Gothic, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;15&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;15&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    int n;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;    scanf(&quot;%d&quot;, &amp;amp;n);
    printf(&quot;%d&quot;, n);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;    return 0;&lt;span style=&quot;text-size-adjust: auto;&quot;&gt;
}&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1010</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/36</guid>
      <comments>https://nyup.tistory.com/entry/1010-%EA%B8%B0%EC%B4%88-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry36comment</comments>
      <pubDate>Tue, 6 Feb 2018 16:33:17 +0900</pubDate>
    </item>
    <item>
      <title>1007 : [기초-출력] 출력하기07</title>
      <link>https://nyup.tistory.com/entry/1007-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B007</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/34&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1006 : [기초-출력] 출력하기06&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99EBA33F5A7953F10D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99EBA33F5A7953F10D&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1007.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1007 : [기초-출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;출력하기07&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;이번에는 여러 가지 문자들이 포함된 문장을 출력해보자.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;다음과 같은 파일 경로를 그대로 출력하시오.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&quot;C:\Download\hello.cpp&quot;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;(주의 : 백 슬래시문자(\) 도 출력되어야 한다. 백 슬래시 문자는 글꼴에 따라 '￦' 로 출력되기도 하지만, 같은 문자이다.)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&quot;C:\Download\hello.cpp&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&quot;C:\Download\hello.cpp&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\&quot;C:\\Download\\hello.cpp\&quot;&quot;);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1007</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/35</guid>
      <comments>https://nyup.tistory.com/entry/1007-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B007#entry35comment</comments>
      <pubDate>Tue, 6 Feb 2018 16:06:45 +0900</pubDate>
    </item>
    <item>
      <title>1006 : [기초-출력] 출력하기06</title>
      <link>https://nyup.tistory.com/entry/1006-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B006</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/33&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1005 : [기초-출력] 출력하기05&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99C23C495A79526532&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99C23C495A79526532&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1006.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1006 : [기초-출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;출력하기06&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;이번에는 여러 가지 특수문자를 모두 출력해야 한다.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;다음과 같은 &quot;문장&quot;을 출력하시오.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: medium; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&quot;!@#$%^&amp;amp;*()&quot;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;(주의 : 특수 문자를 출력하기 위한 방법들이 약간씩 다르니 주의하도록 한다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;&quot;!@#$%^&amp;amp;*()&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;font-size: 13.3333px;&quot;&gt;&quot;!@#$%^&amp;amp;*()&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\&quot;!@#$%^&amp;amp;*()\&quot;&quot;);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1006</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/34</guid>
      <comments>https://nyup.tistory.com/entry/1006-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B006#entry34comment</comments>
      <pubDate>Tue, 6 Feb 2018 16:00:23 +0900</pubDate>
    </item>
    <item>
      <title>1005 : [기초-출력] 출력하기05</title>
      <link>https://nyup.tistory.com/entry/1005-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B005</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/32&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1004 : [기초-출력] 출력하기04&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A2204F5A7950C806&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A2204F5A7950C806&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1005.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1005 : [기초-출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;출력하기05&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;이번에는 큰 따옴표(&quot;) (Double Quotation mark)&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;를 문장에 넣어 출력해야 한다.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;다음과 같은 문장을 출력하시오.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;&quot;Hello World&quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;(주의 : 큰 따옴표(&quot;) 도 함께 출력되어야 한다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&quot;Hello World&quot;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&quot;Hello World&quot;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\&quot;Hello World\&quot;&quot;);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1005</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/33</guid>
      <comments>https://nyup.tistory.com/entry/1005-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B005#entry33comment</comments>
      <pubDate>Tue, 6 Feb 2018 15:54:37 +0900</pubDate>
    </item>
    <item>
      <title>1004 : [기초-출력] 출력하기04</title>
      <link>https://nyup.tistory.com/entry/1004-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B004</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/31&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1003 : [기초-출력] 출력하기03&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A808395A76F28232&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A808395A76F28232&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1004.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1004 : [기초-출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;출력하기04&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;이번에는 작은 따옴표(') (Single Quotation mark)를 문장에 넣어 출력해야 한다.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;다음과 같은 문장을 출력하시오.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;'Hello'&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; margin: 0px 0px 10px; color: rgb(90, 90, 90); font-size: 14px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; color: rgb(0, 0, 0);&quot;&gt;(주의 : 작은 따옴표(') 도 출력되어야 한다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;'Hello'&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;'Hello'&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\'Hello\'&quot;);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1004</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/32</guid>
      <comments>https://nyup.tistory.com/entry/1004-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B004#entry32comment</comments>
      <pubDate>Sun, 4 Feb 2018 20:48:06 +0900</pubDate>
    </item>
    <item>
      <title>1003 : [기초-출력] 출력하기03</title>
      <link>https://nyup.tistory.com/entry/1003-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B003</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/30&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1002 : [기초-출력] 출력하기02&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9909163A5A76F39B0F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9909163A5A76F39B0F&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1003.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1003 : [기초-출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;출력하기03&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;이번에는 줄을 바꿔 문장을 출력하는 출력을 연습해보자.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;다음과 같이 줄을 바꿔 출력 해야한다.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;Hello&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;World&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;(대소문자에 주의한다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;Hello&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;World&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;Hello&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;World&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;Hello\nWorld&quot;);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1003</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/31</guid>
      <comments>https://nyup.tistory.com/entry/1003-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B003#entry31comment</comments>
      <pubDate>Sun, 4 Feb 2018 20:39:58 +0900</pubDate>
    </item>
    <item>
      <title>1002 : [기초-출력] 출력하기02</title>
      <link>https://nyup.tistory.com/entry/1002-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B002</link>
      <description>&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;a href=&quot;http://www.hyeonuk.com/29&quot; target=&quot;_blank&quot;&gt;[프로그래밍/CODE UP] - 1001 : [기초-출력] 출력하기01&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/990852445A76F49E17&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F990852445A76F49E17&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1002.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto; text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-size-adjust: auto;&quot;&gt;1002 : [기초-출력]&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;출력하기02&lt;/h2&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;설명&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;이번에는 공백이 들어있는 문장을 출력해보자.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;다음 문장을 출력해보자.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; font-size: medium; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;Hello World&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(90, 90, 90); font-size: medium;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(대소문자에 주의한다.)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;Hello World&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;입력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;출력 예시&lt;/h3&gt;&lt;p style=&quot;text-size-adjust: auto;&quot;&gt;Hello World&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-size-adjust: auto;&quot;&gt;답안&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot; style=&quot;text-size-adjust: auto;&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;Hello World&quot;);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;div style=&quot;text-size-adjust: auto;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1002</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/30</guid>
      <comments>https://nyup.tistory.com/entry/1002-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B002#entry30comment</comments>
      <pubDate>Sun, 4 Feb 2018 20:36:22 +0900</pubDate>
    </item>
    <item>
      <title>1001 : [기초-출력] 출력하기01</title>
      <link>https://nyup.tistory.com/entry/1001-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B001</link>
      <description>&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9976BB395A76BC4024&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9976BB395A76BC4024&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1001.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;1001&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;: [기초&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력] &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력하기01&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;시간 제한: 1 Sec 메모리 제한: 128 MB&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;설명&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;C/C++언어에서 가장 기본적인 명령이 텍스트 출력이다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;printf( ) 를 이용해&amp;nbsp;다음 단어를 출력해보자.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-family: &amp;quot;Nanum Gothic&amp;quot;, sans-serif; color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700; font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;Hello&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif; font-size: 10pt;&quot;&gt;(단, 글자색은 관계없다.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;Hello&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;입력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;출력 예시&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;Hello&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;&lt;span style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;, sans-serif;&quot;&gt;답안&lt;/span&gt;&lt;/h3&gt;&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;Hello&quot;);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</description>
      <category>프로그래밍/CODE UP</category>
      <category>1001</category>
      <category>CODE UP</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/29</guid>
      <comments>https://nyup.tistory.com/entry/1001-%EA%B8%B0%EC%B4%88-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B001#entry29comment</comments>
      <pubDate>Sun, 4 Feb 2018 16:56:17 +0900</pubDate>
    </item>
    <item>
      <title>2017 티스토리 결산</title>
      <link>https://nyup.tistory.com/entry/2017-%ED%8B%B0%EC%8A%A4%ED%86%A0%EB%A6%AC-%EA%B2%B0%EC%82%B0</link>
      <description>&lt;h1 style=&quot;text-align: center;&quot;&gt;2017 티스토리 결산&lt;/h1&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A3913E5A6ECDD322&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A3913E5A6ECDD322&quot; width=&quot;900&quot; height=&quot;508&quot; alt=&quot;저는 이 블로그에서  평범한 고등학생의 일상  이야기를 합니다.&quot; filename=&quot;01.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;저는 이 블로그에서&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 94, 0);&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;평범한 고등학생의 일상&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;이야기를 합니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/996E8D495A6ECDE934&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F996E8D495A6ECDE934&quot; width=&quot;900&quot; height=&quot;525&quot; alt=&quot;IT 인터넷 ★★★  700+ 방문자 ★★  7개월차 블로그 ★★  20+ 포스팅 ★&quot; filename=&quot;02.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;IT&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;인터넷 &lt;/span&gt;&lt;span style=&quot;color: rgb(255, 228, 0); font-size: 14pt;&quot;&gt;★★★&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;700&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;방문자 &lt;/span&gt;&lt;span style=&quot;color: rgb(255, 228, 0); font-size: 14pt;&quot;&gt;★★&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;7개월차 블로그 &lt;/span&gt;&lt;span style=&quot;color: rgb(255, 228, 0); font-size: 14pt;&quot;&gt;★★&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;20+ 포스팅 &lt;/span&gt;&lt;span style=&quot;color: rgb(255, 228, 0); font-size: 14pt;&quot;&gt;★&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(255, 228, 0); font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99EA88455A6ECDF533&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99EA88455A6ECDF533&quot; width=&quot;900&quot; height=&quot;475&quot; alt=&quot;25개의 글을 작성했습니다.&quot; filename=&quot;03.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(102, 153, 255); font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(102, 153, 255); font-size: 14pt;&quot;&gt;25&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;개의 글을 작성했습니다.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;5월에 몰아서 썼었네요.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/997A13495A6ECE001F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F997A13495A6ECE001F&quot; width=&quot;900&quot; height=&quot;500&quot; alt=&quot;2017년 제가 많이 언급한 이야기입니다.&quot; filename=&quot;04.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;2017년 제가 많이 언급한 이야기입니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;출력, 입력&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;, 데이터 등 IT 인터넷 분야 용어네요.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9907034F5A6ECE0C02&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9907034F5A6ECE0C02&quot; width=&quot;900&quot; height=&quot;375&quot; alt=&quot;'IT 인터넷' 주제로 22개의 글을 발행했습니다.&quot; filename=&quot;05.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;'IT 인터넷' 주제로 22개의 글을 발행했습니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;올해는 다양한 분야로 글을 많이 쓰겠습니다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99F142465A6ECE1829&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99F142465A6ECE1829&quot; width=&quot;900&quot; height=&quot;475&quot; alt=&quot;2017년에 777명이 방문했습니다.&quot; filename=&quot;06.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;2017년에&amp;nbsp;&lt;span style=&quot;color: rgb(255, 94, 0);&quot;&gt;777&lt;/span&gt;명이 방문했습니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;엄청 기분 좋은 숫자네요.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99E2FB4E5A6ECE2403&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99E2FB4E5A6ECE2403&quot; width=&quot;900&quot; height=&quot;508&quot; alt=&quot;데이터베이스 _ INDEX 를 269명이 읽었습니다.&quot; filename=&quot;07.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;데이터베이스 | INDEX 를 &lt;span style=&quot;color: rgb(255, 94, 0);&quot;&gt;269&lt;/span&gt;명이 읽었습니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;빨리 데이터베이스 관련 포스팅&amp;nbsp;하겠습니다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99BDB1475A6ECE2E01&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99BDB1475A6ECE2E01&quot; width=&quot;900&quot; height=&quot;475&quot; alt=&quot;한 포스트가 평균 55번 조회되었습니다.&quot; filename=&quot;08.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;한 포스트가 평균 &lt;span style=&quot;color: rgb(71, 200, 62);&quot;&gt;55&lt;/span&gt;번 조회되었습니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;비록 평균이지만 많이 봐주셔서 감사합니다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/995B2A445A6ECE3A01&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F995B2A445A6ECE3A01&quot; width=&quot;900&quot; height=&quot;508&quot; alt=&quot;1000: 채점서버 테스트 문제 글에 3명이 공감했습니다.&quot; filename=&quot;09.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;1000: 채점서버 테스트 문제 글에 &lt;/span&gt;&lt;span style=&quot;color: rgb(92, 209, 229); font-size: 14pt;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;명이 공감했습니다.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;공감은 많이 해주시면 감사하겠습니다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9938F8495A6ECE4610&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9938F8495A6ECE4610&quot; width=&quot;900&quot; height=&quot;475&quot; alt=&quot;31번의 공감을 받았습니다.&quot; filename=&quot;10.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(92, 209, 229);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(92, 209, 229);&quot;&gt;31&lt;/span&gt;번의 공감을 받았습니다.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;공감 많이 눌러주세요.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A4AE4D5A6ECE5536&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A4AE4D5A6ECE5536&quot; width=&quot;900&quot; height=&quot;83&quot; alt=&quot;위의 ﻿﻿정보들은 ﻿여기﻿를 눌러서 볼 수 있습니다.&quot; filename=&quot;11.png&quot; filemime=&quot;image/jpeg&quot; original=&quot;yes&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;위의 &lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;정보들은 &lt;b&gt;&lt;a href=&quot;http://www.tistory.com/thankyou/2017/tistory/2753471&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot; style=&quot;color: rgb(0, 85, 255);&quot;&gt;여기&lt;/a&gt;&lt;/b&gt;를 눌러서 볼 수 있습니다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;바쁘다고 블로그에 신경을 많이 못&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&amp;nbsp;쓰고 포스팅을 못했는데&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&amp;nbsp;많이 봐주셔서 감사합니다.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;올해는&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&amp;nbsp;더 유익한 정보를 많이 올리도록 하겠습니다.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;앞으로도 많이 봐주세요.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;칭찬, 공감 많이 눌러주세요!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;감사합니다!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>2017 티스토리 결산</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/27</guid>
      <comments>https://nyup.tistory.com/entry/2017-%ED%8B%B0%EC%8A%A4%ED%86%A0%EB%A6%AC-%EA%B2%B0%EC%82%B0#entry27comment</comments>
      <pubDate>Mon, 29 Jan 2018 16:34:02 +0900</pubDate>
    </item>
    <item>
      <title>데이터베이스 | INDEX</title>
      <link>https://nyup.tistory.com/entry/%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4-INDEX</link>
      <description>&lt;h1 style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21042538596338E603&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21042538596338E603&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;INDEX.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/h1&gt;&lt;h1&gt;데이터베이스 | INDEX&lt;/h1&gt;
&lt;h2&gt;Part 01 데이터베이스 시스템의 개념&lt;/h2&gt;
&lt;h3&gt;Chapter 01 데이터베이스 시스템&lt;/h3&gt;
&lt;h4&gt;1 데이터베이스와 데이터베이스 시스템&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
데이터, 정보, 지식&lt;/li&gt;
&lt;li&gt;
일상생활의 데이터베이스&lt;/li&gt;
&lt;li&gt;
데이터베이스의 개념 및 특징&lt;/li&gt;
&lt;li&gt;
데이터베이스 시스템의 구성&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 데이터베이스 시스템의 발전&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
마당서점과 데이터베이스 시스템&lt;/li&gt;
&lt;li&gt;
정보 시스템의 발전&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 파일 시스템과 DBMS&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
마당서점 데이터를 저장하는 방법&lt;/li&gt;
&lt;li&gt;
마당서점 데이터의 저장 방법 비교&lt;/li&gt;
&lt;li&gt;
파일 시스템과 DBMS의 비교&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 데이터베이스 시스템의 구성&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
데이터베이스 언어&lt;/li&gt;
&lt;li&gt;
데이터베이스 사용자&lt;/li&gt;
&lt;li&gt;
DBMS&lt;/li&gt;
&lt;li&gt;
데이터 모델&lt;/li&gt;
&lt;li&gt;
데이터베이스의 개념적 구조&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Chapter 02 관계 데이터 모델&lt;/h3&gt;
&lt;h4&gt;1 관계 데이터 모델의 개념&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
릴레이션&lt;/li&gt;
&lt;li&gt;
릴레이션 스키마와  인스턴스&lt;/li&gt;
&lt;li&gt;
릴레이션의 특징&lt;/li&gt;
&lt;li&gt;
관계 데이터 모델&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 무결성 제약조건&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
키&lt;/li&gt;
&lt;li&gt;
무결성 제약조건&lt;/li&gt;
&lt;li&gt;
무결성 제약조건의 수행&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 관계대수&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
관계대수&lt;/li&gt;
&lt;li&gt;
셀렉션과 프로젝션&lt;/li&gt;
&lt;li&gt;
집합연산&lt;/li&gt;
&lt;li&gt;
조인&lt;/li&gt;
&lt;li&gt;
디비전&lt;/li&gt;
&lt;li&gt;
관계대수 예제&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Part 02 데이터베이스 프로그래머&lt;/h2&gt;
&lt;h3&gt;Chapter 03 SQL 기초&lt;/h3&gt;
&lt;h4&gt;1 SQL 학습을 위한 준비&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
마당서점의 데이터&lt;/li&gt;
&lt;li&gt;
누가 어떤 정보를 원하는가?&lt;/li&gt;
&lt;li&gt;
오라클과 샘플 데이터 설치&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 SQL 개요&lt;/h4&gt;
&lt;h4&gt;3 데이터 조작어 - 검색&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
SELECT 문&lt;/li&gt;
&lt;li&gt;
집계 함수와 GROUP BY&lt;/li&gt;
&lt;li&gt;
두 개 이상 테이블에서 SQL 질의&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 데이터 정의어&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
CREATE 문&lt;/li&gt;
&lt;li&gt;
ALTER 문&lt;/li&gt;
&lt;li&gt;
DROP 문&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;5 데이터 조작어 - 삽입, 수정, 삭제&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
INSERT 문&lt;/li&gt;
&lt;li&gt;
UPDATE 문&lt;/li&gt;
&lt;li&gt;
DELETE 문&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Chapter 04 SQL 고급&lt;/h3&gt;
&lt;h4&gt;1 내장 함수&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
SQL 내장 함수&lt;/li&gt;
&lt;li&gt;
NULL 값 처리&lt;/li&gt;
&lt;li&gt;
ROWNUM&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 부속질의&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
스칼라 부속질의 - SELECT 부속질의&lt;/li&gt;
&lt;li&gt;
인라인 뷰 - FROM 부속질의&lt;/li&gt;
&lt;li&gt;
중첩질의 - WHERE 부속질의&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 뷰&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
뷰의 생성&lt;/li&gt;
&lt;li&gt;
뷰의 수정&lt;/li&gt;
&lt;li&gt;
뷰의 삭제&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 인덱스&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
데이터베이스의 물리적 저장&lt;/li&gt;
&lt;li&gt;
인덱스와 B-tree&lt;/li&gt;
&lt;li&gt;
오라클 인덱스&lt;/li&gt;
&lt;li&gt;
인덱스의 생성&lt;/li&gt;
&lt;li&gt;
인덱스의 재구성과 삭제&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Chapter 05 데이터베이스 프로그래밍&lt;/h3&gt;
&lt;h4&gt;1 데이터베이스 프로그래밍의 개념&lt;/h4&gt;
&lt;h4&gt;2 PL/SQL&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
프로시저&lt;/li&gt;
&lt;li&gt;
트리거&lt;/li&gt;
&lt;li&gt;
사용자 정의 함수&lt;/li&gt;
&lt;li&gt;
PL/SQL 문법 요약&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 데이터베이스 연동 자바 프로그래밍&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
소스코드 설명&lt;/li&gt;
&lt;li&gt;
프로그램 실습&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 데이터베이스 연동 웹 프로그래밍&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
소스코드 설명&lt;/li&gt;
&lt;li&gt;
프로그램 실습&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Part 03 데이터베이스 설계자&lt;/h2&gt;
&lt;h3&gt;Chapter 06 데이터 모델링&lt;/h3&gt;
&lt;h4&gt;1 데이터 모델링의 개념&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
데이터베이스 생명주기&lt;/li&gt;
&lt;li&gt;
데이터 모델링 과정&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 ER 모델&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
개체와 개체 타입&lt;/li&gt;
&lt;li&gt;
속성&lt;/li&gt;
&lt;li&gt;
관계와 관계 타입&lt;/li&gt;
&lt;li&gt;
약한 개체 타입과 식별자&lt;/li&gt;
&lt;li&gt;
IE 표기법&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 ER 모델을 관계 데이터 모델로 사상&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
개체 타입의 사상&lt;/li&gt;
&lt;li&gt;
관계 타입의 사상&lt;/li&gt;
&lt;li&gt;
다중값 속성의 사상&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 ERwin 실습&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
ERwin 기본 화면 및 툴 둘러보기&lt;/li&gt;
&lt;li&gt;
ERwin 실습을 위한 기본 환경 설정하기&lt;/li&gt;
&lt;li&gt;
마당서점 설계 실습&lt;/li&gt;
&lt;li&gt;
DBMS에 접속하여 테이블 생성하기&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;5 모델링 연습 (마당대학 데이터베이스)&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
마당대학의 요구사항&lt;/li&gt;
&lt;li&gt;
마당대학의 ER 다이어그램&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Chapter 07 정규화&lt;/h3&gt;
&lt;h4&gt;1 이상현상&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
이상현상의 개념&lt;/li&gt;
&lt;li&gt;
이상현상의 예&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 함수 종속성&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
함수 종속성의 개념&lt;/li&gt;
&lt;li&gt;
함수 종속성 다이어그램&lt;/li&gt;
&lt;li&gt;
함수 종속성 규칙&lt;/li&gt;
&lt;li&gt;
함수 종속성과 기본키&lt;/li&gt;
&lt;li&gt;
이상현상과 결정자&lt;/li&gt;
&lt;li&gt;
함수 종속성 예제&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 정규화&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
정규화 과정&lt;/li&gt;
&lt;li&gt;
무손실 분해&lt;/li&gt;
&lt;li&gt;
정규화 정리&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 정규화 연습 (부동산 데이터베이스)&lt;/h4&gt;
&lt;h2&gt;Part 04 데이터베이스 관리자&lt;/h2&gt;
&lt;h3&gt;Chapter 08 트랜잭션, 동시성 제어, 회복&lt;/h3&gt;
&lt;h4&gt;1 트랜잭션&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
트랜잭션의 개념&lt;/li&gt;
&lt;li&gt;
트랜잭션의 성질&lt;/li&gt;
&lt;li&gt;
트랜잭션과 DBMS&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 동시성 제어&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
갱신손실 문제&lt;/li&gt;
&lt;li&gt;
락&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 트랜잭션 고립 수준&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
트랜잭션 동시 실행 문제&lt;/li&gt;
&lt;li&gt;
트랜잭션 고립 수준 명령어&lt;/li&gt;
&lt;li&gt;
트랜잭션 고립 수준 실습&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 회복&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
트랜잭션과 회복&lt;/li&gt;
&lt;li&gt;
로그 파일&lt;/li&gt;
&lt;li&gt;
로그 파일과 이용한 회복&lt;/li&gt;
&lt;li&gt;
체크포인트를 이용한 회복&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Chapter 09 데이터베이스 보안과 관리&lt;/h3&gt;
&lt;h4&gt;1 데이터베이스 관리의 개요&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
데이터베이스 관리의 중요성&lt;/li&gt;
&lt;li&gt;
데이터베이스 관리 업무&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 보안과 권한&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
테이블스페이스와 로그인 사용자 관리&lt;/li&gt;
&lt;li&gt;
권한 관리&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 백업과 복원&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
백업의 종류&lt;/li&gt;
&lt;li&gt;
오라클의 백업 방법&lt;/li&gt;
&lt;li&gt;
백업 및 복원 실습&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;워크북&lt;/h2&gt;
&lt;h3&gt;실무 실습&lt;/h3&gt;
&lt;h4&gt;1 SQL Practice&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
개요&lt;/li&gt;
&lt;li&gt;
데이터 검색 : SELECT&lt;/li&gt;
&lt;li&gt;
데이터 제한 및 정렬 : WHERE, ORDER BY&lt;/li&gt;
&lt;li&gt;
단일 행 함수 및 변환 함수&lt;/li&gt;
&lt;li&gt;
집계된 데이터 보고 : 집계 함수&lt;/li&gt;
&lt;li&gt;
여러 테이블의 데이터 표시 : JOIN&lt;/li&gt;
&lt;li&gt;
부속질의&lt;/li&gt;
&lt;li&gt;
집합 연산자 사용&lt;/li&gt;
&lt;li&gt;
조건부 논리 표현식 제어 : CASE &amp;amp; DECODE&lt;/li&gt;
&lt;li&gt;
다차원 그룹 데이터 검색 : ROLLUP, CUBE&lt;/li&gt;
&lt;li&gt;
분석 함수 : NTILE, RANK&lt;/li&gt;
&lt;li&gt;
계층 검색&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 데이터 모델링&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
개체, 관계, 속성의 이해&lt;/li&gt;
&lt;li&gt;
푸드코트 ERD&lt;/li&gt;
&lt;li&gt;
병원 업무 관리 ERD&lt;/li&gt;
&lt;li&gt;
학사 관리 ERD&lt;/li&gt;
&lt;li&gt;
은행 업무 관리 ERD&lt;/li&gt;
&lt;li&gt;
캠핑카 대여 관리 ERD&lt;/li&gt;
&lt;li&gt;
정규화 수행 연습 : 도서주문&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 데이터베이스 프로젝트&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
병원 업무 관리 프로젝트&lt;/li&gt;
&lt;li&gt;
학사 관리 프로젝트 (교수 전용 자료)&lt;/li&gt;
&lt;li&gt;
은행 업무 관리 프로젝트 (교수 전용 자료)&lt;/li&gt;
&lt;li&gt;
캠핑카 업무 관리 프로젝트 (교수 전용 자료)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;부록&lt;/h2&gt;
&lt;h3&gt;실습 소프트웨어 설치&lt;/h3&gt;
&lt;h4&gt;1 오라클 11g 설치&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
소개&lt;/li&gt;
&lt;li&gt;
다운로드&lt;/li&gt;
&lt;li&gt;
설치&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;2 오라클 개발 도구 및 샘플 데이터베이스 설치&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
SQL Developer&lt;/li&gt;
&lt;li&gt;
SQL Plus&lt;/li&gt;
&lt;li&gt;
madang 사용자 계정과 샘플 데이터 설치&lt;/li&gt;
&lt;li&gt;
scott 사용자 계정과 샘플 데이터 설치&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;3 JDK, 이클립스, 톰캣 설치&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
설치 개요&lt;/li&gt;
&lt;li&gt;
JDK 설치&lt;/li&gt;
&lt;li&gt;
JDBC 설치&lt;/li&gt;
&lt;li&gt;
이클립스 설치&lt;/li&gt;
&lt;li&gt;
톰캣 설치&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;4 ERwin 설치&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
소개&lt;/li&gt;
&lt;li&gt;
다운로드&lt;/li&gt;
&lt;li&gt;
설치&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;5 데이터베이스 관리&lt;/h4&gt;
&lt;ol&gt;&lt;li&gt;
데이터베이스 시작과 종료 (STARTUP &amp;amp; SHUTDOWN)&lt;/li&gt;
&lt;li&gt;
오라클 클라이언트 - Oracle Instant Client&lt;/li&gt;
&lt;li&gt;
데이터베이스 관리 도구 - 엔터프라이즈 매니저 (em)&lt;/li&gt;
&lt;/ol&gt;</description>
      <category>프로그래밍</category>
      <category>DATABASE</category>
      <category>Index</category>
      <category>데이터베이스</category>
      <category>목차</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/24</guid>
      <comments>https://nyup.tistory.com/entry/%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4-INDEX#entry24comment</comments>
      <pubDate>Mon, 10 Jul 2017 15:53:51 +0900</pubDate>
    </item>
    <item>
      <title>1020: [문법-입출력] 단어 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1020-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%8B%A8%EC%96%B4-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2310824759253CAB02&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2310824759253CAB02&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1020.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1020: [문법-입출력] 단어 한 개 입력받아 그대로 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
하나의 단어를 입력받아 그대로 출력해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
한 단어가 입력된다. &lt;br /&gt;
(단, 단어의 길이는 50자 이하이다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력받은 단어를 그대로 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
Informatics &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
Informatics  &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    char data[51];
    scanf(&quot;%s&quot;, &amp;amp;data);
    printf(&quot;%s&quot;, data);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/23</guid>
      <comments>https://nyup.tistory.com/entry/1020-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%8B%A8%EC%96%B4-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry23comment</comments>
      <pubDate>Wed, 24 May 2017 12:33:46 +0900</pubDate>
    </item>
    <item>
      <title>1019: [문법-입출력] 주민번호 입력받아 형태 바꿔 출력하기</title>
      <link>https://nyup.tistory.com/entry/1019-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A3%BC%EB%AF%BC%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%ED%83%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/247F724959253C9932&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F247F724959253C9932&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1019.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1019: [문법-입출력] 주민번호 입력받아 형태 바꿔 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
주민등록번호는 다음과 같이 구성된다. &lt;br /&gt;
XXXXXX-XXXXXXX &lt;br /&gt;
앞의 6자리는 생년월일(yymmdd)이고 뒤 7자리는 성별, 지역, 오류검출코드이다. &lt;br /&gt;
주민등록번호를 입력받아 형태를 바꿔 출력해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
주민등록번호 앞6자리와 뒤7자리가 &quot;-&quot;로 구분되어 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
&quot;-&quot;를 제외한 주민번호 13자리를 모두 붙여 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
980907-1121112 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
9809071121112  &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;&lt;p&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    int a, b;
    scanf(&quot;%d-%d&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%d%d&quot;, a, b);
    return 0;
}
&lt;/p&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/22</guid>
      <comments>https://nyup.tistory.com/entry/1019-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A3%BC%EB%AF%BC%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%ED%98%95%ED%83%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry22comment</comments>
      <pubDate>Wed, 24 May 2017 12:32:00 +0900</pubDate>
    </item>
    <item>
      <title>1018: [문법-입출력] 년월일 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1018-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%85%84%EC%9B%94%EC%9D%BC-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/242F644959253C8230&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F242F644959253C8230&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1018.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1018: [문법-입출력] 년월일 입력받아 그대로 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
년, 월, 일을 입력받고 출력하는 연습을 해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
년, 월, 일이 &quot;.(닷)&quot;으로 구분되어 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력받은 년, 월, 일을 출력한다. &lt;br /&gt;
(단 자릿수는 yyyy.mm.dd형태로 출력한다. &lt;br /&gt;
(입출력 예시 참고, %02d를 사용하면 2칸을 사용해 출력하는데, 1자리 수 인경우 앞에 0이 붙어 출력된다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
2012.11.21 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
2012.11.21 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    int y, m, d;
    scanf(&quot;%d.%d.%d&quot;, &amp;amp;y, &amp;amp;m, &amp;amp;d);
    printf(&quot;%d.%02d.%02d&quot;, y, m, d);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/21</guid>
      <comments>https://nyup.tistory.com/entry/1018-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%85%84%EC%9B%94%EC%9D%BC-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry21comment</comments>
      <pubDate>Wed, 24 May 2017 12:29:45 +0900</pubDate>
    </item>
    <item>
      <title>1017: [문법-입출력] 시간 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1017-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%9C%EA%B0%84-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2663CA4B59253C6E19&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2663CA4B59253C6E19&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1017.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1017: [문법-입출력] 시간 입력받아 그대로 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
시간이 어떤 형식에 맞추어 입력될 때, &lt;br /&gt;
그대로 출력하는 연습을 해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
시(hour)와 분(minute)이 &quot;:&quot;(콜론)로 구분되어 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력받은 시간을 &quot;시:분&quot;으로 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
3:16 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
3:16 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    int a, b;
    scanf(&quot;%d:%d&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%d:%d&quot;, a, b);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/20</guid>
      <comments>https://nyup.tistory.com/entry/1017-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%9C%EA%B0%84-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry20comment</comments>
      <pubDate>Wed, 24 May 2017 12:28:04 +0900</pubDate>
    </item>
    <item>
      <title>1016: [문법-입출력] 정수 한 개 입력받아 세 번 출력하기</title>
      <link>https://nyup.tistory.com/entry/1016-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%84%B8-%EB%B2%88-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/224B924A59253C5A21&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F224B924A59253C5A21&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1016.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1016: [문법-입출력] 정수 한 개 입력받아 세 번 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
int형 정수 하나를 입력받아 3번 출력해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
정수 하나가 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력받은 정수를 공백으로 구분해 세 번 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
125 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
125 125 125 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    int a;
    scanf(&quot;%d&quot;, &amp;amp;a);
    printf(&quot;%d %d %d&quot;, a, a, a);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/19</guid>
      <comments>https://nyup.tistory.com/entry/1016-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%84%B8-%EB%B2%88-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry19comment</comments>
      <pubDate>Wed, 24 May 2017 12:26:13 +0900</pubDate>
    </item>
    <item>
      <title>1015: [문법-입출력] 실수 한 개 입력받아 둘째 자리까지 출력하기</title>
      <link>https://nyup.tistory.com/entry/1015-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%91%98%EC%A7%B8-%EC%9E%90%EB%A6%AC%EA%B9%8C%EC%A7%80-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2452E94759253C2D29&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2452E94759253C2D29&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1015.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1015: [문법-입출력] 실수 한 개 입력받아 둘째 자리까지 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
실수(float)하나를 입력받아 저장한 후, &lt;br /&gt;
저장되어있는 값을 소수점 3째 자리에서 반올림해 2째 자리까지 출력하시오. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
실수 하나가 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
결과를 소수점 3째 자리에서 반올림해 2째 자리까지 출력한다. &lt;br /&gt;
(%.2f를 이용하면 된다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
1.59254 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
1.59 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    float a;
    scanf(&quot;%f&quot;, &amp;amp;a);
    printf(&quot;%.2f&quot;, a);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/18</guid>
      <comments>https://nyup.tistory.com/entry/1015-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EB%91%98%EC%A7%B8-%EC%9E%90%EB%A6%AC%EA%B9%8C%EC%A7%80-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry18comment</comments>
      <pubDate>Wed, 24 May 2017 12:24:44 +0900</pubDate>
    </item>
    <item>
      <title>1014: [문법-입출력] 문자 두 개 입력받아 순서 바꿔 출력하기</title>
      <link>https://nyup.tistory.com/entry/1014-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%88%9C%EC%84%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/271C804C59253C0D15&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F271C804C59253C0D15&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1014.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1014: [문법-입출력] 문자 두 개 입력받아 순서 바꿔 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
두 개의 문자(ASCII CODE)를 입력받아서 순서를 바꿔 출력해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
두 개의 문자가 공백으로 구분되어 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
두 문자의 순서를 바꿔 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
A b &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
b A &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    char a, b;
    scanf(&quot;%c %c&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%c %c&quot;, b, a);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/17</guid>
      <comments>https://nyup.tistory.com/entry/1014-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EC%88%9C%EC%84%9C-%EB%B0%94%EA%BF%94-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry17comment</comments>
      <pubDate>Wed, 24 May 2017 12:22:31 +0900</pubDate>
    </item>
    <item>
      <title>1013: [문법-입출력] 정수 두 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1013-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/275CB54C59253BEE17&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F275CB54C59253BEE17&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1013.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1013: [문법-입출력] 정수 두 개 입력받아 그대로 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
정수(int) 2개를 입력받고 그대로 출력해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
두 개의 정수가 공백으로 구분되어 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력받은 두 정수를 공백으로 구분하여 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
1 2 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
1 2 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    int a, b;
    scanf(&quot;%d %d&quot;, &amp;amp;a, &amp;amp;b);
    printf(&quot;%d %d&quot;, a, b);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/16</guid>
      <comments>https://nyup.tistory.com/entry/1013-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%EB%91%90-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry16comment</comments>
      <pubDate>Wed, 24 May 2017 12:20:55 +0900</pubDate>
    </item>
    <item>
      <title>1012: [문법-입출력] 실수 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1012-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/22135E4F59253BD614&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F22135E4F59253BD614&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1012.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1012: [문법-입출력] 실수 한 개 입력받아 그대로 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
키보드로 입력한 실수(소수점이 있는 수)를, 그대로 출력하는 프로그램을 작성해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
소수점 아래에 수가 있는, 실수 한 개가 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력된 실수를 그대로 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
1.414 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
1.414 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    float a;
    scanf(&quot;%f&quot;, &amp;amp;a);
    printf(&quot;%.3f&quot;, a);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/15</guid>
      <comments>https://nyup.tistory.com/entry/1012-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%8B%A4%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry15comment</comments>
      <pubDate>Wed, 24 May 2017 12:19:09 +0900</pubDate>
    </item>
    <item>
      <title>1011: [문법-출력] 출력하기09</title>
      <link>https://nyup.tistory.com/entry/1011-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B009</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2754564D59253B8B26&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2754564D59253B8B26&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1011.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1011: [문법-출력] 출력하기09&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
출력 연습 마지막 문제이다. &lt;br /&gt;
아래와 같은 C언어 소스 코드를 그대로 출력하시오. &lt;br /&gt;
#include &lt;stdio.h&gt; &lt;br /&gt;
int main() &lt;br /&gt;
{ &lt;br /&gt;
    printf(&quot;Hello World\n&quot;); &lt;br /&gt;
    return 0; &lt;br /&gt;
} &lt;br /&gt;
(주의 : 줄바꿈, 공백, 특수문자 등이 모두 정확히 출력되어야 한다. 들여쓰기는 공백문자 4개로 한다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
#include &lt;stdio.h&gt; &lt;br /&gt;
int main() &lt;br /&gt;
{ &lt;br /&gt;
    printf(&quot;Hello World\n&quot;); &lt;br /&gt;
    return 0; &lt;br /&gt;
} &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
#include &lt;stdio.h&gt; &lt;br /&gt;
int main() &lt;br /&gt;
{ &lt;br /&gt;
    printf(&quot;Hello World\n&quot;); &lt;br /&gt;
    return 0; &lt;br /&gt;
} &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;#include &amp;lt;stdio.h&amp;gt; &lt;stdio.h&gt;\n&quot;);
    printf(&quot;int main()\n&quot;);
    printf(&quot;{\n&quot;);
    printf(&quot;    printf(\&quot;Hello World\\n\&quot;);\n&quot;);
    printf(&quot;    return %d;\n&quot;, 0);
    printf(&quot;}\n&quot;);
    return 0;
}
&lt;/stdio.h&gt;&lt;/pre&gt;&lt;/stdio.h&gt;&lt;/stdio.h&gt;&lt;/stdio.h&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/14</guid>
      <comments>https://nyup.tistory.com/entry/1011-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B009#entry14comment</comments>
      <pubDate>Wed, 24 May 2017 12:16:13 +0900</pubDate>
    </item>
    <item>
      <title>1010: [문법-입출력] 문자 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1010-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2113484959253B761F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2113484959253B761F&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1010.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1010: [문법-입출력] 문자 한 개 입력받아 그대로 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
키보드로 입력한 문자를, 그대로 출력하는 프로그램을 작성해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
문자 한 개가 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력된 문자를 그대로 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
p &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
p &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    char a;
    scanf(&quot;%c&quot;, &amp;amp;a);
    printf(&quot;%c&quot;, a);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/13</guid>
      <comments>https://nyup.tistory.com/entry/1010-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EB%AC%B8%EC%9E%90-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry13comment</comments>
      <pubDate>Wed, 24 May 2017 12:12:28 +0900</pubDate>
    </item>
    <item>
      <title>1009: [문법-입출력] 정수 한 개 입력받아 그대로 출력하기</title>
      <link>https://nyup.tistory.com/entry/1009-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21292D4E59253B631B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21292D4E59253B631B&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1009.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1009: [문법-입출력] 정수 한 개 입력받아 그대로 출력하기&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
키보드로 입력한 정수값을, 그대로  출력하는 프로그램을 작성해보자. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력&lt;/h3&gt;
정수값 한 개가 입력된다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
입력된 정수를 그대로 출력한다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;입력 예시&lt;/h3&gt;
15 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
15 &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    int a;
    scanf(&quot;%d&quot;, &amp;amp;a);
    printf(&quot;%d&quot;, a);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/12</guid>
      <comments>https://nyup.tistory.com/entry/1009-%EB%AC%B8%EB%B2%95-%EC%9E%85%EC%B6%9C%EB%A0%A5-%EC%A0%95%EC%88%98-%ED%95%9C-%EA%B0%9C-%EC%9E%85%EB%A0%A5%EB%B0%9B%EC%95%84-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B0#entry12comment</comments>
      <pubDate>Wed, 24 May 2017 12:10:41 +0900</pubDate>
    </item>
    <item>
      <title>1008: [문법-출력] 출력하기07</title>
      <link>https://nyup.tistory.com/entry/1008-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B007</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/23586E4859253B5120&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F23586E4859253B5120&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1008.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1008: [문법-출력] 출력하기07&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
이번에는 여러 가지 문자들이 포함된 문장을 출력해보자. &lt;br /&gt;
다음과 같은 파일 경로를 그대로 출력하시오. &lt;br /&gt;
&quot;C:\Download\hello.cpp&quot; &lt;br /&gt;
(주의 : 백 슬래시문자(\) 도 출력되어야 한다. 백 슬래시 문자는 글꼴에 따라 '￦' 로 입력되기도 하지만, 같은 문자이다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
&quot;C:\Download\hello.cpp&quot; &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
&quot;C:\Download\hello.cpp&quot; &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\&quot;C:\\Download\\hello.cpp\&quot;&quot;);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/11</guid>
      <comments>https://nyup.tistory.com/entry/1008-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B007#entry11comment</comments>
      <pubDate>Wed, 24 May 2017 12:08:11 +0900</pubDate>
    </item>
    <item>
      <title>1007: [문법-출력] 출력하기08</title>
      <link>https://nyup.tistory.com/entry/1007-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B008</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21163F4859253B392E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21163F4859253B392E&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1007.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1007: [문법-출력] 출력하기08&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
이번에는 키보드로 입력할 수 없는 ASCII코드표의 문자들을 출력해보자. &lt;br /&gt;
ASCII 코드표를 참고하여 선이나 표를 그릴 수 있는 문자들을 사용해, 아래와 같은 표 모양을 출력하시오. &lt;br /&gt;
┌┬┐ &lt;br /&gt;
├┼┤ &lt;br /&gt;
└┴┘ &lt;br /&gt;
ASCII 코드표의 선문자를 이용하면, 일반적인 텍스트 모드 화면(메모장 등)에서 표를 그릴 수 있다. &lt;br /&gt;
예전에 텍스트 모드 화면(CUI) 에서 표나 그림을 그리기 위해 많이 사용되던 방법이다. &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
┌┬┐ &lt;br /&gt;
├┼┤ &lt;br /&gt;
└┴┘ &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
┌┬┐ &lt;br /&gt;
├┼┤ &lt;br /&gt;
└┴┘ &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;┌┬┐\n&quot;);
    printf(&quot;├┼┤\n&quot;);
    printf(&quot;└┴┘&quot;);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/10</guid>
      <comments>https://nyup.tistory.com/entry/1007-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B008#entry10comment</comments>
      <pubDate>Wed, 24 May 2017 12:06:23 +0900</pubDate>
    </item>
    <item>
      <title>1006: [문법-출력] 출력하기06</title>
      <link>https://nyup.tistory.com/entry/1006-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B006</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/245E064A59253B1F2B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F245E064A59253B1F2B&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1006.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1006: [문법-출력] 출력하기06&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
이번에는 여러 가지 특수문자를 모두 출력해야 한다. &lt;br /&gt;
다음과 같은 &quot;문장&quot;을 출력하시오. &lt;br /&gt;
&quot;!@#$%^&amp;amp;*()&quot; &lt;br /&gt;
(주의 : 특수 문자를 출력하기 위한 방법들이 약간씩 다르니 주의하도록 한다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
&quot;!@#$%^&amp;amp;*()&quot; &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
&quot;!@#$%^&amp;amp;*()&quot; &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\&quot;!@#$%%^&amp;amp;*()\&quot;&quot;);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/9</guid>
      <comments>https://nyup.tistory.com/entry/1006-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B006#entry9comment</comments>
      <pubDate>Wed, 24 May 2017 12:03:10 +0900</pubDate>
    </item>
    <item>
      <title>1005: [문법-출력] 출력하기05</title>
      <link>https://nyup.tistory.com/entry/1005-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B005</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/255A8D5059253B051F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F255A8D5059253B051F&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1005.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1005: [문법-출력] 출력하기05&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
이번에는 큰 따옴표(&quot;) (Double Quotation mark)를 문장에 넣어 출력해야 한다. &lt;br /&gt;
다음과 같은 문장을 출력하시오. &lt;br /&gt;
&quot;Hello World&quot; &lt;br /&gt;
(주의 : 큰 따옴표(&quot;)도 함께 출력되어야 한다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
&quot;Hello World&quot; &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
&quot;Hello World&quot; &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\&quot;Hello World\&quot;&quot;);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/8</guid>
      <comments>https://nyup.tistory.com/entry/1005-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B005#entry8comment</comments>
      <pubDate>Wed, 24 May 2017 11:59:19 +0900</pubDate>
    </item>
    <item>
      <title>1004: [문법-출력] 출력하기04</title>
      <link>https://nyup.tistory.com/entry/1004-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B004</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2108F24D59253AE127&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2108F24D59253AE127&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1004.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1004: [문법-출력] 출력하기04&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
이번에는 작은 따옴표(') (Single Quotation mark)를 문장에 넣어 출력해야 한다. &lt;br /&gt;
다음과 같은 문장을 출력하시오. &lt;br /&gt;
'Hello' &lt;br /&gt;
(주의 : 작은 따옴표(') 도 출력되어야 한다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
'Hello' &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
'Hello' &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;\'Hello\'&quot;);
    return 0;
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/7</guid>
      <comments>https://nyup.tistory.com/entry/1004-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B004#entry7comment</comments>
      <pubDate>Wed, 24 May 2017 11:53:36 +0900</pubDate>
    </item>
    <item>
      <title>1003: [문법-출력] 출력하기03</title>
      <link>https://nyup.tistory.com/entry/1003-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B003</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21084B4A59253ACC1B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21084B4A59253ACC1B&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1003.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1003: [문법-출력] 출력하기03&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
이번에는 줄을 바꿔 문장을 출력하는 출력을 연습해보자. &lt;br /&gt;
다음과 같이 줄을 바꿔 출력 해야한다. &lt;br /&gt;
Hello &lt;br /&gt;
World &lt;br /&gt;
(두 줄에 걸쳐서 줄을 바꿔 출력) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
Hello &lt;br /&gt;
World &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
Hello &lt;br /&gt;
World &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;Hello\nWorld&quot;);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/6</guid>
      <comments>https://nyup.tistory.com/entry/1003-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B003#entry6comment</comments>
      <pubDate>Wed, 24 May 2017 11:51:21 +0900</pubDate>
    </item>
    <item>
      <title>1002: [문법-출력] 출력하기02</title>
      <link>https://nyup.tistory.com/entry/1002-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B002</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/264C724759253AAD2A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F264C724759253AAD2A&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1002.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1002: [문법-출력] 출력하기02&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
이번에는 공백을 포함한 문장을 출력한다. &lt;br /&gt;
다음 문장을 출력해보자. &lt;br /&gt;
Hello World &lt;br /&gt;
(대소문자에 주의한다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
Hello World &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
Hello World &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;Hello World&quot;);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/5</guid>
      <comments>https://nyup.tistory.com/entry/1002-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B002#entry5comment</comments>
      <pubDate>Wed, 24 May 2017 11:48:25 +0900</pubDate>
    </item>
    <item>
      <title>1001: [문법-출력] 출력하기01</title>
      <link>https://nyup.tistory.com/entry/1001-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B001</link>
      <description>&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/233BA74E59253A991E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F233BA74E59253A991E&quot; width=&quot;900&quot; height=&quot;900&quot; filename=&quot;1001.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;1001: [문법-출력] 출력하기01&lt;/h2&gt;
시간 제한: 1 Sec 메모리 제한: 128 MB &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;설명&lt;/h3&gt;
C/C++언어에서 가장 기본적인 명령이 출력문이다. &lt;br /&gt;
printf( ) 를 이용해 다음 단어를 출력하시오. &lt;br /&gt;
Hello &lt;br /&gt;
(단, 글자색은 관계없다.) &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력&lt;/h3&gt;
Hello &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;출력 예시&lt;/h3&gt;
Hello &lt;br /&gt;
 &lt;br /&gt;
&lt;h3&gt;답안&lt;/h3&gt;
&lt;pre class=&quot;brush:c&quot;&gt;#include &amp;lt;stdio.h&amp;gt;

int main (void) {
    printf(&quot;Hello&quot;);
    return 0;
}
&lt;/pre&gt;</description>
      <category>프로그래밍/TOP CODER</category>
      <category>DGSW</category>
      <category>Top Coder</category>
      <category>대구소프트웨어고등학교</category>
      <category>코드업</category>
      <author>Hyeonuk Jeong</author>
      <guid isPermaLink="true">https://nyup.tistory.com/4</guid>
      <comments>https://nyup.tistory.com/entry/1001-%EB%AC%B8%EB%B2%95-%EC%B6%9C%EB%A0%A5-%EC%B6%9C%EB%A0%A5%ED%95%98%EA%B8%B001#entry4comment</comments>
      <pubDate>Wed, 24 May 2017 11:46:26 +0900</pubDate>
    </item>
  </channel>
</rss>