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 | 31 |
Tags
- 알고리즘
- 티스토리챌린지
- 핀토스
- Vue.js
- 스택
- 소켓
- 오블완
- CSS
- 크래프톤정글
- 사이드프로젝트
- 자바스크립트
- Java
- 자바
- 모션비트
- defee
- 나만무
- JavaScript
- 크래프톤 정글
- userprog
- HTML
- 백준
- 4기
- 코드트리
- 큐
- corou
- pintos
- 리액트
- 시스템콜
- Flutter
- TiL
Archives
- Today
- Total
목록17204 (1)
미새문지
크래프톤 정글 week07, day57 - 잔디심기, 바이너리 세마포어로 alarm_sleep 진행 중
오늘의 잔디심기 백준 17204 자바스크립트 실버3 죽음의 게임 const fs = require("fs"); const filePath = process.platform === "linux" ? "/dev/stdin" : "./input.txt"; let input = fs.readFileSync(filePath).toString().split("\n"); const TheGameOfDeath = (N, K) => { const order = []; for(let i = 1; i
크래프톤 정글/TIL
2024. 3. 5. 00:44