괴발자 데브봉
close
프로필 배경
프로필 로고

괴발자 데브봉

  • 분류 전체보기
    • if ( Programming )
      • c&cpp
      • WPF
      • Unity 3D
      • PostgreSQL
      • Windows
    • else if ( Algorithm )
      • baekjoon
    • else if ( Travel )
      • domestic
      • international
      • expo & conferences
      • foodie
    • else if ( Life )
      • Weekly report
      • review
      • Wedding
      • 풍삶 Q.T

    [백준: 2480번] 주사위 세개 (C++)

    2480번: 주사위 세개 1에서부터 6까지의 눈을 가진 3개의 주사위를 던져서 다음과 같은 규칙에 따라 상금을 받는 게임이 있다. 같은 눈이 3개가 나오면 10,000원+(같은 눈)×1,000원의 상금을 받게 된다. 같은 눈이 2개 www.acmicpc.net 풀이 #include using namespace std; int main() { //created by devBong on 2022/08/17 int numbers[3]; int nReward; for (int i = 0; i > numbers[i]; } if (numbers[0] == numbers[1] && numbers[1] == numbers[2]) { nReward = 10000 + (numbers[0] *..

    • format_list_bulleted else if ( Algorithm )/baekjoon
    • · 2022. 8. 29.
    • textsms

    [백준: 14681번] 사분면 고르기 (C++)

    14681번: 사분면 고르기 점 (x, y)의 사분면 번호(1, 2, 3, 4 중 하나)를 출력한다. www.acmicpc.net 풀이 #include using namespace std; int main() { //created by devBong on 2022/08/16 int A, B; cin >> A >> B; if (A > 0 && B > 0) { cout

    • format_list_bulleted else if ( Algorithm )/baekjoon
    • · 2022. 8. 29.
    • textsms

    [백준: 10172번] 개 (C++)

    10172번: 개문제 아래 예제와 같이 개를 출력하시오. 입력 출력 예제 입력 1 복사 예제 출력 1 복사 |\_/| |q p| /} ( 0 )"""\ |"^"` | ||_/=\\__|...www.acmicpc.net 풀이#include using namespace std;int main(){ //created by devBong on 2022/08/16 cout  해설10171번 고양이 문제와 마찬가지로 ' \ '  기호를 출력하는것과 더불어 ' " ' 기호도 출력을 해야한다.' " ' 기호를 출력하는 방법은 ' " '의 왼쪽에 ' \ ' 를 붙혀주면 된다. => ' \" '그러면 출력된다.

    • format_list_bulleted else if ( Algorithm )/baekjoon
    • · 2022. 8. 29.
    • textsms

    [백준: 10171번] 고양이 (C++)

    10171번: 고양이 아래 예제와 같이 고양이를 출력하시오. www.acmicpc.net 풀이 #include using namespace std; int main() { //created by devBong on 2022/08/16 cout

    • format_list_bulleted else if ( Algorithm )/baekjoon
    • · 2022. 8. 29.
    • textsms

    [백준: 2588번] 곱셈 (C++)

    2588번: 곱셈 첫째 줄부터 넷째 줄까지 차례대로 (3), (4), (5), (6)에 들어갈 값을 출력한다. www.acmicpc.net 풀이 #include #include using namespace std; int main() { //created by devBong on 2022/08/16 int A; string B; cin >> A; cin >> B; cout

    • format_list_bulleted else if ( Algorithm )/baekjoon
    • · 2022. 8. 29.
    • textsms

    [백준: 10430번] 나머지 (C++)

    10430번: 나머지 첫째 줄에 A, B, C가 순서대로 주어진다. (2 ≤ A, B, C ≤ 10000) www.acmicpc.net 풀이 #include using namespace std; int main() { //created by devBong on 2022/08/16 int A, B, C; cin >> A >> B >> C; cout

    • format_list_bulleted else if ( Algorithm )/baekjoon
    • · 2022. 8. 29.
    • textsms
    • navigate_before
    • 1
    • 2
    • navigate_next
    전체 카테고리
    • 분류 전체보기
      • if ( Programming )
        • c&cpp
        • WPF
        • Unity 3D
        • PostgreSQL
        • Windows
      • else if ( Algorithm )
        • baekjoon
      • else if ( Travel )
        • domestic
        • international
        • expo & conferences
        • foodie
      • else if ( Life )
        • Weekly report
        • review
        • Wedding
        • 풍삶 Q.T
    최근 글
    인기 글
    최근 댓글
    태그
    • #과학기술대학원
    • #묵상
    • #풍성한삶
    • #시립대
    • #말씀
    • #풍삶
    • #c#
    • #MVVM
    • #말씀묵상
    • #WPF
    전체 방문자
    오늘
    어제
    전체
    Copyright © 쭈미로운 생활 All rights reserved.
    Designed by JJuum

    티스토리툴바