장윤's 개발세상

  • 홈
  • 태그
  • 방명록

Baekjoon/Java 5

BOJ25314]코딩은 체육과목 입니다.

import java.util.Scanner;public class BOJ25314 { public static void main(String[] args) { try(Scanner sc = new Scanner(System.in)) { int N=sc.nextInt(); //입력변수 if(N%4==0){ for(int i=1; i

Baekjoon/Java 2025.03.21

BOJ]2739번 구구단

import java.util.Scanner;public class BOJ2739 { public static void main(String[] args) { try(Scanner sc=new Scanner(System.in)) { int N = sc.nextInt(); //입력변수 int i; //반복변수,초기값 설정 for(i=1; i

Baekjoon/Java 2025.03.21

BOJ2884]알람 시계

import java.util.Scanner;public class BOJ2884 { public static void main(String[] args) { try(Scanner sc = new Scanner(System.in)) { int H=sc.nextInt(); int M=sc.nextInt(); if(H=0&&M=0) { M-=45; if(M

Baekjoon/Java 2025.03.20

BOJ9498]시험 성적

import java.util.Scanner;public class BOJ9498 { public static void main(String[] args) { try(Scanner sc = new Scanner(System.in)) { int Score=sc.nextInt(); if(Score>89) System.out.println("A"); else if(Score>79) System.out.println("B"); else if(Score>69) System.out.println("C"); else if(Score>59) System.out.println("D")..

Baekjoon/Java 2025.03.20

BOJ1330]두 수 비교하기

import java.util.Scanner;public class BOJ1330 { public static void main(String[] args) { try(Scanner sc = new Scanner(System.in)){ int A = sc.nextInt(); int B = sc.nextInt(); if(A>B) System.out.println(">"); else if (A import java.util.Scannertry()Scanner sc = new Scanner(System.in)

Baekjoon/Java 2025.03.20
이전
1
다음
더보기
프로필사진

장윤's 개발세상

개발자를 위해 공부하고 있는 학생입니다.

  • 분류 전체보기 (34)
    • Baekjoon (11)
      • C (3)
      • C++ (1)
      • Python (1)
      • Java (5)
    • C (0)
    • Python (0)
    • C++ (0)
    • Java (1)
    • HTML (11)
      • 독학일기 (10)
    • Term (5)
    • Algorithm (5)
    • Life Knowledge (0)
    • 이산수학 (1)
    • 선형대수 (0)

Tag

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/09   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바