본문 바로가기

S_pot

검색하기
S_pot
프로필사진 S_pot

  • 분류 전체보기 (240)
    • 알고리즘과 자료구조 (9)
      • 알고리즘 (2)
      • 자료구조 (7)
    • C# (132)
      • C# Winform (5)
      • ADO.NET (0)
      • ASP.NET MVC (1)
    • SQL (44)
    • RDBMS (0)
    • C++ (6)
    • Shell script (26)
    • Python (12)
    • HMI (10)
    • 기타 (1)
    • C#스터디 (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록알고리즘과 자료구조/알고리즘 (2)

S_pot

백준_if문: 45분빠른 알람

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp6 { class Program { static void Main(string[] args) { string[] s = Console.ReadLine().Split(' '); int h = int.Parse(s[0]); int m = int.Parse(s[1]); if (h 24 || m 59) return; if (m < 45) { h--; m += 15; if(h < 0) { h = 23; } } else { m -= 45..

알고리즘과 자료구조/알고리즘 2021. 6. 27. 17:07
알고리즘_스터디1 : 14503번 로봇 청소기

14503번: 로봇 청소기 (acmicpc.net)

알고리즘과 자료구조/알고리즘 2021. 6. 23. 09:56
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바