메뉴 건너뛰기

[17]

zH02 2025.12.09 00:18 조회 수 : 11

#include <stdio.h>
int main(){
  int a, b;
  scanf("%d:%d", &a, &b);
  if(a<=23 && b<=59)
    printf("%d:%d", a, b);
  else
    printf("다시 입력해주세요");
}

번호 제목 아이디 날짜 조회 수
» [17] jychoe 2025.12.09 11
위로