[algorithm] 백준 2557번 Hello World

2025. 10. 10. 19:27·algorithm/기초 코드
반응형

 

풀이 : cout을 이용해 Hello World!를 출력하면 된다

 

코드

#include <iostream>
using namespace std;

int main() {
    ios::sync_with_stdio(0);
    cin.tie(0);

    cout << "Hello World!";
    return 0;
}
반응형

'algorithm > 기초 코드' 카테고리의 다른 글

[algorithm] 백준 9498번 시험 성적  (0) 2025.10.12
[algorithm] 백준 10869번 사칙연산  (0) 2025.10.10
[algorithm] 백준 10171번 고양이  (0) 2025.10.10
[algorithm] 백준 1000번 A+B  (0) 2025.10.10
[algorithm] 백준 10871번 x보다 작은수  (0) 2025.10.10
'algorithm/기초 코드' 카테고리의 다른 글
  • [algorithm] 백준 10869번 사칙연산
  • [algorithm] 백준 10171번 고양이
  • [algorithm] 백준 1000번 A+B
  • [algorithm] 백준 10871번 x보다 작은수
20puddle
20puddle
20puddle 님의 블로그 입니다.
  • 20puddle
    20puddle 님의 블로그
    20puddle
  • 전체
    오늘
    어제
    • 분류 전체보기 (100)
      • Spring boot (5)
      • git & github (5)
      • algorithm (47)
        • theory (3)
        • 배열 (7)
        • 연결 리스트 (3)
        • 스택 (5)
        • 큐 (3)
        • 덱 (2)
        • 기초 코드 (19)
        • BFS (5)
      • AI (43)
        • Machine Learning (35)
        • Deep Learning (8)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    알고리즘
    AI
    게시판
    DL
    연결리스트
    Java
    그레디언트 클리핑
    오프라인 학습
    인공지능
    백준
    Spring Boot
    ML
    git
    딥러닝
    머신러닝
    Aimers
    github
    홀드아웃 검증
    list
    주성분변환
  • 최근 댓글

  • 최근 글

  • 반응형
  • hELLO· Designed By정상우.v4.10.3
20puddle
[algorithm] 백준 2557번 Hello World
상단으로

티스토리툴바