여울의 블로그

  • 홈
  • 태그
  • 방명록

4659번 1

[백준] 4659번 비밀번호 발음하기

#include "bits/stdc++.h"using namespace std;bool IsVowel(char c){ return (c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u');}bool IsThreeRow(string input){ bool flag = false; int last = -1; int cnt = 1; for (char c : input) { if (last == IsVowel(c)) { cnt++; } else cnt = 1; if (cnt >= 3) { flag = true; break; } last = IsVowel(c); } return flag;}bool IsContainVowel(string..

코딩테스트 2025.04.25
이전
1
다음
더보기
프로필사진

여울의 블로그

yeoul0714 님의 블로그 입니다.

  • 분류 전체보기
    • 후기
    • DirectX11
    • C++
    • Unity
    • CS
    • Effective C++
      • Chapter 1: C++에 왔으면 C++의 법을..
      • Chapter 2: 생성자, 소멸자 및 대입 연산..
      • Chapter 3: 자원관리
      • Chapter 4: 설계 및 선언
    • 코딩테스트
    • 알고리즘

Tag

게임개발, 소멸자, 유니티, Effective c++, 메토링2기, cube map, shadow map, point light, C++, Graphics, FBX, DX11, constant buffer, DirectX11, const, 그래픽스, cpu skinning, unity, 복사 생성자, D3D11,

최근글과 인기글

  • 최근글
  • 인기글

Archives

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바