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
- styled components
- 스파르타코딩클럽 후기
- Firebase
- 스파르타코딩클럽
- react-native
- K디지털크레딧
- 패스트캠퍼스
- ionic
- 항해99
- Algorithm
- next.js 빌드 오류
- spartacodingclub
- 바이트디그리
- HTML
- mongodb
- styled-components
- 내일배움카드
- javascript
- 프로그래밍첫걸음시작하기
- 프로그래밍기초
- react
- ionic-react
- 부트캠프
- ionic react
- typescript
- CSS
- 알고리즘
- PYTHON
- 프로그래머스
- React Native
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