본문 바로가기

시나브로

검색하기
시나브로
프로필사진 혬혬

  • 분류 전체보기 (172)
    • 알고리즘 (105)
      • 백준 (32)
      • 프로그래머스 (32)
      • SW Expert Academy (36)
      • 정올 (3)
    • 네트워크 (5)
    • DB (1)
    • 안드로이드 (2)
    • web (9)
      • electron (2)
      • Vue.js (4)
      • node.js (1)
      • project (1)
    • 임베디드 (6)
      • PySide [ PyQt ] (4)
      • MQTT (2)
      • 라즈베리파이 (0)
    • 프로그래밍 언어 (2)
      • C ++ (2)
      • JavaScript (0)
    • 취업 (6)
    • BOOK (1)
    • English (24)
      • 원서읽자 (13)
    • 타로 (2)
Guestbook
250x250
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • 코테 준비
  • 직무면접
  • englishbook
  • 알고리즘
  • PyQt
  • 백준
  • 코딩테스트
  • English
  • dfs
  • 쉬운 알고리즘 문제
  • swexpertacademy
  • sw expert academy
  • 코테 대비
  • MySQL
  • nightroutine
  • 완전탐색
  • 원서읽자
  • 원서읽기
  • the midnight library
  • readingbook
  • sw expert
  • 삼성
  • SQL
  • STUDYENGLISH
  • BFS
  • 코테
  • D4
  • 알고리즘 문제
  • 원서
  • 프로그래머스
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록1291 (1)

시나브로

1291. 구구단

#include #include #include #include #include using namespace std; int main() { for (;;) { //문제에서 제대로 출력될 때까지 계속 입력을 받아 처리해야된다. int a, b; cin >> a >> b; if (a > 9 || b > 9 || a < 2 || b < 2) { // 범위를 넘었을 때 cout

알고리즘/정올 2020. 12. 10. 14:48
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바