일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 노드버전
- openaiapi
- 클래스
- aiapi
- iam사용자
- gitlab
- db
- 클라우드
- 호스팅영역
- class
- GPT3.5
- 버킷생성
- ChatGPT
- nvmrc
- nodejs
- Express
- gpt3.5turbo
- Github
- 자바
- 웹소켓연결끊김
- gptapi
- aws
- 웹소켓연결
- Database
- git
- 패키지설치에러
- javascript
- java
- chatGPTAPI
- 웹소켓재시작
Archives
- Today
- Total
목록백준 #알고리즘 #javascript #js #nodejs #1110 #10951 (1)
IT's Jenna
백준 while문 - 10952, 10951, 1110 (javascript)
1. 10952 const readline = require('readline') const rl = readline.createInterface({ input : process.stdin, output : process.stdout }) const solution = (input) => { // console.log(input) let i = 0; while(i parseInt(e)); if( N[0]===0 && N[1]===0){ break; } console.log(N[0] + N[1]) i++; } } const input = []; rl.on("line", function(line){ input.push(line); }).on("close", function(){ solution(input);..
백준 문제풀이
2021. 12. 2. 10:31