27036번 - Automatic Fence Gate
본문에는 현재
The first is a 7-digit timestamp of the form HH:MMxx where HH denotes hours, MM denotes minutes, and xx is either am or pm.
이라고 나와있으나, 예제에
1:30pm 1
가 있어 본문과 예시가 맞지 않습니다.
따라서 다음과 같이 본문을 수정해야 합니다.
The first is a timestamp of the form H:MMxx or HH:MMxx, where H/HH denotes the hour, MM denotes the minutes, and xx is either am or pm.
댓글을 작성하려면 로그인해야 합니다.
yimjunhyuck 3일 전
본문에는 현재
The first is a 7-digit timestamp of the form HH:MMxx where HH denotes hours, MM denotes minutes, and xx is either am or pm.
이라고 나와있으나, 예제에
가 있어 본문과 예시가 맞지 않습니다.
따라서 다음과 같이 본문을 수정해야 합니다.
The first is a timestamp of the form H:MMxx or HH:MMxx, where H/HH denotes the hour, MM denotes the minutes, and xx is either am or pm.