{"id":41234,"date":"2026-05-23T09:00:32","date_gmt":"2026-05-23T00:00:32","guid":{"rendered":"https:\/\/blog.agentsoft.co.kr\/index.php\/2026\/05\/23\/41234\/"},"modified":"2026-05-23T09:00:32","modified_gmt":"2026-05-23T00:00:32","slug":"c-report-%eb%ac%b8%ec%9e%90-%ec%88%ab%ec%9e%90-%ea%b4%80%eb%a0%a8-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8","status":"publish","type":"post","link":"https:\/\/blog.agentsoft.co.kr\/index.php\/2026\/05\/23\/41234\/","title":{"rendered":"C++ report \ubb38\uc790, \uc22b\uc790 \uad00\ub828 \ud504\ub85c\uadf8\ub7a8"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/image4.happycampus.com\/Production\/thumbnail\/2024\/06\/13\/data29998927-0001.jpg\"><img decoding=\"async\" src=\"https:\/\/image4.happycampus.com\/Production\/thumbnail\/2024\/06\/13\/data29998927-0002.jpg\"><\/p>\n<p><strong>\ubaa9\ucc28<\/strong><\/p>\n<p>\uc5c6\uc74c<\/p>\n<p><strong>\ubcf8\ubb38\ub0b4\uc6a9<\/strong><\/p>\n<p>[\uac1c\ubcc4\uc2e4\uc2b51]<br \/>\n\u261e \uc784\uc758\uc758 \ub2e8\uc77c \ubb38\uc790(\ub300\ubb38\uc790 ,\uc18c\ubb38\uc790)\ub97c \uc785\ub825\ubc1b\uc544 \uac01 \ud574\ub2f9 \ubb38\uc790 (a \ub610\ub294 A) \ubd80\ud130 (e  \ub610\ub294 E)\ub97c \ubd84\ub958\ud558\uc5ec \uac00\uc7a5 \ub9ce\uc774 \uc785\ub825\ub41c \ubb38\uc790\uc640 \ud574\ub2f9 \uac1c\uc218\ub97c \uad6c\ud55c\ub2e4.(\ub2e8, \ud574\ub2f9\ubb38\uc790\uac00 10\uac1c \uc785\ub825\ub418\uba74 \uc785\ub825\uc885\ub8cc)<br \/>\n(\uacb0\uacfc \uc608)<br \/>\n a  \ub610\ub294 A : 1<br \/>\n b  \ub610\ub294 B : 2<br \/>\n c  \ub610\ub294 C : 4<br \/>\n d  \ub610\ub294 D : 2<br \/>\n e  \ub610\ub294 E : 1<\/p>\n<p>\ucc38\uc870: \uc2e4\uc2b5\uc790\ub8cc(3\/19) \uc2e4\uc2b52,\uc2e4\uc2b53<br \/>\n\ubcc0\ud658\ud568\uc218 : <cctype> \/\/ <ctype.h> \uc9c0\uc6d0<br \/>\n     (\uc18c\ubb38\uc790 -> \ub300\ubb38\uc790 \ubcc0\ud658 : char(toupper(\uc18c\ubb38\uc790) )<br \/>\n \ud574\ub2f9\ubb38\uc790 : c  , \ud574\ub2f9 \uac1c\uc218=4<\/p>\n<p>#include <iostream><br \/>\n#include <cctype>  \/\/\ubcc0\ud658\ud568\uc218<br \/>\nusing namespace std;<\/p>\n<p>int main()<br \/>\n{<br \/>\n\tchar munja;<br \/>\n\tint count=0;<br \/>\n\tint c[5]={0,};<br \/>\n\tchar n[5]={&#8216;a&#8217;,&#8217;b&#8217;,&#8217;c&#8217;,&#8217;d&#8217;,&#8217;e&#8217;};<br \/>\n\tint max=0;<br \/>\n        char m;<\/p>\n<p>\tcout << \"a~e \ub610\ub294 A~E \uae4c\uc9c0 \ubb38\uc790 10\uac1c\ub97c \uc785\ub825\ud558\uc138\uc694\" << endl;\n\t\n\twhile(count<10)\n\t{\n\t\tcin >> munja;<br \/>\n\t\tif((&#8216;a&#8217;<=munja &#038;&#038; munja<='e')||('A'<=munja &#038;&#038; munja<='E'))\n\t\t\tcount++;\n\n<br \/>\ucd9c\ucc98 : <a href=\"https:\/\/www.happycampus.com\/report-doc\/29998927\/\" target=\"_blank\">\ud574\ud53c\ucea0\ud37c\uc2a4<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ubaa9\ucc28 \uc5c6\uc74c \ubcf8\ubb38\ub0b4\uc6a9 [\uac1c\ubcc4\uc2e4\uc2b51] \u261e \uc784\uc758\uc758 \ub2e8\uc77c \ubb38\uc790(\ub300\ubb38\uc790 ,\uc18c\ubb38\uc790)\ub97c \uc785\ub825\ubc1b\uc544 \uac01 \ud574\ub2f9 \ubb38\uc790 (a \ub610\ub294 A) \ubd80\ud130 (e \ub610\ub294 E)\ub97c \ubd84\ub958\ud558\uc5ec \uac00\uc7a5 \ub9ce\uc774 \uc785\ub825\ub41c \ubb38\uc790\uc640 \ud574\ub2f9 \uac1c\uc218\ub97c \uad6c\ud55c\ub2e4.(\ub2e8, \ud574\ub2f9\ubb38\uc790\uac00 10\uac1c \uc785\ub825\ub418\uba74 \uc785\ub825\uc885\ub8cc) (\uacb0\uacfc \uc608) a \ub610\ub294 A : 1 b \ub610\ub294 B : 2 c \ub610\ub294 C : 4 d \ub610\ub294 D : 2 e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[41514,28192,51738,743,27028,20554],"class_list":["post-41234","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-30-","tag-4--","tag-c","tag-m3--","tag-pos","tag-20554"],"_links":{"self":[{"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/posts\/41234","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/comments?post=41234"}],"version-history":[{"count":0,"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/posts\/41234\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/media?parent=41234"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/categories?post=41234"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.agentsoft.co.kr\/index.php\/wp-json\/wp\/v2\/tags?post=41234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}