JavaScript554 [백준] 2743: 단어 길이 재기 / Node.js (JavaScript) https://www.acmicpc.net/problem/2743 2743번: 단어 길이 재기 알파벳으로만 이루어진 단어를 입력받아, 그 길이를 출력하는 프로그램을 작성하시오. www.acmicpc.net 문제 알파벳으로만 이루어진 단어를 입력받아, 그 길이를 출력하는 프로그램을 작성하시오. 입력 첫째 줄에 영어 소문자와 대문자로만 이루어진 단어가 주어진다. 단어의 길이는 최대 100이다. 출력 첫째 줄에 입력으로 주어진 단어의 길이를 출력한다. 예제 입력 1 pulljima 예제 출력 1 8 풀이 const input = require('fs').readFileSync('/dev/stdin').toString().trim(); console.log(input.length); 공백을 포함하는 단어가 입력.. 2022. 10. 12. [Codewars] Find the odd int (6 kyu) / JavaScript https://www.codewars.com/kata/54da5a58ea159efa38000836/javascript Codewars - Achieve mastery through coding practice and developer mentorship Coding practice 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: Given an array of integers, find the one that appears an odd number of.. 2022. 10. 12. [백준] 10757: 큰 수 A+B / Node.js (JavaScript) https://www.acmicpc.net/problem/10757 10757번: 큰 수 A+B 두 정수 A와 B를 입력받은 다음, A+B를 출력하는 프로그램을 작성하시오. www.acmicpc.net 문제 두 정수 A와 B를 입력받은 다음, A+B를 출력하는 프로그램을 작성하시오. 입력 첫째 줄에 A와 B가 주어진다. (0 Big.. 2022. 10. 11. [Codewars] Holiday VI - Shark Pontoon (8 kyu) / JavaScript https://www.codewars.com/kata/57e921d8b36340f1fd000059 Codewars - Achieve mastery through coding practice and developer mentorship Coding practice 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: Your friend invites you out to a cool floating pontoon around 1km off the beach. .. 2022. 10. 11. 이전 1 ··· 124 125 126 127 128 129 130 ··· 139 다음