ÃßõµÇ¾ú½À´Ï´Ù.
|
´ÜÃà URL: https://humoruniv.com/program8297 URL º¹»ç |
°¡À§¹ÙÀ§º¸ °ÔÀÓ ¸¸µé°íÀִµ¥ 30ÆÇÇÏ¸é ½Â¸® °ÅÀÇ ÇÑÆÇ¶ß°í ´Ù¸¥°ÍµéÀº ¹«½ÂºÎ¾Æ´Ï¸é ÆÐ¹è¾ß ¾î¶»°Ô °íÃľߵÅ?
ºñÁÖ¾ó ½ºÆ©µð¾î ¾²°íÀÖ°í ¹Ø¿¡ ÄÚµå ³ÖÀ»°Ô // À̰Ŵ ÁÖ¼®ÀÌ¾ß ¹«½ÃÇØµµµÅ
Random rand = new Random();
int aiChoice = rand.Next(0, 3); // 0~ 2»çÀÌÀÇ ·£´ý °ª
int choice = Convert.ToInt32(Console.ReadLine());
switch (choice)
{
case 0:
Console.WriteLine("´ç½ÅÀÇ ¼±ÅÃÀº °¡À§ÀÔ´Ï´Ù.");
break;
case 1:
Console.WriteLine("´ç½ÅÀÇ ¼±ÅÃÀº ¹ÙÀ§ÀÔ´Ï´Ù.");
break;
case 2:
Console.WriteLine("´ç½ÅÀÇ ¼±ÅÃÀº º¸ÀÔ´Ï´Ù.");
break;
}
switch (aiChoice)
{
case 0:
Console.WriteLine("ÄÄÇ»ÅÍÀÇ ¼±ÅÃÀº °¡À§ÀÔ´Ï´Ù.");
break;
case 1:
Console.WriteLine("ÄÄÇ»ÅÍÀÇ ¼±ÅÃÀº ¹ÙÀ§ÀÔ´Ï´Ù.");
break;
case 2:
Console.WriteLine("ÄÄÇ»ÅÍÀÇ ¼±ÅÃÀº º¸ÀÔ´Ï´Ù.");
break;
}
// ½Â¸® ¹«½ÂºÎ ÆÐ¹è
if (aiChoice == 0)
{
if (aiChoice == 0)
{
Console.WriteLine("¹«½ÂºÎ ÀÔ´Ï´Ù.");
}
else if (aiChoice == 1)
{
Console.WriteLine("ÆÐ¹è ÀÔ´Ï´Ù.");
}
else
{
Console.WriteLine("½Â¸® ÀÔ´Ï´Ù.");
}
}
else if (choice == 1)
{
if (aiChoice == 0)
{
Console.WriteLine("½Â¸® ÀÔ´Ï´Ù.");
}
else if (aiChoice == 1)
{
Console.WriteLine("¹«½ÂºÎ ÀÔ´Ï´Ù.");
}
else
{
Console.WriteLine("ÆÐ¹è ÀÔ´Ï´Ù.");
}
}
else
{
if (aiChoice == 0)
{
Console.WriteLine("ÆÐ¹è ÀÔ´Ï´Ù.");
}
else if (aiChoice == 1)
{
Console.WriteLine("½Â¸® ÀÔ´Ï´Ù.");
}
else
{
Console.WriteLine("¹«½ÂºÎ ÀÔ´Ï´Ù.");
}
}
}
}
}
|
¡ã ´ÙÀ½±Û | ³ë¶¥ ½ÅÀÔ °³¹ßÀÚ Çª³äÁ» Çϰڽ¿´Ù... | HwikHwik |
![]() ![]() ![]() ![]() |
2022-03-15 [09:04] |
¡å ÀÌÀü±Û | c#´ººñ µµ¿ò¿äû | ³ª°¡Åä·Î¾ç |
![]() ![]() ![]() ![]() |
2022-03-12 [19:36] |
![]() |
´ß¹è´Þ¾ÆÀú¾¾ |
¤¾¤¾ ±Í¿é´Ù ÀÌ·±°Ç
|
00 |
![]() ![]() ![]() ![]() |
2022-03-15 |
¡ã ´ÙÀ½±Û | ³ë¶¥ ½ÅÀÔ °³¹ßÀÚ Çª³äÁ» Çϰڽ¿´Ù... | HwikHwik |
![]() ![]() ![]() ![]() |
2022-03-15 [09:04] |
¡å ÀÌÀü±Û | c#´ººñ µµ¿ò¿äû | ³ª°¡Åä·Î¾ç |
![]() ![]() ![]() ![]() |
2022-03-12 [19:36] |