본문 바로가기

JavaScript554

[Codewars] Surface Area and Volume of a Box (8 kyu) / JavaScript https://www.codewars.com/kata/565f5825379664a26b00007c 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: Write a function that returns the total surface area and volume of a bo.. 2023. 3. 29.
[백준] 24736: Football Scoring / Node.js (JavaScript) https://www.acmicpc.net/problem/24736 24736번: Football Scoring There are two lines of input each containing five space-separated non-negative integers, T, F, S, P and C representing the number of Touchdowns, Field goals, Safeties, Points-after-touchdown and two-point Conversions after touchdown respectively. (0 ≤ T www.acmicpc.net 문제 There are five ways to score points in american professional f.. 2023. 3. 28.
[Codewars] Sort Numbers (7 kyu) / JavaScript https://www.codewars.com/kata/5174a4c0f2769dd8b1000003 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: Finish the solution so that it sorts the passed in array of numbers. If.. 2023. 3. 28.
[백준] 24568: Cupcake Party / Node.js (JavaScript) https://www.acmicpc.net/problem/24568 24568번: Cupcake Party A regular box of cupcakes holds 8 cupcakes, while a small box holds 3 cupcakes. There are 28 students in a class and a total of at least 28 cupcakes. Your job is to determine how many cupcakes will be left over if each student gets one cupcake. www.acmicpc.net 문제 A regular box of cupcakes holds 8 cupcakes, while a small box holds 3 cupc.. 2023. 3. 27.