Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 |
Tags
- BitMasking
- Class Delegation
- kotlin
- 코틀린
- 브루트포스
- 백준1107
- 1330
- 백준1476
- 사파리 월드
- 디버그심볼
- 10430
- baekjoon
- 백준
- debugSymbolLevel
- 백준3085
- 기본메신저
- Counting The number
- 10807
- 25083
- 10926
- 꼬마 정민
- 파이썬
- Android
- 18108
- 개수 세기
- dp
- safari world
- 새싹
- PreferenceManager
- 2525
Archives
- Today
- Total
목록개수 세기 (1)
세상을 더 좋게
[Baekjoon] 10807 Counting The Number (Kotlin) 개수 세기 (코틀린)
https://www.acmicpc.net/problem/10807 10807번: 개수 세기 첫째 줄에 정수의 개수 N(1 ≤ N ≤ 100)이 주어진다. 둘째 줄에는 정수가 공백으로 구분되어져있다. 셋째 줄에는 찾으려고 하는 정수 v가 주어진다. 입력으로 주어지는 정수와 v는 -100보다 크거 www.acmicpc.net You have to use count() function block. And you will get simple code, concise code. fun main() { val numberCount = readln().toInt() val numberArray = readln().split(" ") val findNumber = readln().toInt() val collectN..
카테고리 없음
2024. 3. 1. 20:18