본문 바로가기

JavaScript554

[백준] 3733: Shares / Node.js (JavaScript) https://www.acmicpc.net/problem/3733 3733번: Shares A group of N persons and the ACM Chief Judge share equally a number of S shares (not necessary all of them). Let x be the number of shares aquired by each person (x must be an integer). The problem is to compute the maximum value of x. Write a program that www.acmicpc.net 문제 A group of N persons and the ACM Chief Judge share equally a number of .. 2022. 11. 14.
[Codewars] Sum without highest and lowest number (8 kyu) / JavaScript https://www.codewars.com/kata/576b93db1129fcf2200001e6 Codewars - Achieve mastery through coding practice and developer mentorship A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages! www.codewars.com DESCRIPTION: Task Sum all the numbers of a given array ( cq. list ), except the high.. 2022. 11. 14.
[백준] 10170: NFC West vs North / Node.js (JavaScript) https://www.acmicpc.net/problem/10170 10170번: NFC West vs North 동혁이를 위해 NFC 서부와 북부 디비전 순위를 출력하는 프로그램을 작성하시오. www.acmicpc.net 문제 동혁이를 위해 NFC 서부와 북부 디비전 순위를 출력하는 프로그램을 작성하시오. 입력 없음 출력 예제와 같이 NFC 서부와 북부 디비전 순위를 출력한다. 예제 출력 1 NFC West W L T ----------------------- Seattle 13 3 0 San Francisco 12 4 0 Arizona 10 6 0 St. Louis 7 9 0 NFC North W L T ----------------------- Green Bay 8 7 1 Chicago 8 8 0 .. 2022. 11. 13.
[Codewars] Removing Elements (8 kyu) / JavaScript https://www.codewars.com/kata/5769b3802ae6f8e4890009d2 Codewars - Achieve mastery through coding practice and developer mentorship A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages! www.codewars.com DESCRIPTION: Take an array and remove every second element from the array. Always ke.. 2022. 11. 12.