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
- mongodb
- 항해99
- Algorithm
- styled components
- 프로그래밍기초
- K디지털크레딧
- next.js 빌드 오류
- 프로그래밍첫걸음시작하기
- HTML
- 알고리즘
- react-native
- ionic react
- 스파르타코딩클럽 후기
- react
- 패스트캠퍼스
- Firebase
- ionic-react
- javascript
- 프로그래머스
- 스파르타코딩클럽
- typescript
- ionic
- spartacodingclub
- 내일배움카드
- React Native
- styled-components
- CSS
- PYTHON
- 부트캠프
- 바이트디그리
Archives
- Today
- Total
목록Algorithm/HackerRank (1)
bravo my life!
[HackerRank] Plus Minus
|입출력 예 ||입력 STDIN Function ----- -------- 6 arr[] size n = 6 -4 3 -9 0 4 1 arr = [-4, 3, -9, 0, 4, 1] ||출력 0.500000 0.333333 0.166667 |문제풀이 'use strict'; process.stdin.resume(); process.stdin.setEncoding('utf-8'); let inputString = ''; let currentLine = 0; process.stdin.on('data', function (inputStdin) { inputString += inputStdin; }); process.stdin.on('end', function () { inputString = inputStri..
Algorithm/HackerRank
2022. 7. 6. 10:23