728x90 알고리즘/프로그래머스 1단계42 [프로그래머스] 문자열 내 p와 y의 개수 프로그래머스 1단계 문자열 내 p와 y의 개수 https://programmers.co.kr/learn/challenges 문제 설명 풀이 class Solution { boolean solution(String s) { boolean answer = false; int pCount = 0; int yCount = 0; for (int i=0; i 2022. 4. 23. [프로그래머스] 두 정수 사이의 합 프로그래머스 1단계 두 정수 사이의 합 https://programmers.co.kr/learn/challenges 문제 설명 풀이 class Solution { public long solution(int a, int b) { long answer = 0; if (a > b) { for (int i=b; i a) { for (int i=a; i 2022. 4. 23. 이전 1 ··· 8 9 10 11 다음 728x90