<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>COM's Project</title>
    <link>https://comslog.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Thu, 27 Aug 2026 09:25:47 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>RyuiSaka</managingEditor>
    <item>
      <title>[ACM] Feedback From the Judge</title>
      <link>https://comslog.tistory.com/28</link>
      <description>Feedback from the Judge 
Be aware that the judges are often very picky as to what denotes a correct solution. It is very important to interpret the problem specifications properly and not make assumptions. 
The judge is likely to return one of the followi..</description>
      <category>ACM</category>
      <category>ACM ICPC</category>
      <category>ACM-ICPC</category>
      <category>Programming Challenges</category>
      <author>RyuiSaka</author>
      <guid isPermaLink="true">https://comslog.tistory.com/28</guid>
      <comments>https://comslog.tistory.com/28#entry28comment</comments>
      <pubDate>Thu, 23 Aug 2007 16:48:29 +0900</pubDate>
    </item>
    <item>
      <title>[ACM] 센서 - ACM 2005년 온라인예선 E번</title>
      <link>https://comslog.tistory.com/27</link>
      <description>문제 : http://acm.kaist.ac.kr/Problems/2005oe.pdf알고리즘은 재경선배가 준 아이디어를 그대로 썼습니다.STL을 이용해서 매우 편리하게 구현 했습니다.알고리즘은 이미 다들 알테니 C++에서 Vector와 Sorting 알고리즘, Iterator 사용법을 중점적으로 봐주세요. :)</description>
      <category>ACM ICPC/문제풀기</category>
      <category>ACM</category>
      <category>ACM ICPC</category>
      <category>ACM-ICPC</category>
      <category>C++</category>
      <category>COM's</category>
      <category>RyuiSaka</category>
      <category>Sensor</category>
      <category>STL</category>
      <category>센서</category>
      <category>컴스</category>
      <author>RyuiSaka</author>
      <guid isPermaLink="true">https://comslog.tistory.com/27</guid>
      <comments>https://comslog.tistory.com/27#entry27comment</comments>
      <pubDate>Sun, 5 Aug 2007 10:05:25 +0900</pubDate>
    </item>
    <item>
      <title>표준 입출력에 관한 문제</title>
      <link>https://comslog.tistory.com/25</link>
      <description>2004년 온라인예선 문제 페이지에서 표준입출력에 대해 대회 관리자가 써놓은 글입니다.지난번에 한번 봤던것 같긴 한데, 미처 제대로 못보고 넘어간 부분이 있더군요.붉은색의 볼드채로 표시해놓은 부분을 유념하면 될것같습니다.애초에 파일 입출력은 ACM에서 필요하지 않은거네요.굳이 필요하다면 테스트할때나 필요하겠네요.(근데 테스트 할 시간이나 있을런지;)2004년 온라인예선 E번문제(정렬) 다시 풀고있는 중입니다.풀게되면;; 올리겠습니다.----
문제의 입출..</description>
      <category>ACM ICPC/참고자료</category>
      <category>ACM</category>
      <category>ACM ICPC</category>
      <category>ACM-ICPC</category>
      <category>C++</category>
      <category>RyuiSaka</category>
      <category>놀이</category>
      <category>삽질</category>
      <author>RyuiSaka</author>
      <guid isPermaLink="true">https://comslog.tistory.com/25</guid>
      <comments>https://comslog.tistory.com/25#entry25comment</comments>
      <pubDate>Thu, 26 Jul 2007 05:58:24 +0900</pubDate>
    </item>
    <item>
      <title>C++ 컴파일러</title>
      <link>https://comslog.tistory.com/24</link>
      <description>제일 궁금한 C++ 컴파일러에 관한 정보를 낚아왔습니다.http://acm.kaist.ac.kr/forum/viewtopic.php?t=15대충 요약하자면, 6.0 컴파일러를 쓰게되면 .NET 컴파일러가 지원하는 기능을 사용하지 못하므로 .NET 컴파일러를 사용하고 여러 환경을 고려하기 위해 MingW gcc 컴파일러도 같이 사용한다는 거군요.맨 밑에 보시면 사용 가능한 IDE도 있으니 참고하여 지금부터 익히도록 합시다.</description>
      <category>ACM ICPC/참고자료</category>
      <category>ACM</category>
      <category>ACM-ICPC</category>
      <category>C++</category>
      <category>Compiler</category>
      <category>Programming Challenges</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://comslog.tistory.com/24</guid>
      <comments>https://comslog.tistory.com/24#entry24comment</comments>
      <pubDate>Wed, 25 Jul 2007 17:48:00 +0900</pubDate>
    </item>
    <item>
      <title>[ACM] 2005년 온라인 예산 A번 장보기</title>
      <link>https://comslog.tistory.com/23</link>
      <description>http://acm.kaist.ac.kr/Problems/2005oa.pdf이정도야 뭐 가뿐히!하지만 생각보다 코딩이 상당히 귀찮았다는거....별 거 없이 유클리드 호제법에 따라 최소공배수를 먼저 구하는게 포인트!최송공배수 = 두수의 곱 / 최대공약수입력받은 값들중 뒤에서 부터 두개씩 비교해서 더 이득인 경우를 찾아그 배열순서를 임시변수에 저장해 나간후 계속해서 비교사소한 예외처리들은 패스!소스보면 못알아볼지도내 특유의 눈에 들어오지도 않는 코드라서이해..</description>
      <category>ACM ICPC/문제풀기</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://comslog.tistory.com/23</guid>
      <comments>https://comslog.tistory.com/23#entry23comment</comments>
      <pubDate>Tue, 24 Jul 2007 23:13:48 +0900</pubDate>
    </item>
    <item>
      <title>[ACM] '3n+1 Problem' Solved 받아냈습니다;</title>
      <link>https://comslog.tistory.com/22</link>
      <description>몇번을 시도한 끝에 받아낸 'Solved'메시지인지;;경계값 문제가 아니라 int형의 범위 문제였던것 같네요.Visual C++ 계열 컴파일러의 경우 int형이 4바이트라서 1,000,000이라는 큰 숫자도문제없이 인식 가능하지만 Programming Challenges Judge 사이트에서 사용하는컴파일러는 int형을 2바이트로 인식하지 않나 싶습니다.그래서 int형으로 선언해놓고 summit 할 경우, 큰 수를 입력값으로 줬을 경우 에러가 나서'Wr..</description>
      <category>ACM ICPC/문제풀기</category>
      <category>ACM</category>
      <category>ACM ICPC</category>
      <category>ACM-ICPC</category>
      <category>C++</category>
      <category>Programming Challenges</category>
      <author>RyuiSaka</author>
      <guid isPermaLink="true">https://comslog.tistory.com/22</guid>
      <comments>https://comslog.tistory.com/22#entry22comment</comments>
      <pubDate>Sat, 21 Jul 2007 03:55:37 +0900</pubDate>
    </item>
    <item>
      <title>ACM 팀 공지입니다.</title>
      <link>https://comslog.tistory.com/20</link>
      <description>다음주 월요일 저녁에 다들 모여서 빡세게 굴러가기 위한 회의를

하고 싶습니다.

다들 시간되는지요?

성우는 피곤해서 안될려나?

안되는 사람 많으면 화욜로 미룰려고 합니다.


맘을 다잡고 빡세게 돌아가기 위한 준비라고 생각하고 모두들
답글 달아주세요</description>
      <category>ACM ICPC</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://comslog.tistory.com/20</guid>
      <comments>https://comslog.tistory.com/20#entry20comment</comments>
      <pubDate>Thu, 19 Jul 2007 17:28:26 +0900</pubDate>
    </item>
    <item>
      <title>[ACM] 2000 - A Car Racing</title>
      <link>https://comslog.tistory.com/19</link>
      <description>http://acm.kaist.ac.kr/Problems/2000a.pdfCar Racing이거야 원 정렬문제는 매년 한문제 이상씩 나오느거 같네본선 a번 문제인듯 하지만그리 어렵진 않음이때는 테스트케이스 입력이 파일 입출력두자리씩 한번에 이전 자리와 비교해서 +1 한 값이 없으면NO있으면 계속 오름차순 정렬그리고 YES</description>
      <category>ACM ICPC/문제풀기</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://comslog.tistory.com/19</guid>
      <comments>https://comslog.tistory.com/19#entry19comment</comments>
      <pubDate>Mon, 16 Jul 2007 17:05:22 +0900</pubDate>
    </item>
    <item>
      <title>[ACM] USACO - Greedy Gift Givers</title>
      <link>https://comslog.tistory.com/18</link>
      <description>문제 해석이 힘들어서 그렇지 풀이 자체는 쉬웠습니다.한번에 로봇 통과했네요;;----

Greedy Gift Givers
A group of NP (2 ≤ NP ≤ 10) uniquely named friends has decided to exchange gifts of money. Each of these friends might or might not give some money to any or all of the other friends. Lik..</description>
      <category>ACM ICPC/문제풀기</category>
      <category>ACM</category>
      <category>ACM ICPC</category>
      <category>ACM-ICPC</category>
      <category>USACO</category>
      <author>RyuiSaka</author>
      <guid isPermaLink="true">https://comslog.tistory.com/18</guid>
      <comments>https://comslog.tistory.com/18#entry18comment</comments>
      <pubDate>Mon, 9 Jul 2007 17:53:29 +0900</pubDate>
    </item>
    <item>
      <title>SoC &amp;amp; ACM 모임 공지!</title>
      <link>https://comslog.tistory.com/15</link>
      <description>내일(금) 오전 10시까지 ACM하시는 분들 모여주시고SoC는 김신호씨랑 최홍준씨 오후에 오는대로 시작하겠습니다.</description>
      <category>ACM ICPC/공지사항</category>
      <author>알 수 없는 사용자</author>
      <guid isPermaLink="true">https://comslog.tistory.com/15</guid>
      <comments>https://comslog.tistory.com/15#entry15comment</comments>
      <pubDate>Thu, 5 Jul 2007 16:15:37 +0900</pubDate>
    </item>
  </channel>
</rss>