어떤 부분이 틀렸는지 알고싶습니다.

b2anrak Reply 5 years 32 weeks ago
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner input = new Scanner(System.in); int integer = input.nextInt(); System.out.println(integer / 3600 + " " + integer / 60 + " " + integer % 60); } }
muramura12 Reply 5 years 32 weeks ago
integer 가 3660 이면 분이 61 으로 나오네요
onacloud Reply 5 years 31 weeks ago
축하해요