±¤°í, ¿å¼³, µµ¹è±ÛÀº ±ÝÁöÀ̸ç, ÷ºÎÆÄÀÏ #1 : ±×¸²¸¸, ÷ºÎÆÄÀÏ #2 : ÀÏ¹Ý ÆÄÀϵµ ¿Ã¶ó°©´Ï´Ù. ¿ë·® Á¦ÇÑÀº 10MBÀÔ´Ï´Ù.


  the Manster(2005-09-21 20:34:56, Hit : 878, Vote : 127
 http://manster.nasol.net
 Çõ¿ CÁ¶ 1ȸ ½Ç½À °á°ú¹°

1¹ø ¹®Á¦ (1ºÎÅÍ 100±îÁö ´õÇÏ´Â ¹®Á¦)

#include<stdio.h>

void main()
{
  int a, tot;
  tot=0;

  for(a=0;a<101;a++)
  {
    tot=tot+a;
  }
  printf("%d %d\n",a,tot);
}



2¹ø ¹®Á¦ (1-1000±îÁöÁß¿¡¼­ nÀÇ ¹è¼öÀÇ ÇÕÀ» ±¸ÇÏ´Â ¹®Á¦ :
              º¯¼ö¸¦ longÀ¸·Î ÁöÁ¤ÇÏÁö ¾ÊÀ¸¸é overflow(¹üÀ§ ÃÊ°ú)¹ß»ý)

#include <stdio.h>
void main()
{
        long a,tot,n;
        tot=0;
        scanf("%ld",&n);
        for(a=1;a<1001;a++)
        {
                if(a%n==0) tot=tot+a;
        }
        printf("%ld\n",tot);
}



3¹ø ¹®Á¦ (À±³â ã±â : ÇöÀç ¼Ò½º ²¿ÀÓ ´Ù½Ã È®Á¤Áö¾î À̾߱âÇÏ°ÚÀ½;;;)

À±³âÀÇ Á¶°Ç

1. ¼­·Â ±â¿ø ¿¬¼ö°¡ 4·Î ³ª´©¾î ¶³¾îÁö´Â ÇØ´Â ¿ì¼± À±³âÀ¸·Î ÇÑ´Ù.
2. 100À¸·Î ³ª´©¾î ¶³¾îÁö´Â ÇØ´Â Æò³âÀ¸·Î ÇÑ´Ù.
3. 400À¸·Î ³ª´©¾î ¶³¾îÁö´Â ÇØ´Â ´Ù½Ã À±³âÀ¸·Î Á¤ÇÏ¿´´Ù.

#include <stdio.h>
void main()
{
        int a;
        scanf("%d",a);
        printf("%d\n",a);
        if((a%4==0&&a%100!=0)||a%400==0) printf("%d : Yoon Nyun",a);
        else printf("%d : Pyoung Nyun",a);
}





166   ÃÊ·Ï´Ôµµ ´ÙÀ½ÁÖ¸é...³ë´Â»ýÈ° ³¡À̱º¿ä. [1]  Chief 2003/03/28 1056 161
165   ^^ ÇÏÀÌ [1]  elf 2003/03/04 985 217
164   Á¾¸¸¾Æ~~ [1]  Raiders'ace 2002/12/22 892 165
°øÁö   ÃÊ·ÏÀÇ¹Ì the MansterÀÇ ÀÚÀ¯°Ô½ÃÆÇÀÔ´Ï´Ù ^^  the Manster  2002/09/19 981 146
162   °øÇÐ ÀüÀÚ °è»ê ¼÷Á¦ #2 (¼öÁ¤) [2]  the Manster 2005/11/21 1068 128
161   Èå¾Ñ~~·¹ÆýÀÌ ½È¾î~~ [1]  the Manster 2002/09/25 934 133
160   ³ÄÀ½.....¿À´ÃÀº ¿¬°íÀüÀÌ ÀÖ´Â ³¯ [6]  the Manster 2002/09/27 858 117
  Çõ¿ CÁ¶ 1ȸ ½Ç½À °á°ú¹°  the Manster 2005/09/21 878 127
158   Åä¿äÀÏÀ̱º;;; [12]  the Manster 2002/10/05 854 161
157   Ã¼¿§! [4]  the Manster 2002/10/11 822 132
156   ÀÌ°Ç Æß ¾Æ´Ô;;;; [1]  the Manster 2002/10/01 834 157
155   ±²ÀåÇϱ¸³ª ³ªÀÇ ½ºÄ«ÀÌÆù;;;  the Manster 2003/03/30 1002 182
154   ¿äÁò ÀÌ»óÇÏ°Ô Ä£±¸µé ¾ó±¼º¸±â°¡ Èûµé´Ù;;; [5]  the Manster 2002/10/06 968 187
153   ¾ÆÈì.....°¨ÀÚĨ Áßµ¶Àΰ¡.....  the Manster 2002/10/10 992 169

1 [2][3][4][5][6][7][8][9][10][11][12]
 

Copyright 1999-2024 Zeroboard / skin by zero