hackerrank
-
[문제풀이] HackerRank - Plus Minus프로그래밍/문제풀이 2023. 4. 12. 17:20
오늘은 코딩테스트 문제에 대해서 포스팅 해보려 한다. 요즘 간간히 코딩테스트를 진행하는 기업들이 있다. 그러기 위해서나 본인의 코딩능력을 향상 시키기 위해서 코딩테스트 문제를 풀어보는 중이다. Plus Minus 일단 HackerRank문제는 모두 영어로 출제 된다..(나처럼) 해석하는데 모든 시간을 붙지 말고 포인트만 딱딱 찝어서 풀어보자 Given an array of integers, calculate the ratios of its elements that are positive, negative, and zero. Print the decimal value of each fraction on a new line with places after the decimal. Note: This chall..