목록Plus Minus (1)
규도자 개발 블로그
[해커랭크(Hackerrank)/Problem Solving/파이썬3(python3)] Plus Minus
Given an array of integers, calculate the fractions of its elements that are positive, negative, and are zeros. Print the decimal value of each fraction on a new line.Note: This challenge introduces precision problems. The test cases are scaled to six decimal places, though answers with absolute error of up to are acceptable.For example, given the array there are elements, two positive, two nega..
알고리즘/풀이
2019. 3. 9. 15:24