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