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
- 카카오 코테
- 리액트쿼리 suspense
- 백준 2108 nodejs
- 구름톤
- 구름톤 챌린지
- 백준 1339번 자바스크립트
- 옵셔널체이닝
- 프로그래머스 거리두기 확인하기
- suspense 병목현상
- js 스코프
- 스코프
- 구름톤 챌린지 회고
- 자바스크립트 문자열 압축
- 백준 2108 자바스크립트
- js 거리두기 확인하기
- next13 emotion
- js 문자열 압축
- js
- 자바스크립트 스코프
- 백준 1339번 js
- emtion app router
- suspense 동작원리
- suspense 비동기
- 백준 1339번 nodejs
- suspense react-query
- app router emotion
- 프로그래머스 문자열 압축
- emotion RSC
- TypeError: createContext only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more:
- 사용성 개선
Archives
- Today
- Total
목록로봇청소기 nodejs (1)
Lennon FE

https://www.acmicpc.net/problem/14503 14503번: 로봇 청소기 로봇 청소기가 주어졌을 때, 청소하는 영역의 개수를 구하는 프로그램을 작성하시오. 로봇 청소기가 있는 장소는 N×M 크기의 직사각형으로 나타낼 수 있으며, 1×1크기의 정사각형 칸으로 나누어 www.acmicpc.net const { SocketAddress } = require('net'); const readline = require('readline'); const rl = readline.createInterface({ input: process.stdin, output: process.stdout, }); let input = []; rl.on('line', function (line) { input...
🔥 Algorithm/Baekjoon
2022. 4. 30. 14:42