백준 10871 X보다 작은 수
Console Programming/C# Console 2019. 10. 1. 08:36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
using System;
namespace _10871
{
class Program
{
static void Main(string[] args)
{
string input = Console.ReadLine();
int x = int.Parse(arr[0]);
int n = int.Parse(arr[1]);
string sequence = Console.ReadLine();
{
if(n>int.Parse(arr2[i]))
{
}
}
}
}
}
http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter
|
'Console Programming > C# Console' 카테고리의 다른 글
8일차 좋아하는 과일의 번호를 입력하세요. Enum타입의 사용 (0) | 2019.10.01 |
---|---|
8일차 Enum Type 선언 및 형변환 (0) | 2019.10.01 |
백준 2439 별 찍기 -2 (0) | 2019.10.01 |
백준 2438 별 찍기 -1 (0) | 2019.10.01 |
백준 11022 A+B -8 (0) | 2019.10.01 |