(ÈĹæ) Ä¡¸Å¿¹¹æÄûÁî [39] |
2020-12-09 12:26:01
¨Û Ãßõ
¨á ´ÜÃàURL
|
|
|
| https://humoruniv.com/pdswait8286789 URL º¹»ç |
Á¤´äÀº ¾Æ·¡Äڵ带 ½ÇÇàÇÏ¸é ³ª¿È
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace su
{
class Program
{
static void Main£¨string[] args£©
{
string result = "Á¤´ä";
int suresult = 0;
int[] su = new int [17];
int plus = 1;
for£¨int i = 0; i < su.Length; i++£©
{
su[i] = plus++;
suresult += su[i];
}
Console.WriteLine£¨"{0}Àº {1}", result, suresult-9£©;
Console.Read£¨£©;
}
}
}