본문 바로가기

IT는 개발자

검색하기
IT는 개발자
프로필사진 뚜둔64

  • 분류 전체보기 (31)
    • web (2)
    • vue (0)
    • 백준알고리즘 (5)
    • node.js (3)
    • php (0)
    • java (0)
    • unity (14)
    • javascript (2)
    • gulp (1)
    • typescript (2)
    • 인프라 (1)
Guestbook
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
  • 린트
  • Unity
  • 결제연동
  • javascript
  • Awake()
  • ajax
  • 백준
  • DontDestroyOnLoad()
  • web
  • 알고리즘
  • FillMethod
  • 백준알고리즘
  • API
  • EOF
  • JSP
  • 싱글톤
  • image
  • 카카오페이
  • 아임포트
  • java
  • FillAmount
  • 바벨
  • FillOrigin
  • BOJ
  • learning javascript
  • iamport
  • Destroy()
  • 코딩테스트
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록EOF (1)

IT는 개발자

백준 알고리즘 [BOJ] 10951번: A+B - 4

EOF란? End Of File로 더이상 읽을 파일이 없음을 알려준다. https://mygumi.tistory.com/236 1 2 3 4 5 6 7 8 9 10 11 public class EOF { public static void main(String[] args) { Scanner sc = new Scanner(System.in); while(sc.hasNextInt()) { int a = sc.nextInt(); int b = sc.nextInt(); System.out.println(a+b); } } } http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Colo..

백준알고리즘 2019. 9. 17. 12:25
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바