JavaScript554 [Codewars] Find the capitals (7 kyu) / JavaScript https://www.codewars.com/kata/539ee3b6757843632d00026b 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: Instructions Write a function that takes a single string (word) as argu.. 2023. 3. 25. [백준] 24078: 余り (Remainder) / Node.js (JavaScript) https://www.acmicpc.net/problem/24078 24078번: 余り (Remainder) 正の整数 X が与えられる.X を 21 で割った余りを出力せよ. www.acmicpc.net 문제 正の整数 X が与えられる.X を 21 で割った余りを出力せよ. 입력 入力は以下の形式で標準入力から与えられる. X 출력 X を 21 で割った余りを出力せよ. 제한 1 ≦ X ≦ 100. X は整数である. 예제 입력 1 50 예제 출력 1 8 50 を 21 で割った余りは 8 であるので,8 を出力する. 예제 입력 2 42 예제 출력 2 0 X が 21 で割り切れる場合もある.このとき余りは 0 であるので,0 を出力する. 예제 입력 3 5 예제 출력 3 5 5 を 21 で割った余りは 5 であるので,5 を出力する. 코드 .. 2023. 3. 24. [Codewars] Sum The Strings (8 kyu) / JavaScript https://www.codewars.com/kata/5966e33c4e686b508700002d 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: Create a function that takes 2 integers in form of a string as an input.. 2023. 3. 24. [백준] 23234: The World Responds / Node.js (JavaScript) https://www.acmicpc.net/problem/23234 23234번: The World Responds In many introductory computer programming classes, the first program that students learn to write just prints “Hello, world!” It is used as a first assignment because it is a simple program that produces output. The program dates back to at least 1974, www.acmicpc.net 문제 In many introductory computer programming classes, the first .. 2023. 3. 23. 이전 1 ··· 44 45 46 47 48 49 50 ··· 139 다음