|
http://www.hackerschool.org/HS_Boards/zboard.php?AllArticle=true&no=6462 [º¹»ç]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
class DNA
{
static void Main(string[] args)
{
String[] Call = new String[5];
Call[0] = "¾ö¸¶";
Call[1] = "¾Æºü";
Call[2] = "¾ð´Ï";
Call[3] = "¾Æ·ÕÀÌ";
Call[4] = "ÇÒ¸Ó´Ï";
String[] App = new String[5];
App[0] = "īī¿ÀÅå";
App[1] = "±â»óû";
App[2] = "Áö¸¶ÄÏ";
App[3] = "ÀνºÅ¸±×·¥";
App[4] = "¸ð¹ÙÀÏ T World";
}
}
DNA¶ó´Â Ŭ·¡½º ¾È¿¡ ÅëÈÁ¤º¸¿Í appÁ¤º¸°¡ ÀúÀåµÇ°Ô ÇÒ °Çµ¥
ÀÌ·¸°Ô ÇÏ´Â °Í ¸Â³ª¿ä?? |
Hit : 4858 Date : 2014/05/20 07:32
|