WithCS
Toggle navigation
Practice
Status
Discuss
Challenge
Login
Register
Discuss
4318
어떤 부분이 틀렸는지 알고싶습니다.
어떤 부분이 틀렸는지 알고싶습니다.
b2anrak
Reply 6 years 10 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); } }
Status
Problem
muramura12
Reply 6 years 10 weeks ago
integer 가 3660 이면 분이 61 으로 나오네요
onacloud
Reply 6 years 9 weeks ago
축하해요