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
- 타입스크립트
- 리팩토링
- 예외처리
- 백준30804번js
- 데이터베이스
- 컴퓨터공학
- 백준30804번
- 좋아요추가
- 프로그래머스
- 과일탕후루js
- 웹
- 파이프라인
- gui
- npm
- 자바스크립트
- 오픈소스
- 리액트
- js
- 깃허브
- Express
- 깃
- Node.js
- 변수
- post
- 자바
- 브랜치
- CS
- 객체
- API
- 백준18111번js
Archives
- Today
- Total
목록2025/07/14 (1)
Nevertheless

https://www.acmicpc.net/problem/18111const fs = require("fs");const filePath = process.platform === "linux" ? "/dev/stdin" : "input.txt";let input = fs.readFileSync(filePath).toString().trim().split("\n");let [n, m, b] = input[0].split(" ").map(Number);let ground = [];for (let i = 1; i 0) { // 제거 time += diff * 2; block += diff; } else if (diff = 0) { if (time answerHeig..
알고리즘/Baekjoon
2025. 7. 14. 16:52