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
- corou
- 백준
- Flutter
- 크래프톤 정글
- 정보처리기사
- 시스템콜
- 큐
- JavaScript
- 핀토스
- 알고리즘
- 자바
- CSS
- 나만무
- HTML
- 자바스크립트
- 소켓
- 오블완
- pintos
- 코드트리
- 4기
- 크래프톤정글
- userprog
- 리액트
- Vue.js
- 스택
- TiL
- Java
- defee
- 사이드프로젝트
- 모션비트
Archives
- Today
- Total
목록상품의주인은 (1)
미새문지
크래프톤 정글 week07, day56 - 잔디심기, 동기화 코드 학습 중
오늘의 잔디심기 백준 24509 자바스크립트 실버5 상품의 주인은? const fs = require("fs"); const filePath = process.platform === "linux" ? "/dev/stdin" : "./input.txt"; let input = fs.readFileSync(filePath).toString().split("\n"); const itemMaster = (N) => { const studentScore = []; const item_master = []; for(let i = 1; i
크래프톤 정글/TIL
2024. 3. 3. 23:35