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