node_ids
sequencelengths
4
1.4k
edge_index
sequencelengths
1
2.22k
text
sequencelengths
4
1.4k
source
stringlengths
14
427k
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 2, 13, 17, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 53, 5 ], [ 53, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 8, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 26, 31 ], [ 34, 32 ], [ 32, 33 ], [ 41, 34 ], [ 34, 35 ], [ 36, 36 ], [ 36, 37 ], [ 36, 38 ], [ 36, 39 ], [ 34, 40 ], [ 41, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 32, 46 ], [ 34, 47 ], [ 47, 48 ], [ 47, 49 ], [ 6, 50 ], [ 50, 51 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "import java.io.*;\npublic class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num/60/60+\":\"+num/60%60+\":\"+num%60);\n\t}\n\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num/60/60+\":\"+num/60%60+\":\"+num%60);\n\t}\n\n}", "Main", "public static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num/60/60+\":\"+num/60%60+\":\"+num%60);\n\t}", "main", "{\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num/60/60+\":\"+num/60%60+\":\"+num%60);\n\t}", "InputStreamReader is = new InputStreamReader(System.in);", "is", "new InputStreamReader(System.in)", "BufferedReader br = new BufferedReader(is);", "br", "new BufferedReader(is)", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "int num = Integer.parseInt(str);", "num", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "System.out.println(num/60/60+\":\"+num/60%60+\":\"+num%60)", "System.out.println", "System.out", "System", "System.out", "num/60/60+\":\"+num/60%60+\":\"+num%60", "\":\"", "num/60%60", "num/60/60+\":\"+num/60%60+\":\"+num%60", "num/60/60", "num/60/60", "num", "60", "60", "\":\"", "num/60%60", "num/60", "num", "60", "60", "\":\"", "num%60", "num", "60", "String[] arg", "arg", "public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num/60/60+\":\"+num/60%60+\":\"+num%60);\n\t}\n\n}", "public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tint num = Integer.parseInt(str);\n\t\t\tSystem.out.println(num/60/60+\":\"+num/60%60+\":\"+num%60);\n\t}\n\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] arg) throws IOException { InputStreamReader is = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(is); String str = br.readLine(); int num = Integer.parseInt(str); System.out.println(num/60/60+":"+num/60%60+":"+num%60); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 18, 13, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 13, 17, 13, 13, 13, 12, 13, 30, 0, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 62, 8 ], [ 62, 9 ], [ 9, 10 ], [ 62, 11 ], [ 11, 12 ], [ 11, 13 ], [ 13, 14 ], [ 13, 15 ], [ 62, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 18, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 26, 28 ], [ 18, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 31, 35 ], [ 18, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 18, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 43, 47 ], [ 43, 48 ], [ 43, 49 ], [ 62, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 56, 57 ], [ 57, 58 ], [ 50, 59 ], [ 59, 60 ], [ 0, 61 ], [ 61, 62 ], [ 61, 63 ] ]
[ "import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\n\t\tint h = (int)a/3600;\n\t\t\n\t\tint m= (int) a%3600 / 60;\n\t\t\n\t\tint s = (a % 3600) % 60;\n\t\t\n\t\tcout.printf(\"%d:%d:%d\\n\", h, m, s);\n\t\t\n\t\t\n\t\t\n\n\t}\n\t\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\t\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\n\t\tint h = (int)a/3600;\n\t\t\n\t\tint m= (int) a%3600 / 60;\n\t\t\n\t\tint s = (a % 3600) % 60;\n\t\t\n\t\tcout.printf(\"%d:%d:%d\\n\", h, m, s);\n\t\t\n\t\t\n\t\t\n\n\t}\n\t\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\t\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "Main", "static Scanner cin;", "cin", "static PrintStream cout = System.out;//標準出力", "cout", "System.out", "System", "System.out", "public static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\n\t\tint h = (int)a/3600;\n\t\t\n\t\tint m= (int) a%3600 / 60;\n\t\t\n\t\tint s = (a % 3600) % 60;\n\t\t\n\t\tcout.printf(\"%d:%d:%d\\n\", h, m, s);\n\t\t\n\t\t\n\t\t\n\n\t}", "solver", "{\n\t\n\t\tint a = cin.nextInt();\n\n\t\tint h = (int)a/3600;\n\t\t\n\t\tint m= (int) a%3600 / 60;\n\t\t\n\t\tint s = (a % 3600) % 60;\n\t\t\n\t\tcout.printf(\"%d:%d:%d\\n\", h, m, s);\n\t\t\n\t\t\n\t\t\n\n\t}", "int a = cin.nextInt();", "a", "cin.nextInt()", "cin.nextInt", "cin", "int h = (int)a/3600;", "h", "(int)a/3600", "(int)a", "3600", "int m= (int) a%3600 / 60;", "m", "(int) a%3600 / 60", "(int) a%3600", "(int) a", "3600", "60", "int s = (a % 3600) % 60;", "s", "(a % 3600) % 60", "(a % 3600)", "a", "3600", "60", "cout.printf(\"%d:%d:%d\\n\", h, m, s)", "cout.printf", "cout", "\"%d:%d:%d\\n\"", "h", "m", "s", "public static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\t\n\t\tMain.solver();\n\t}", "main", "{\n\n\t\tcin = new Scanner(System.in);\n\t\t\n\t\tMain.solver();\n\t}", "cin = new Scanner(System.in)", "cin", "new Scanner(System.in)", "Main.solver()", "Main.solver", "Main", "String[] args", "args", "public class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\n\t\tint h = (int)a/3600;\n\t\t\n\t\tint m= (int) a%3600 / 60;\n\t\t\n\t\tint s = (a % 3600) % 60;\n\t\t\n\t\tcout.printf(\"%d:%d:%d\\n\", h, m, s);\n\t\t\n\t\t\n\t\t\n\n\t}\n\t\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\t\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "public class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\n\t\tint h = (int)a/3600;\n\t\t\n\t\tint m= (int) a%3600 / 60;\n\t\t\n\t\tint s = (a % 3600) % 60;\n\t\t\n\t\tcout.printf(\"%d:%d:%d\\n\", h, m, s);\n\t\t\n\t\t\n\t\t\n\n\t}\n\t\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\t\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void solver() { int a = cin.nextInt(); int h = (int)a/3600; int m= (int) a%3600 / 60; int s = (a % 3600) % 60; cout.printf("%d:%d:%d\n", h, m, s); } public static void main(String[] args) throws IOException { cin = new Scanner(System.in); Main.solver(); } static Scanner cin; static PrintStream cout = System.out;//標準出力 }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 63, 20 ], [ 63, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 23, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 23, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 23, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 38, 43 ], [ 46, 44 ], [ 44, 45 ], [ 51, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 44, 56 ], [ 46, 57 ], [ 57, 58 ], [ 57, 59 ], [ 21, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\nimport java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\npublic class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line = stdReader.readLine();\n \n int a = Integer.parseInt(line);\n \n System.out.println( (a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60) );\n\t}\n}", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "import java.io.*;", "io.*", "java", "public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line = stdReader.readLine();\n \n int a = Integer.parseInt(line);\n \n System.out.println( (a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60) );\n\t}\n}", "Main", "public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line = stdReader.readLine();\n \n int a = Integer.parseInt(line);\n \n System.out.println( (a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60) );\n\t}", "main", "{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line = stdReader.readLine();\n \n int a = Integer.parseInt(line);\n \n System.out.println( (a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60) );\n\t}", "BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));", "stdReader", "new BufferedReader(new InputStreamReader(System.in))", "String line = stdReader.readLine();", "line", "stdReader.readLine()", "stdReader.readLine", "stdReader", "int a = Integer.parseInt(line);", "a", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "System.out.println( (a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60) )", "System.out.println", "System.out", "System", "System.out", "(a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60)", "\":\"", "( (a / 60) % 60 )", "(a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60)", "(a / 3600)", "a", "3600", "\":\"", "( (a / 60) % 60 )", "(a / 60)", "a", "60", "60", "\":\"", "(a % 60)", "a", "60", "String[] args", "args", "public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line = stdReader.readLine();\n \n int a = Integer.parseInt(line);\n \n System.out.println( (a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60) );\n\t}\n}", "public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line = stdReader.readLine();\n \n int a = Integer.parseInt(line);\n \n System.out.println( (a / 3600) + \":\" + ( (a / 60) % 60 ) +\":\" + (a % 60) );\n\t}\n}", "Main" ]
import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ public class Main //class Ideone { public static void main (String[] args) throws java.lang.Exception { // your code goes here BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in)); String line = stdReader.readLine(); int a = Integer.parseInt(line); System.out.println( (a / 3600) + ":" + ( (a / 60) % 60 ) +":" + (a % 60) ); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 2, 17, 13, 17, 0, 13, 2, 2, 13, 2, 17, 13, 2, 17, 13, 4, 18, 18, 13, 13, 17, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 62, 5 ], [ 62, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 42, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 50, 56 ], [ 50, 57 ], [ 50, 58 ], [ 6, 59 ], [ 59, 60 ], [ 0, 61 ], [ 61, 62 ], [ 61, 63 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args){\n int x,h,m,s;\n Scanner sc = new Scanner(System.in);\n x=sc.nextInt();\n h=x/3600;\n m=(x-3600*h)/60;\n s=x-3600*h-60*m;\n System.out.printf(\"%d:%d:%d%n\",h,m,s);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args){\n int x,h,m,s;\n Scanner sc = new Scanner(System.in);\n x=sc.nextInt();\n h=x/3600;\n m=(x-3600*h)/60;\n s=x-3600*h-60*m;\n System.out.printf(\"%d:%d:%d%n\",h,m,s);\n }\n}", "Main", "public static void main(String[] args){\n int x,h,m,s;\n Scanner sc = new Scanner(System.in);\n x=sc.nextInt();\n h=x/3600;\n m=(x-3600*h)/60;\n s=x-3600*h-60*m;\n System.out.printf(\"%d:%d:%d%n\",h,m,s);\n }", "main", "{\n int x,h,m,s;\n Scanner sc = new Scanner(System.in);\n x=sc.nextInt();\n h=x/3600;\n m=(x-3600*h)/60;\n s=x-3600*h-60*m;\n System.out.printf(\"%d:%d:%d%n\",h,m,s);\n }", "int x", "x", "h", "h", "m", "m", "s;", "s", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "x=sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "h=x/3600", "h", "x/3600", "x", "3600", "m=(x-3600*h)/60", "m", "(x-3600*h)/60", "(x-3600*h)", "x", "3600*h", "3600", "h", "60", "s=x-3600*h-60*m", "s", "x-3600*h-60*m", "x-3600*h-60*m", "x", "3600*h", "3600", "h", "60*m", "60", "m", "System.out.printf(\"%d:%d:%d%n\",h,m,s)", "System.out.printf", "System.out", "System", "System.out", "\"%d:%d:%d%n\"", "h", "m", "s", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n int x,h,m,s;\n Scanner sc = new Scanner(System.in);\n x=sc.nextInt();\n h=x/3600;\n m=(x-3600*h)/60;\n s=x-3600*h-60*m;\n System.out.printf(\"%d:%d:%d%n\",h,m,s);\n }\n}", "public class Main {\n public static void main(String[] args){\n int x,h,m,s;\n Scanner sc = new Scanner(System.in);\n x=sc.nextInt();\n h=x/3600;\n m=(x-3600*h)/60;\n s=x-3600*h-60*m;\n System.out.printf(\"%d:%d:%d%n\",h,m,s);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ int x,h,m,s; Scanner sc = new Scanner(System.in); x=sc.nextInt(); h=x/3600; m=(x-3600*h)/60; s=x-3600*h-60*m; System.out.printf("%d:%d:%d%n",h,m,s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 66, 5 ], [ 66, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 20, 20 ], [ 20, 21 ], [ 20, 22 ], [ 20, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 36, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 42, 42 ], [ 42, 43 ], [ 42, 44 ], [ 42, 45 ], [ 8, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 54, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 54, 59 ], [ 8, 60 ], [ 60, 61 ], [ 61, 62 ], [ 6, 63 ], [ 63, 64 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \tint Time = sc.nextInt();\n \tint h = Time / 60 / 60;\n \tint m = Time / 60 - h * 60;\n \tint s = Time - m * 60 - h * 60 * 60;\n System.out.println(h + \":\" + m + \":\" + s);\n sc.close();\n }\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \tint Time = sc.nextInt();\n \tint h = Time / 60 / 60;\n \tint m = Time / 60 - h * 60;\n \tint s = Time - m * 60 - h * 60 * 60;\n System.out.println(h + \":\" + m + \":\" + s);\n sc.close();\n }\n\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \tint Time = sc.nextInt();\n \tint h = Time / 60 / 60;\n \tint m = Time / 60 - h * 60;\n \tint s = Time - m * 60 - h * 60 * 60;\n System.out.println(h + \":\" + m + \":\" + s);\n sc.close();\n }", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n \tint Time = sc.nextInt();\n \tint h = Time / 60 / 60;\n \tint m = Time / 60 - h * 60;\n \tint s = Time - m * 60 - h * 60 * 60;\n System.out.println(h + \":\" + m + \":\" + s);\n sc.close();\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int Time = sc.nextInt();", "Time", "sc.nextInt()", "sc.nextInt", "sc", "int h = Time / 60 / 60;", "h", "Time / 60 / 60", "Time / 60 / 60", "Time", "60", "60", "int m = Time / 60 - h * 60;", "m", "Time / 60 - h * 60", "Time / 60", "Time", "60", "h * 60", "h", "60", "int s = Time - m * 60 - h * 60 * 60;", "s", "Time - m * 60 - h * 60 * 60", "Time - m * 60 - h * 60 * 60", "Time", "m * 60", "m", "60", "h * 60 * 60", "h * 60 * 60", "h", "60", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main{\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \tint Time = sc.nextInt();\n \tint h = Time / 60 / 60;\n \tint m = Time / 60 - h * 60;\n \tint s = Time - m * 60 - h * 60 * 60;\n System.out.println(h + \":\" + m + \":\" + s);\n sc.close();\n }\n\n}", "public class Main{\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \tint Time = sc.nextInt();\n \tint h = Time / 60 / 60;\n \tint m = Time / 60 - h * 60;\n \tint s = Time - m * 60 - h * 60 * 60;\n System.out.println(h + \":\" + m + \":\" + s);\n sc.close();\n }\n\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int Time = sc.nextInt(); int h = Time / 60 / 60; int m = Time / 60 - h * 60; int s = Time - m * 60 - h * 60 * 60; System.out.println(h + ":" + m + ":" + s); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 0, 13, 4, 18, 13, 12, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 12, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 2, 13, 17, 17, 30, 4, 18, 18, 13, 13, 17, 12, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 2, 13, 17, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 4, 18, 13, 4, 18, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 142, 5 ], [ 142, 6 ], [ 6, 7 ], [ 142, 8 ], [ 8, 9 ], [ 142, 10 ], [ 10, 11 ], [ 142, 12 ], [ 12, 13 ], [ 142, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 142, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 33, 34 ], [ 33, 35 ], [ 28, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 28, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 142, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 57, 59 ], [ 52, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 66, 68 ], [ 63, 69 ], [ 52, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 142, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 85, 86 ], [ 85, 87 ], [ 80, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 92, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 97, 98 ], [ 97, 99 ], [ 80, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 101, 106 ], [ 79, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 107, 112 ], [ 115, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 114, 118 ], [ 113, 119 ], [ 115, 120 ], [ 142, 121 ], [ 121, 122 ], [ 121, 123 ], [ 123, 124 ], [ 124, 125 ], [ 124, 126 ], [ 123, 127 ], [ 127, 128 ], [ 128, 129 ], [ 123, 130 ], [ 130, 131 ], [ 131, 132 ], [ 123, 133 ], [ 133, 134 ], [ 134, 135 ], [ 123, 136 ], [ 136, 137 ], [ 137, 138 ], [ 121, 139 ], [ 139, 140 ], [ 0, 141 ], [ 141, 142 ], [ 141, 143 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n\t\n\tint h,m,s,S;\n\t\n\tpublic void input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t}\n\t\n\tpublic void hour(){\n\t\tif(S >=0 && S < 86400){\n\t\t\th = S/3600;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void minute(){\n\t\tif(S >=0 && S < 86400){\n\t\t\tm = (S-h*3600)/60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void second(){\n\t\tif(S >=0 && S < 86400){\n\t\t\ts = S-h*3600-m*60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.input();\n\t\tobj.hour();\n\t\tobj.minute();\n\t\tobj.second();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\t\n\tint h,m,s,S;\n\t\n\tpublic void input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t}\n\t\n\tpublic void hour(){\n\t\tif(S >=0 && S < 86400){\n\t\t\th = S/3600;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void minute(){\n\t\tif(S >=0 && S < 86400){\n\t\t\tm = (S-h*3600)/60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void second(){\n\t\tif(S >=0 && S < 86400){\n\t\t\ts = S-h*3600-m*60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.input();\n\t\tobj.hour();\n\t\tobj.minute();\n\t\tobj.second();\n\t}\n}", "Main", "int h", "h", "m", "m", "s", "s", "S;", "S", "public void input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t}", "input", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "S = sc.nextInt()", "S", "sc.nextInt()", "sc.nextInt", "sc", "public void hour(){\n\t\tif(S >=0 && S < 86400){\n\t\t\th = S/3600;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}", "hour", "{\n\t\tif(S >=0 && S < 86400){\n\t\t\th = S/3600;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}", "if(S >=0 && S < 86400){\n\t\t\th = S/3600;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}", "S >=0 && S < 86400", "S >=0", "S", "0", "S < 86400", "S", "86400", "{\n\t\t\th = S/3600;\n\t\t}", "h = S/3600", "h", "S/3600", "S", "3600", "{\n\t\t\tSystem.out.print(\"error\");\n\t\t}", "System.out.print(\"error\")", "System.out.print", "System.out", "System", "System.out", "\"error\"", "public void minute(){\n\t\tif(S >=0 && S < 86400){\n\t\t\tm = (S-h*3600)/60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}", "minute", "{\n\t\tif(S >=0 && S < 86400){\n\t\t\tm = (S-h*3600)/60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}", "if(S >=0 && S < 86400){\n\t\t\tm = (S-h*3600)/60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}", "S >=0 && S < 86400", "S >=0", "S", "0", "S < 86400", "S", "86400", "{\n\t\t\tm = (S-h*3600)/60;\n\t\t}", "m = (S-h*3600)/60", "m", "(S-h*3600)/60", "(S-h*3600)", "S", "h*3600", "h", "3600", "60", "{\n\t\t\tSystem.out.print(\"error\");\n\t\t}", "System.out.print(\"error\")", "System.out.print", "System.out", "System", "System.out", "\"error\"", "public void second(){\n\t\tif(S >=0 && S < 86400){\n\t\t\ts = S-h*3600-m*60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "second", "{\n\t\tif(S >=0 && S < 86400){\n\t\t\ts = S-h*3600-m*60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "if(S >=0 && S < 86400){\n\t\t\ts = S-h*3600-m*60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}", "S >=0 && S < 86400", "S >=0", "S", "0", "S < 86400", "S", "86400", "{\n\t\t\ts = S-h*3600-m*60;\n\t\t}", "s = S-h*3600-m*60", "s", "S-h*3600-m*60", "S-h*3600-m*60", "S", "h*3600", "h", "3600", "m*60", "m", "60", "{\n\t\t\tSystem.out.print(\"error\");\n\t\t}", "System.out.print(\"error\")", "System.out.print", "System.out", "System", "System.out", "\"error\"", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "public static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.input();\n\t\tobj.hour();\n\t\tobj.minute();\n\t\tobj.second();\n\t}", "main", "{\n\t\tMain obj = new Main();\n\t\tobj.input();\n\t\tobj.hour();\n\t\tobj.minute();\n\t\tobj.second();\n\t}", "Main obj = new Main();", "obj", "new Main()", "obj.input()", "obj.input", "obj", "obj.hour()", "obj.hour", "obj", "obj.minute()", "obj.minute", "obj", "obj.second()", "obj.second", "obj", "String[] args", "args", "public class Main{\n\t\n\tint h,m,s,S;\n\t\n\tpublic void input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t}\n\t\n\tpublic void hour(){\n\t\tif(S >=0 && S < 86400){\n\t\t\th = S/3600;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void minute(){\n\t\tif(S >=0 && S < 86400){\n\t\t\tm = (S-h*3600)/60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void second(){\n\t\tif(S >=0 && S < 86400){\n\t\t\ts = S-h*3600-m*60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.input();\n\t\tobj.hour();\n\t\tobj.minute();\n\t\tobj.second();\n\t}\n}", "public class Main{\n\t\n\tint h,m,s,S;\n\t\n\tpublic void input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t}\n\t\n\tpublic void hour(){\n\t\tif(S >=0 && S < 86400){\n\t\t\th = S/3600;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void minute(){\n\t\tif(S >=0 && S < 86400){\n\t\t\tm = (S-h*3600)/60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t}\n\t\n\tpublic void second(){\n\t\tif(S >=0 && S < 86400){\n\t\t\ts = S-h*3600-m*60;\n\t\t}\n\t\telse{\n\t\t\tSystem.out.print(\"error\");\n\t\t}\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.input();\n\t\tobj.hour();\n\t\tobj.minute();\n\t\tobj.second();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ int h,m,s,S; public void input(){ Scanner sc = new Scanner(System.in); S = sc.nextInt(); } public void hour(){ if(S >=0 && S < 86400){ h = S/3600; } else{ System.out.print("error"); } } public void minute(){ if(S >=0 && S < 86400){ m = (S-h*3600)/60; } else{ System.out.print("error"); } } public void second(){ if(S >=0 && S < 86400){ s = S-h*3600-m*60; } else{ System.out.print("error"); } System.out.println(h+":"+m+":"+s); } public static void main(String[] args){ Main obj = new Main(); obj.input(); obj.hour(); obj.minute(); obj.second(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 62, 8 ], [ 62, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 11, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 11, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 11, 38 ], [ 38, 39 ], [ 38, 40 ], [ 41, 41 ], [ 41, 42 ], [ 41, 43 ], [ 41, 44 ], [ 11, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 53, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 53, 58 ], [ 9, 59 ], [ 59, 60 ], [ 0, 61 ], [ 61, 62 ], [ 61, 63 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tint henkan = Integer.parseInt(line);\n\n\t\tint hour = henkan / 3600;\n\t\tint minute = henkan % 3600 / 60;\n\t\tint second = henkan % 3600 % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tint henkan = Integer.parseInt(line);\n\n\t\tint hour = henkan / 3600;\n\t\tint minute = henkan % 3600 / 60;\n\t\tint second = henkan % 3600 % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tint henkan = Integer.parseInt(line);\n\n\t\tint hour = henkan / 3600;\n\t\tint minute = henkan % 3600 / 60;\n\t\tint second = henkan % 3600 % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tint henkan = Integer.parseInt(line);\n\n\t\tint hour = henkan / 3600;\n\t\tint minute = henkan % 3600 / 60;\n\t\tint second = henkan % 3600 % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = br.readLine();", "line", "br.readLine()", "br.readLine", "br", "int henkan = Integer.parseInt(line);", "henkan", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "int hour = henkan / 3600;", "hour", "henkan / 3600", "henkan", "3600", "int minute = henkan % 3600 / 60;", "minute", "henkan % 3600 / 60", "henkan % 3600", "henkan", "3600", "60", "int second = henkan % 3600 % 60;", "second", "henkan % 3600 % 60", "henkan % 3600 % 60", "henkan", "3600", "60", "System.out.println(hour + \":\" + minute + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tint henkan = Integer.parseInt(line);\n\n\t\tint hour = henkan / 3600;\n\t\tint minute = henkan % 3600 / 60;\n\t\tint second = henkan % 3600 % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tint henkan = Integer.parseInt(line);\n\n\t\tint hour = henkan / 3600;\n\t\tint minute = henkan % 3600 / 60;\n\t\tint second = henkan % 3600 % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception { // TODO ????????????????????????????????????????????? BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); int henkan = Integer.parseInt(line); int hour = henkan / 3600; int minute = henkan % 3600 / 60; int second = henkan % 3600 % 60; System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 0, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 2, 13, 2, 13, 17, 17, 17, 2, 2, 2, 13, 2, 13, 2, 13, 17, 2, 13, 17, 17, 17, 2, 13, 17, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 65, 5 ], [ 65, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 19, 24 ], [ 27, 25 ], [ 25, 26 ], [ 36, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 28, 34 ], [ 27, 35 ], [ 36, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 37, 45 ], [ 45, 46 ], [ 45, 47 ], [ 36, 48 ], [ 25, 49 ], [ 27, 50 ], [ 50, 51 ], [ 50, 52 ], [ 65, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 60, 61 ], [ 53, 62 ], [ 62, 63 ], [ 0, 64 ], [ 64, 65 ], [ 64, 66 ] ]
[ "import java.util.Scanner;\npublic class Main{\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S;\n\t\tS = sc.nextInt();\n\t\t\n\t\tSystem.out.println(((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S;\n\t\tS = sc.nextInt();\n\t\t\n\t\tSystem.out.println(((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}", "Main", "public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S;\n\t\tS = sc.nextInt();\n\t\t\n\t\tSystem.out.println(((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60));\n\t}", "solve", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S;\n\t\tS = sc.nextInt();\n\t\t\n\t\tSystem.out.println(((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60));\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S;", "S", "S = sc.nextInt()", "S", "sc.nextInt()", "sc.nextInt", "sc", "System.out.println(((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60))", "System.out.println", "System.out", "System", "System.out", "((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60)", "\":\"", "((S-(S-S%3600)-(S%60))/60)", "((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60)", "((S-S%3600)/3600)", "(S-S%3600)", "S", "S%3600", "S", "3600", "3600", "\":\"", "((S-(S-S%3600)-(S%60))/60)", "(S-(S-S%3600)-(S%60))", "S-(S-S%3600)-(S%60)", "S", "(S-S%3600)", "S", "S%3600", "S", "3600", "(S%60)", "S", "60", "60", "\":\"", "(S%60)", "S", "60", "public static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}", "main", "{\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}", "Main obj = new Main();", "obj", "new Main()", "obj.solve()", "obj.solve", "obj", "String[] args", "args", "public class Main{\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S;\n\t\tS = sc.nextInt();\n\t\t\n\t\tSystem.out.println(((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}", "public class Main{\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S;\n\t\tS = sc.nextInt();\n\t\t\n\t\tSystem.out.println(((S-S%3600)/3600)+\":\"+((S-(S-S%3600)-(S%60))/60)+\":\"+(S%60));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public void solve(){ Scanner sc = new Scanner(System.in); int S; S = sc.nextInt(); System.out.println(((S-S%3600)/3600)+":"+((S-(S-S%3600)-(S%60))/60)+":"+(S%60)); } public static void main(String[] args){ Main obj = new Main(); obj.solve(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 20, 41, 13, 20, 41, 13, 17, 12, 13, 30, 41, 13, 4, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 13, 17, 13, 13, 13, 12, 13, 30, 4, 18, 20, 23, 13, 12, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 29, 4, 18, 13, 12, 13, 30, 14, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 124, 8 ], [ 124, 9 ], [ 9, 10 ], [ 9, 11 ], [ 124, 12 ], [ 12, 13 ], [ 12, 14 ], [ 124, 15 ], [ 15, 16 ], [ 15, 17 ], [ 124, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 20, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 20, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 20, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 20, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 44, 48 ], [ 44, 49 ], [ 44, 50 ], [ 124, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 51, 57 ], [ 57, 58 ], [ 124, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 69, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 124, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 79, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 78, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 124, 96 ], [ 96, 97 ], [ 96, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 100, 103 ], [ 103, 104 ], [ 124, 105 ], [ 105, 106 ], [ 105, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 109, 112 ], [ 112, 113 ], [ 124, 114 ], [ 114, 115 ], [ 114, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 118, 121 ], [ 121, 122 ], [ 0, 123 ], [ 123, 124 ], [ 123, 125 ] ]
[ "import java.io.*;\nimport java.util.*;\n\npublic class Main {\n void run() {\n int S = readInt();\n int h = S / 3600;\n int m = (S % 3600) / 60;\n int s = (S % 3600) % 60;\n sysout.printf(\"%d:%d:%d\\n\", h, m, s);\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n void run() {\n int S = readInt();\n int h = S / 3600;\n int m = (S % 3600) / 60;\n int s = (S % 3600) % 60;\n sysout.printf(\"%d:%d:%d\\n\", h, m, s);\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "Main", "// flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);", "sysout", "new PrintWriter(System.out, true)", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer buffer = null;", "buffer", "null", "void run() {\n int S = readInt();\n int h = S / 3600;\n int m = (S % 3600) / 60;\n int s = (S % 3600) % 60;\n sysout.printf(\"%d:%d:%d\\n\", h, m, s);\n }", "run", "{\n int S = readInt();\n int h = S / 3600;\n int m = (S % 3600) / 60;\n int s = (S % 3600) % 60;\n sysout.printf(\"%d:%d:%d\\n\", h, m, s);\n }", "int S = readInt();", "S", "readInt()", "readInt", "int h = S / 3600;", "h", "S / 3600", "S", "3600", "int m = (S % 3600) / 60;", "m", "(S % 3600) / 60", "(S % 3600)", "S", "3600", "60", "int s = (S % 3600) % 60;", "s", "(S % 3600) % 60", "(S % 3600)", "S", "3600", "60", "sysout.printf(\"%d:%d:%d\\n\", h, m, s)", "sysout.printf", "sysout", "\"%d:%d:%d\\n\"", "h", "m", "s", "public static void main(String[] args) {\n new Main().run();\n }", "main", "{\n new Main().run();\n }", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "readLine", "{\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "buffer = null", "buffer", "null", "try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }", "catch (IOException e) {\n throw new RuntimeException(e);\n }", "IOException e", "{\n throw new RuntimeException(e);\n }", "throw new RuntimeException(e);", "new RuntimeException(e)", "{\n return in.readLine();\n }", "return in.readLine();", "in.readLine()", "in.readLine", "in", "String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }", "read", "{\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }", "if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }", "buffer == null || !buffer.hasMoreTokens()", "buffer == null", "buffer", "null", "!buffer.hasMoreTokens()", "buffer.hasMoreTokens()", "buffer.hasMoreTokens", "buffer", "{\n buffer = new StringTokenizer(readLine());\n }", "buffer = new StringTokenizer(readLine())", "buffer", "new StringTokenizer(readLine())", "return buffer.nextToken();", "buffer.nextToken()", "buffer.nextToken", "buffer", "int readInt() {\n return Integer.parseInt(read());\n }", "readInt", "{\n return Integer.parseInt(read());\n }", "return Integer.parseInt(read());", "Integer.parseInt(read())", "Integer.parseInt", "Integer", "read()", "read", "long readLong() {\n return Long.parseLong(read());\n }", "readLong", "{\n return Long.parseLong(read());\n }", "return Long.parseLong(read());", "Long.parseLong(read())", "Long.parseLong", "Long", "read()", "read", "double readDouble() {\n return Double.parseDouble(read());\n }", "readDouble", "{\n return Double.parseDouble(read());\n }", "return Double.parseDouble(read());", "Double.parseDouble(read())", "Double.parseDouble", "Double", "read()", "read", "public class Main {\n void run() {\n int S = readInt();\n int h = S / 3600;\n int m = (S % 3600) / 60;\n int s = (S % 3600) % 60;\n sysout.printf(\"%d:%d:%d\\n\", h, m, s);\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "public class Main {\n void run() {\n int S = readInt();\n int h = S / 3600;\n int m = (S % 3600) / 60;\n int s = (S % 3600) % 60;\n sysout.printf(\"%d:%d:%d\\n\", h, m, s);\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { void run() { int S = readInt(); int h = S / 3600; int m = (S % 3600) / 60; int s = (S % 3600) % 60; sysout.printf("%d:%d:%d\n", h, m, s); } public static void main(String[] args) { new Main().run(); } // flush automatically iff you call `println` or `printf` or `format`. PrintWriter sysout = new PrintWriter(System.out, true); BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer buffer = null; String readLine() { buffer = null; try { return in.readLine(); } catch (IOException e) { throw new RuntimeException(e); } } String read() { if (buffer == null || !buffer.hasMoreTokens()) { buffer = new StringTokenizer(readLine()); } return buffer.nextToken(); } int readInt() { return Integer.parseInt(read()); } long readLong() { return Long.parseLong(read()); } double readDouble() { return Double.parseDouble(read()); } }
[ 7, 6, 13, 41, 13, 2, 17, 17, 41, 13, 17, 12, 13, 30, 41, 13, 4, 13, 4, 18, 18, 13, 13, 4, 13, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 13, 0, 13, 2, 13, 13, 41, 13, 2, 13, 13, 0, 13, 2, 13, 13, 41, 13, 13, 29, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 12, 13, 30, 41, 13, 17, 38, 30, 14, 2, 13, 17, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 97, 2 ], [ 97, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 5, 7 ], [ 97, 8 ], [ 8, 9 ], [ 8, 10 ], [ 97, 11 ], [ 11, 12 ], [ 11, 13 ], [ 13, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 13, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 18, 23 ], [ 23, 24 ], [ 23, 25 ], [ 11, 26 ], [ 26, 27 ], [ 97, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 30, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 30, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 30, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 30, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 54, 56 ], [ 30, 57 ], [ 57, 58 ], [ 57, 59 ], [ 30, 60 ], [ 60, 61 ], [ 64, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 62, 68 ], [ 64, 69 ], [ 28, 70 ], [ 70, 71 ], [ 97, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 74, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 78, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 0, 96 ], [ 96, 97 ], [ 96, 98 ] ]
[ "/**\n * Created by kyle on 2014/12/26.\n */\npublic class Main {\n\n private static final int HOUR = 60 * 60;\n private static final int MINUTE = 60;\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n int remains = Integer.parseInt(input);\n\n int hours = remains / HOUR;\n remains = remains % HOUR;\n\n int minutes = remains / MINUTE;\n remains = remains % MINUTE;\n\n int secs = remains;\n\n return hours + \":\" + minutes + \":\" + secs;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}", "public class Main {\n\n private static final int HOUR = 60 * 60;\n private static final int MINUTE = 60;\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n int remains = Integer.parseInt(input);\n\n int hours = remains / HOUR;\n remains = remains % HOUR;\n\n int minutes = remains / MINUTE;\n remains = remains % MINUTE;\n\n int secs = remains;\n\n return hours + \":\" + minutes + \":\" + secs;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}", "Main", "private static final int HOUR = 60 * 60;", "HOUR", "60 * 60", "60", "60", "private static final int MINUTE = 60;", "MINUTE", "60", "public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }", "main", "{\n final String line = readLine();\n System.out.println(calc(line));\n }", "final String line = readLine();", "line", "readLine()", "readLine", "System.out.println(calc(line))", "System.out.println", "System.out", "System", "System.out", "calc(line)", "calc", "line", "String[] args", "args", "protected static String calc(String input) {\n int remains = Integer.parseInt(input);\n\n int hours = remains / HOUR;\n remains = remains % HOUR;\n\n int minutes = remains / MINUTE;\n remains = remains % MINUTE;\n\n int secs = remains;\n\n return hours + \":\" + minutes + \":\" + secs;\n }", "calc", "{\n int remains = Integer.parseInt(input);\n\n int hours = remains / HOUR;\n remains = remains % HOUR;\n\n int minutes = remains / MINUTE;\n remains = remains % MINUTE;\n\n int secs = remains;\n\n return hours + \":\" + minutes + \":\" + secs;\n }", "int remains = Integer.parseInt(input);", "remains", "Integer.parseInt(input)", "Integer.parseInt", "Integer", "input", "int hours = remains / HOUR;", "hours", "remains / HOUR", "remains", "HOUR", "remains = remains % HOUR", "remains", "remains % HOUR", "remains", "HOUR", "int minutes = remains / MINUTE;", "minutes", "remains / MINUTE", "remains", "MINUTE", "remains = remains % MINUTE", "remains", "remains % MINUTE", "remains", "MINUTE", "int secs = remains;", "secs", "remains", "return hours + \":\" + minutes + \":\" + secs;", "hours + \":\" + minutes + \":\" + secs", "\":\"", "minutes", "hours + \":\" + minutes + \":\" + secs", "hours", "\":\"", "minutes", "\":\"", "secs", "String input", "input", "private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }", "readLine", "{\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }", "java.util.Scanner s = null;", "s", "null", "try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }", "{\n if (s != null) {\n s.close();\n }\n }", "if (s != null) {\n s.close();\n }", "s != null", "s", "null", "{\n s.close();\n }", "s.close()", "s.close", "s", "{\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n }", "s = new java.util.Scanner(System.in)", "s", "new java.util.Scanner(System.in)", "return s.nextLine();", "s.nextLine()", "s.nextLine", "s", "public class Main {\n\n private static final int HOUR = 60 * 60;\n private static final int MINUTE = 60;\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n int remains = Integer.parseInt(input);\n\n int hours = remains / HOUR;\n remains = remains % HOUR;\n\n int minutes = remains / MINUTE;\n remains = remains % MINUTE;\n\n int secs = remains;\n\n return hours + \":\" + minutes + \":\" + secs;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}", "public class Main {\n\n private static final int HOUR = 60 * 60;\n private static final int MINUTE = 60;\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n int remains = Integer.parseInt(input);\n\n int hours = remains / HOUR;\n remains = remains % HOUR;\n\n int minutes = remains / MINUTE;\n remains = remains % MINUTE;\n\n int secs = remains;\n\n return hours + \":\" + minutes + \":\" + secs;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}", "Main" ]
/** * Created by kyle on 2014/12/26. */ public class Main { private static final int HOUR = 60 * 60; private static final int MINUTE = 60; public static void main(String[] args) { final String line = readLine(); System.out.println(calc(line)); } protected static String calc(String input) { int remains = Integer.parseInt(input); int hours = remains / HOUR; remains = remains % HOUR; int minutes = remains / MINUTE; remains = remains % MINUTE; int secs = remains; return hours + ":" + minutes + ":" + secs; } private static String readLine() { java.util.Scanner s = null; try { s = new java.util.Scanner(System.in); return s.nextLine(); } finally { if (s != null) { s.close(); } } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 38, 5, 13, 30, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 17, 17, 0, 13, 2, 13, 17, 41, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 18, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 22, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 22, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 22, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 22, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 22, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 22, 54 ], [ 54, 55 ], [ 54, 56 ], [ 59, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 59, 64 ], [ 22, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 6, 71 ], [ 71, 72 ] ]
[ "import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tint hour=0;\n\t\tint min=0;\n\t\tint sec=0;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tint lineNum = Integer.parseInt(line);\n\t\t\thour = lineNum / 3600;\n\t\t\tmin = (lineNum % 3600) / 60;\n\t\t\tsec = lineNum % 60;\n\t\t\tString watch = hour +\":\"+ min +\":\"+sec;\n\t\t\tSystem.out.println(watch);\n\t\t}\n\t\tcatch(IOException e){\n\t\t}\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String[] args){\n\t\tint hour=0;\n\t\tint min=0;\n\t\tint sec=0;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tint lineNum = Integer.parseInt(line);\n\t\t\thour = lineNum / 3600;\n\t\t\tmin = (lineNum % 3600) / 60;\n\t\t\tsec = lineNum % 60;\n\t\t\tString watch = hour +\":\"+ min +\":\"+sec;\n\t\t\tSystem.out.println(watch);\n\t\t}\n\t\tcatch(IOException e){\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tint hour=0;\n\t\tint min=0;\n\t\tint sec=0;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tint lineNum = Integer.parseInt(line);\n\t\t\thour = lineNum / 3600;\n\t\t\tmin = (lineNum % 3600) / 60;\n\t\t\tsec = lineNum % 60;\n\t\t\tString watch = hour +\":\"+ min +\":\"+sec;\n\t\t\tSystem.out.println(watch);\n\t\t}\n\t\tcatch(IOException e){\n\t\t}\n\t}", "main", "{\n\t\tint hour=0;\n\t\tint min=0;\n\t\tint sec=0;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tint lineNum = Integer.parseInt(line);\n\t\t\thour = lineNum / 3600;\n\t\t\tmin = (lineNum % 3600) / 60;\n\t\t\tsec = lineNum % 60;\n\t\t\tString watch = hour +\":\"+ min +\":\"+sec;\n\t\t\tSystem.out.println(watch);\n\t\t}\n\t\tcatch(IOException e){\n\t\t}\n\t}", "int hour=0;", "hour", "0", "int min=0;", "min", "0", "int sec=0;", "sec", "0", "try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tint lineNum = Integer.parseInt(line);\n\t\t\thour = lineNum / 3600;\n\t\t\tmin = (lineNum % 3600) / 60;\n\t\t\tsec = lineNum % 60;\n\t\t\tString watch = hour +\":\"+ min +\":\"+sec;\n\t\t\tSystem.out.println(watch);\n\t\t}\n\t\tcatch(IOException e){\n\t\t}", "catch(IOException e){\n\t\t}", "IOException e", "{\n\t\t}", "{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tint lineNum = Integer.parseInt(line);\n\t\t\thour = lineNum / 3600;\n\t\t\tmin = (lineNum % 3600) / 60;\n\t\t\tsec = lineNum % 60;\n\t\t\tString watch = hour +\":\"+ min +\":\"+sec;\n\t\t\tSystem.out.println(watch);\n\t\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = br.readLine();", "line", "br.readLine()", "br.readLine", "br", "int lineNum = Integer.parseInt(line);", "lineNum", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "hour = lineNum / 3600", "hour", "lineNum / 3600", "lineNum", "3600", "min = (lineNum % 3600) / 60", "min", "(lineNum % 3600) / 60", "(lineNum % 3600)", "lineNum", "3600", "60", "sec = lineNum % 60", "sec", "lineNum % 60", "lineNum", "60", "String watch = hour +\":\"+ min +\":\"+sec;", "watch", "hour +\":\"+ min +\":\"+sec", "\":\"", "min", "hour +\":\"+ min +\":\"+sec", "hour", "\":\"", "min", "\":\"", "sec", "System.out.println(watch)", "System.out.println", "System.out", "System", "System.out", "watch", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args){ int hour=0; int min=0; int sec=0; try{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); int lineNum = Integer.parseInt(line); hour = lineNum / 3600; min = (lineNum % 3600) / 60; sec = lineNum % 60; String watch = hour +":"+ min +":"+sec; System.out.println(watch); } catch(IOException e){ } } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 2, 2, 13, 17, 17, 0, 13, 2, 2, 13, 17, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 18, 13, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 75, 5 ], [ 75, 6 ], [ 6, 7 ], [ 75, 8 ], [ 8, 9 ], [ 75, 10 ], [ 10, 11 ], [ 75, 12 ], [ 12, 13 ], [ 75, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 16, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 16, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 16, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 16, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 52, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 50, 56 ], [ 52, 57 ], [ 16, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 75, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 69, 70 ], [ 70, 71 ], [ 63, 72 ], [ 72, 73 ], [ 0, 74 ], [ 74, 75 ], [ 74, 76 ] ]
[ "import java.util.Scanner;\npublic class Main{\n\tint S,h,m,s;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t\th = S/3600%60;\n\t\tm = S/60%60;\n\t\ts = S%60;\n\t\t\n\t\tSystem.out.print(h+\":\"+m+\":\"+s);\n\t\tSystem.out.println();\n\t}\n\t\t\n public static void main(String args[]){\n Main obj = new Main();\n obj.solve();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tint S,h,m,s;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t\th = S/3600%60;\n\t\tm = S/60%60;\n\t\ts = S%60;\n\t\t\n\t\tSystem.out.print(h+\":\"+m+\":\"+s);\n\t\tSystem.out.println();\n\t}\n\t\t\n public static void main(String args[]){\n Main obj = new Main();\n obj.solve();\n }\n}", "Main", "int S", "S", "h", "h", "m", "m", "s;", "s", "public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t\th = S/3600%60;\n\t\tm = S/60%60;\n\t\ts = S%60;\n\t\t\n\t\tSystem.out.print(h+\":\"+m+\":\"+s);\n\t\tSystem.out.println();\n\t}", "solve", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t\th = S/3600%60;\n\t\tm = S/60%60;\n\t\ts = S%60;\n\t\t\n\t\tSystem.out.print(h+\":\"+m+\":\"+s);\n\t\tSystem.out.println();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "S = sc.nextInt()", "S", "sc.nextInt()", "sc.nextInt", "sc", "h = S/3600%60", "h", "S/3600%60", "S/3600", "S", "3600", "60", "m = S/60%60", "m", "S/60%60", "S/60", "S", "60", "60", "s = S%60", "s", "S%60", "S", "60", "System.out.print(h+\":\"+m+\":\"+s)", "System.out.print", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "System.out.println()", "System.out.println", "System.out", "System", "System.out", "public static void main(String args[]){\n Main obj = new Main();\n obj.solve();\n }", "main", "{\n Main obj = new Main();\n obj.solve();\n }", "Main obj = new Main();", "obj", "new Main()", "obj.solve()", "obj.solve", "obj", "String args[]", "args", "public class Main{\n\tint S,h,m,s;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t\th = S/3600%60;\n\t\tm = S/60%60;\n\t\ts = S%60;\n\t\t\n\t\tSystem.out.print(h+\":\"+m+\":\"+s);\n\t\tSystem.out.println();\n\t}\n\t\t\n public static void main(String args[]){\n Main obj = new Main();\n obj.solve();\n }\n}", "public class Main{\n\tint S,h,m,s;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tS = sc.nextInt();\n\t\th = S/3600%60;\n\t\tm = S/60%60;\n\t\ts = S%60;\n\t\t\n\t\tSystem.out.print(h+\":\"+m+\":\"+s);\n\t\tSystem.out.println();\n\t}\n\t\t\n public static void main(String args[]){\n Main obj = new Main();\n obj.solve();\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ int S,h,m,s; public void solve(){ Scanner sc = new Scanner(System.in); S = sc.nextInt(); h = S/3600%60; m = S/60%60; s = S%60; System.out.print(h+":"+m+":"+s); System.out.println(); } public static void main(String args[]){ Main obj = new Main(); obj.solve(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 17, 41, 13, 2, 2, 13, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 2, 2, 2, 13, 17, 17, 17, 13, 17, 17, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 67, 5 ], [ 67, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 24, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 34, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 54, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 51, 59 ], [ 50, 60 ], [ 49, 61 ], [ 48, 62 ], [ 54, 63 ], [ 6, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t Scanner sc = new Scanner(System.in);\n\t int S = sc.nextInt();\n\t int h = S/3600 ;\n\t int m = (S-h*3600)/60;\n\t int s = S-h*3600-m*60;\n\t \n\t System.out.println(h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s);\n\n\t \n\t \n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t Scanner sc = new Scanner(System.in);\n\t int S = sc.nextInt();\n\t int h = S/3600 ;\n\t int m = (S-h*3600)/60;\n\t int s = S-h*3600-m*60;\n\t \n\t System.out.println(h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s);\n\n\t \n\t \n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t Scanner sc = new Scanner(System.in);\n\t int S = sc.nextInt();\n\t int h = S/3600 ;\n\t int m = (S-h*3600)/60;\n\t int s = S-h*3600-m*60;\n\t \n\t System.out.println(h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s);\n\n\t \n\t \n\t}", "main", "{\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t Scanner sc = new Scanner(System.in);\n\t int S = sc.nextInt();\n\t int h = S/3600 ;\n\t int m = (S-h*3600)/60;\n\t int s = S-h*3600-m*60;\n\t \n\t System.out.println(h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s);\n\n\t \n\t \n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "int h = S/3600 ;", "h", "S/3600", "S", "3600", "int m = (S-h*3600)/60;", "m", "(S-h*3600)/60", "(S-h*3600)", "S", "h*3600", "h", "3600", "60", "int s = S-h*3600-m*60;", "s", "S-h*3600-m*60", "S-h*3600-m*60", "S", "h*3600", "h", "3600", "m*60", "m", "60", "System.out.println(h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s)", "System.out.println", "System.out", "System", "System.out", "h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s", "\"\"", "\":\"", "\"\"", "m", "\"\"", "\":\"", "h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s", "h", "\"\"", "\":\"", "\"\"", "m", "\"\"", "\":\"", "\"\"", "s", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t Scanner sc = new Scanner(System.in);\n\t int S = sc.nextInt();\n\t int h = S/3600 ;\n\t int m = (S-h*3600)/60;\n\t int s = S-h*3600-m*60;\n\t \n\t System.out.println(h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s);\n\n\t \n\t \n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t Scanner sc = new Scanner(System.in);\n\t int S = sc.nextInt();\n\t int h = S/3600 ;\n\t int m = (S-h*3600)/60;\n\t int s = S-h*3600-m*60;\n\t \n\t System.out.println(h+ \"\" +\":\"+ \"\" +m+ \"\" +\":\"+ \"\" +s);\n\n\t \n\t \n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO 自動生成されたメソッド・スタブ Scanner sc = new Scanner(System.in); int S = sc.nextInt(); int h = S/3600 ; int m = (S-h*3600)/60; int s = S-h*3600-m*60; System.out.println(h+ "" +":"+ "" +m+ "" +":"+ "" +s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 14, 2, 2, 17, 13, 2, 13, 17, 30, 41, 13, 2, 13, 2, 17, 17, 41, 13, 2, 2, 13, 2, 17, 17, 17, 41, 13, 2, 2, 13, 2, 17, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 85, 5 ], [ 85, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 13, 18 ], [ 9, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 19, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 19, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 19, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 39, 40 ], [ 39, 41 ], [ 34, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 42, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 52, 58 ], [ 42, 59 ], [ 59, 60 ], [ 59, 61 ], [ 62, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 42, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 68, 73 ], [ 76, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 75, 79 ], [ 74, 80 ], [ 76, 81 ], [ 6, 82 ], [ 82, 83 ], [ 0, 84 ], [ 84, 85 ], [ 84, 86 ] ]
[ "import java.io.*;\n\npublic class Main{\npublic static void main(String[] args){\n\ttry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}catch(IOException e){\n\tSystem.out.println(e);\n\t}\n}\n}", "import java.io.*;", "io.*", "java", "public class Main{\npublic static void main(String[] args){\n\ttry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}catch(IOException e){\n\tSystem.out.println(e);\n\t}\n}\n}", "Main", "public static void main(String[] args){\n\ttry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}catch(IOException e){\n\tSystem.out.println(e);\n\t}\n}", "main", "{\n\ttry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}catch(IOException e){\n\tSystem.out.println(e);\n\t}\n}", "try{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}catch(IOException e){\n\tSystem.out.println(e);\n\t}", "catch(IOException e){\n\tSystem.out.println(e);\n\t}", "IOException e", "{\n\tSystem.out.println(e);\n\t}", "System.out.println(e)", "System.out.println", "System.out", "System", "System.out", "e", "{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "int s = Integer.parseInt(str);", "s", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "if((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}", "(0 <= s) && (s < 86400)", "(0 <= s)", "0", "s", "(s < 86400)", "s", "86400", "{\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}", "int hour = s/(60*60);", "hour", "s/(60*60)", "s", "(60*60)", "60", "60", "int minute = s%(60*60)/60;", "minute", "s%(60*60)/60", "s%(60*60)", "s", "(60*60)", "60", "60", "60", "int second = s%(60*60)%60;", "second", "s%(60*60)%60", "s%(60*60)%60", "s", "(60*60)", "60", "60", "60", "System.out.println(hour + \":\" + minute + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "String[] args", "args", "public class Main{\npublic static void main(String[] args){\n\ttry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}catch(IOException e){\n\tSystem.out.println(e);\n\t}\n}\n}", "public class Main{\npublic static void main(String[] args){\n\ttry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint s = Integer.parseInt(str);\n\n\t\tif((0 <= s) && (s < 86400)){\n\t\tint hour = s/(60*60);\n\t\tint minute = s%(60*60)/60;\n\t\tint second = s%(60*60)%60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t\t}\n\t}catch(IOException e){\n\tSystem.out.println(e);\n\t}\n}\n}", "Main" ]
import java.io.*; public class Main{ public static void main(String[] args){ try{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); int s = Integer.parseInt(str); if((0 <= s) && (s < 86400)){ int hour = s/(60*60); int minute = s%(60*60)/60; int second = s%(60*60)%60; System.out.println(hour + ":" + minute + ":" + second); } }catch(IOException e){ System.out.println(e); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 2, 13, 17, 17, 0, 13, 2, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 62, 5 ], [ 62, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 20, 20 ], [ 20, 21 ], [ 20, 22 ], [ 20, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 8, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 8, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 53, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 53, 58 ], [ 6, 59 ], [ 59, 60 ], [ 0, 61 ], [ 61, 62 ], [ 61, 63 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\n\t\tint s = stdIn.nextInt();\n\t\tint h = s/60/60;\n\t\ts = s-(h*60*60);\n\t\tint m = s/60;\n\t\ts = s-(m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\n\t\tint s = stdIn.nextInt();\n\t\tint h = s/60/60;\n\t\ts = s-(h*60*60);\n\t\tint m = s/60;\n\t\ts = s-(m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\n\t\tint s = stdIn.nextInt();\n\t\tint h = s/60/60;\n\t\ts = s-(h*60*60);\n\t\tint m = s/60;\n\t\ts = s-(m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "main", "{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\n\t\tint s = stdIn.nextInt();\n\t\tint h = s/60/60;\n\t\ts = s-(h*60*60);\n\t\tint m = s/60;\n\t\ts = s-(m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "Scanner stdIn = new Scanner(System.in);", "stdIn", "new Scanner(System.in)", "int s = stdIn.nextInt();", "s", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "int h = s/60/60;", "h", "s/60/60", "s/60/60", "s", "60", "60", "s = s-(h*60*60)", "s", "s-(h*60*60)", "s", "(h*60*60)", "h*60*60", "h", "60", "60", "int m = s/60;", "m", "s/60", "s", "60", "s = s-(m*60)", "s", "s-(m*60)", "s", "(m*60)", "m", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\n\t\tint s = stdIn.nextInt();\n\t\tint h = s/60/60;\n\t\ts = s-(h*60*60);\n\t\tint m = s/60;\n\t\ts = s-(m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\n\t\tint s = stdIn.nextInt();\n\t\tint h = s/60/60;\n\t\ts = s-(h*60*60);\n\t\tint m = s/60;\n\t\ts = s-(m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner stdIn = new Scanner(System.in); int s = stdIn.nextInt(); int h = s/60/60; s = s-(h*60*60); int m = s/60; s = s-(m*60); System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 17, 41, 13, 2, 2, 13, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 24, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 34, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 50, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 50, 55 ], [ 4, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 56, 62 ], [ 62, 63 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\t\t\n\t\t\tint h = S / 3600;\n\t\t\tint m = (S - h * 3600) / 60;\n\t\t\tint s = S - (h * 3600) - (m * 60);\n\t\t\t\n\t\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t\t\n }\n\tpublic static void main(String[] args) {\n new Main().kami();\n\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\t\t\n\t\t\tint h = S / 3600;\n\t\t\tint m = (S - h * 3600) / 60;\n\t\t\tint s = S - (h * 3600) - (m * 60);\n\t\t\t\n\t\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t\t\n }\n\tpublic static void main(String[] args) {\n new Main().kami();\n\n\t}\n\n}", "Main", "public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\t\t\n\t\t\tint h = S / 3600;\n\t\t\tint m = (S - h * 3600) / 60;\n\t\t\tint s = S - (h * 3600) - (m * 60);\n\t\t\t\n\t\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t\t\n }", "kami", "{\n Scanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\t\t\n\t\t\tint h = S / 3600;\n\t\t\tint m = (S - h * 3600) / 60;\n\t\t\tint s = S - (h * 3600) - (m * 60);\n\t\t\t\n\t\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t\t\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "int h = S / 3600;", "h", "S / 3600", "S", "3600", "int m = (S - h * 3600) / 60;", "m", "(S - h * 3600) / 60", "(S - h * 3600)", "S", "h * 3600", "h", "3600", "60", "int s = S - (h * 3600) - (m * 60);", "s", "S - (h * 3600) - (m * 60)", "S - (h * 3600) - (m * 60)", "S", "(h * 3600)", "h", "3600", "(m * 60)", "m", "60", "System.out.println( h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "public static void main(String[] args) {\n new Main().kami();\n\n\t}", "main", "{\n new Main().kami();\n\n\t}", "new Main().kami()", "new Main().kami", "new Main()", "String[] args", "args" ]
import java.util.Scanner; class Main { public void kami() { Scanner sc = new Scanner(System.in); int S = sc.nextInt(); int h = S / 3600; int m = (S - h * 3600) / 60; int s = S - (h * 3600) - (m * 60); System.out.println( h + ":" + m + ":" + s); } public static void main(String[] args) { new Main().kami(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 17, 41, 13, 4, 18, 13, 4, 18, 13, 14, 2, 2, 13, 17, 2, 17, 13, 30, 14, 2, 13, 17, 30, 0, 13, 2, 13, 17, 0, 13, 17, 14, 2, 13, 17, 30, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 86, 11 ], [ 86, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 14, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 29, 30 ], [ 30, 31 ], [ 14, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 45, 51 ], [ 51, 52 ], [ 51, 53 ], [ 40, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 58, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 66, 68 ], [ 14, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 74 ], [ 77, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 75, 81 ], [ 77, 82 ], [ 12, 83 ], [ 83, 84 ], [ 0, 85 ], [ 85, 86 ], [ 85, 87 ] ]
[ "\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint b = 0;\n\t\tint c = 0;\n\n\t\tint su = Integer.parseInt(br.readLine());\n\t\tif((su > 0) && (86400 > su)){\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(b+\":\"+c + \":\" + su);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint b = 0;\n\t\tint c = 0;\n\n\t\tint su = Integer.parseInt(br.readLine());\n\t\tif((su > 0) && (86400 > su)){\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(b+\":\"+c + \":\" + su);\n\t}\n}", "Main", "public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint b = 0;\n\t\tint c = 0;\n\n\t\tint su = Integer.parseInt(br.readLine());\n\t\tif((su > 0) && (86400 > su)){\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(b+\":\"+c + \":\" + su);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint b = 0;\n\t\tint c = 0;\n\n\t\tint su = Integer.parseInt(br.readLine());\n\t\tif((su > 0) && (86400 > su)){\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(b+\":\"+c + \":\" + su);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int b = 0;", "b", "0", "int c = 0;", "c", "0", "int su = Integer.parseInt(br.readLine());", "su", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "if((su > 0) && (86400 > su)){\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}", "(su > 0) && (86400 > su)", "(su > 0)", "su", "0", "(86400 > su)", "86400", "su", "{\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}", "if(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}", "su >= 60", "su", "60", "{\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}", "c = su / 60", "c", "su / 60", "su", "60", "su %= 60", "su", "60", "if(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}", "c >= 60", "c", "60", "{\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}", "b = c / 60", "b", "c / 60", "c", "60", "c = c % 60", "c", "c % 60", "c", "60", "System.out.println(b+\":\"+c + \":\" + su)", "System.out.println", "System.out", "System", "System.out", "b+\":\"+c + \":\" + su", "\":\"", "c", "b+\":\"+c + \":\" + su", "b", "\":\"", "c", "\":\"", "su", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint b = 0;\n\t\tint c = 0;\n\n\t\tint su = Integer.parseInt(br.readLine());\n\t\tif((su > 0) && (86400 > su)){\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(b+\":\"+c + \":\" + su);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint b = 0;\n\t\tint c = 0;\n\n\t\tint su = Integer.parseInt(br.readLine());\n\t\tif((su > 0) && (86400 > su)){\n\n\t\t\tif(su >= 60){\n\t\t\t\tc = su / 60;\n\t\t\t\tsu %= 60;\n\t\t\t}\n\t\t\tif(c >= 60){\n\t\t\t\tb = c / 60;\n\t\t\t\tc = c % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(b+\":\"+c + \":\" + su);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int b = 0; int c = 0; int su = Integer.parseInt(br.readLine()); if((su > 0) && (86400 > su)){ if(su >= 60){ c = su / 60; su %= 60; } if(c >= 60){ b = c / 60; c = c % 60; } } System.out.println(b+":"+c + ":" + su); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 17, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 2, 17, 17, 1, 40, 13, 30, 30, 40, 13, 0, 13, 2, 17, 17, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 40, 13, 0, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 8, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 29, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 29, 39 ], [ 39, 40 ], [ 40, 41 ], [ 29, 42 ], [ 43, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 56, 57 ], [ 56, 58 ], [ 51, 59 ], [ 59, 60 ], [ 60, 61 ], [ 51, 62 ], [ 63, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 8, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 74 ], [ 77, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 75, 81 ], [ 77, 82 ], [ 6, 83 ], [ 83, 84 ] ]
[ "import java.io.*;\n\nclass Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tint hours = 0;\n\tint minutes = 0;\n\tfor (int i = 0; seconds >= (60*60); i++) {\n\t hours++;\n\t seconds -= (60*60);\n\t}\n\tfor (int i = 0; seconds >= 60; i++) {\n\t minutes++;\n\t seconds -= 60;\n\t}\n\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\n\n }\n}", "import java.io.*;", "io.*", "java", "class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tint hours = 0;\n\tint minutes = 0;\n\tfor (int i = 0; seconds >= (60*60); i++) {\n\t hours++;\n\t seconds -= (60*60);\n\t}\n\tfor (int i = 0; seconds >= 60; i++) {\n\t minutes++;\n\t seconds -= 60;\n\t}\n\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\n\n }\n}", "Main", "public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tint hours = 0;\n\tint minutes = 0;\n\tfor (int i = 0; seconds >= (60*60); i++) {\n\t hours++;\n\t seconds -= (60*60);\n\t}\n\tfor (int i = 0; seconds >= 60; i++) {\n\t minutes++;\n\t seconds -= 60;\n\t}\n\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\n\n }", "main", "{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tint hours = 0;\n\tint minutes = 0;\n\tfor (int i = 0; seconds >= (60*60); i++) {\n\t hours++;\n\t seconds -= (60*60);\n\t}\n\tfor (int i = 0; seconds >= 60; i++) {\n\t minutes++;\n\t seconds -= 60;\n\t}\n\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\n\n }", "BufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "int seconds = Integer.parseInt(str);", "seconds", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "int hours = 0;", "hours", "0", "int minutes = 0;", "minutes", "0", "for (int i = 0; seconds >= (60*60); i++) {\n\t hours++;\n\t seconds -= (60*60);\n\t}", "int i = 0;", "int i = 0;", "i", "0", "seconds >= (60*60)", "seconds", "(60*60)", "60", "60", "i++", "i++", "i", "{\n\t hours++;\n\t seconds -= (60*60);\n\t}", "{\n\t hours++;\n\t seconds -= (60*60);\n\t}", "hours++", "hours", "seconds -= (60*60)", "seconds", "(60*60)", "60", "60", "for (int i = 0; seconds >= 60; i++) {\n\t minutes++;\n\t seconds -= 60;\n\t}", "int i = 0;", "int i = 0;", "i", "0", "seconds >= 60", "seconds", "60", "i++", "i++", "i", "{\n\t minutes++;\n\t seconds -= 60;\n\t}", "{\n\t minutes++;\n\t seconds -= 60;\n\t}", "minutes++", "minutes", "seconds -= 60", "seconds", "60", "System.out.println(hours+\":\"+minutes+\":\"+seconds)", "System.out.println", "System.out", "System", "System.out", "hours+\":\"+minutes+\":\"+seconds", "\":\"", "minutes", "hours+\":\"+minutes+\":\"+seconds", "hours", "\":\"", "minutes", "\":\"", "seconds", "String[] args", "args" ]
import java.io.*; class Main { public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); int seconds = Integer.parseInt(str); int hours = 0; int minutes = 0; for (int i = 0; seconds >= (60*60); i++) { hours++; seconds -= (60*60); } for (int i = 0; seconds >= 60; i++) { minutes++; seconds -= 60; } System.out.println(hours+":"+minutes+":"+seconds); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 68, 5 ], [ 68, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 56, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 54, 60 ], [ 56, 61 ], [ 8, 62 ], [ 62, 63 ], [ 63, 64 ], [ 6, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint x;\n\t\tint sec,min,hour;\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\n\t\tsec = x % 60;\n\t\tx = x / 60;\n\t\tmin = x % 60;\n\t\tx = x / 60;\n\t\thour = x;\n\n\t\tSystem.out.println(hour +\":\"+ min + \":\"+ sec);\n\t\tsc.close();\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint x;\n\t\tint sec,min,hour;\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\n\t\tsec = x % 60;\n\t\tx = x / 60;\n\t\tmin = x % 60;\n\t\tx = x / 60;\n\t\thour = x;\n\n\t\tSystem.out.println(hour +\":\"+ min + \":\"+ sec);\n\t\tsc.close();\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint x;\n\t\tint sec,min,hour;\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\n\t\tsec = x % 60;\n\t\tx = x / 60;\n\t\tmin = x % 60;\n\t\tx = x / 60;\n\t\thour = x;\n\n\t\tSystem.out.println(hour +\":\"+ min + \":\"+ sec);\n\t\tsc.close();\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint x;\n\t\tint sec,min,hour;\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\n\t\tsec = x % 60;\n\t\tx = x / 60;\n\t\tmin = x % 60;\n\t\tx = x / 60;\n\t\thour = x;\n\n\t\tSystem.out.println(hour +\":\"+ min + \":\"+ sec);\n\t\tsc.close();\n\t}", "int x;", "x", "int sec", "sec", "min", "min", "hour;", "hour", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "x = sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "sec = x % 60", "sec", "x % 60", "x", "60", "x = x / 60", "x", "x / 60", "x", "60", "min = x % 60", "min", "x % 60", "x", "60", "x = x / 60", "x", "x / 60", "x", "60", "hour = x", "hour", "x", "System.out.println(hour +\":\"+ min + \":\"+ sec)", "System.out.println", "System.out", "System", "System.out", "hour +\":\"+ min + \":\"+ sec", "\":\"", "min", "hour +\":\"+ min + \":\"+ sec", "hour", "\":\"", "min", "\":\"", "sec", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint x;\n\t\tint sec,min,hour;\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\n\t\tsec = x % 60;\n\t\tx = x / 60;\n\t\tmin = x % 60;\n\t\tx = x / 60;\n\t\thour = x;\n\n\t\tSystem.out.println(hour +\":\"+ min + \":\"+ sec);\n\t\tsc.close();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint x;\n\t\tint sec,min,hour;\n\t\tScanner sc = new Scanner(System.in);\n\t\tx = sc.nextInt();\n\n\t\tsec = x % 60;\n\t\tx = x / 60;\n\t\tmin = x % 60;\n\t\tx = x / 60;\n\t\thour = x;\n\n\t\tSystem.out.println(hour +\":\"+ min + \":\"+ sec);\n\t\tsc.close();\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO ????????????????????????????????????????????? int x; int sec,min,hour; Scanner sc = new Scanner(System.in); x = sc.nextInt(); sec = x % 60; x = x / 60; min = x % 60; x = x / 60; hour = x; System.out.println(hour +":"+ min + ":"+ sec); sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 41, 13, 41, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 14, 32 ], [ 32, 33 ], [ 14, 34 ], [ 34, 35 ], [ 14, 36 ], [ 36, 37 ], [ 14, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 14, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 14, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 66, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 64, 70 ], [ 66, 71 ], [ 12, 72 ], [ 72, 73 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n public static void main(String args[]) throws IOException {\n InputStreamReader br = new InputStreamReader(System.in);\t\n BufferedReader is = new BufferedReader(br);\n String str = is.readLine();\n int x = Integer.parseInt(str);\n int h,m,s;\n h=x/3600;\n x=x%3600;\n m=x/60;\n s=x%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n public static void main(String args[]) throws IOException {\n InputStreamReader br = new InputStreamReader(System.in);\t\n BufferedReader is = new BufferedReader(br);\n String str = is.readLine();\n int x = Integer.parseInt(str);\n int h,m,s;\n h=x/3600;\n x=x%3600;\n m=x/60;\n s=x%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "Main", "public static void main(String args[]) throws IOException {\n InputStreamReader br = new InputStreamReader(System.in);\t\n BufferedReader is = new BufferedReader(br);\n String str = is.readLine();\n int x = Integer.parseInt(str);\n int h,m,s;\n h=x/3600;\n x=x%3600;\n m=x/60;\n s=x%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n InputStreamReader br = new InputStreamReader(System.in);\t\n BufferedReader is = new BufferedReader(br);\n String str = is.readLine();\n int x = Integer.parseInt(str);\n int h,m,s;\n h=x/3600;\n x=x%3600;\n m=x/60;\n s=x%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "InputStreamReader br = new InputStreamReader(System.in);", "br", "new InputStreamReader(System.in)", "BufferedReader is = new BufferedReader(br);", "is", "new BufferedReader(br)", "String str = is.readLine();", "str", "is.readLine()", "is.readLine", "is", "int x = Integer.parseInt(str);", "x", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "int h", "h", "m", "m", "s;", "s", "h=x/3600", "h", "x/3600", "x", "3600", "x=x%3600", "x", "x%3600", "x", "3600", "m=x/60", "m", "x/60", "x", "60", "s=x%60", "s", "x%60", "x", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String args[]", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String args[]) throws IOException { InputStreamReader br = new InputStreamReader(System.in); BufferedReader is = new BufferedReader(br); String str = is.readLine(); int x = Integer.parseInt(str); int h,m,s; h=x/3600; x=x%3600; m=x/60; s=x%60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 14, 2, 2, 13, 17, 2, 13, 17, 30, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 69, 5 ], [ 69, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 18, 22 ], [ 22, 23 ], [ 22, 24 ], [ 17, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 25, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 25, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 25, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 53, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 53, 58 ], [ 17, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 6, 66 ], [ 66, 67 ], [ 0, 68 ], [ 68, 69 ], [ 68, 70 ] ]
[ "\nimport java.util.Scanner;\npublic class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int sec = a.nextInt();\n if (sec >= 0 && sec < 86400){\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }else{\n System.out.println(\"No\");\n }\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int sec = a.nextInt();\n if (sec >= 0 && sec < 86400){\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }else{\n System.out.println(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int sec = a.nextInt();\n if (sec >= 0 && sec < 86400){\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }else{\n System.out.println(\"No\");\n }\n }", "main", "{\n Scanner a = new Scanner(System.in);\n int sec = a.nextInt();\n if (sec >= 0 && sec < 86400){\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }else{\n System.out.println(\"No\");\n }\n }", "Scanner a = new Scanner(System.in);", "a", "new Scanner(System.in)", "int sec = a.nextInt();", "sec", "a.nextInt()", "a.nextInt", "a", "if (sec >= 0 && sec < 86400){\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }else{\n System.out.println(\"No\");\n }", "sec >= 0 && sec < 86400", "sec >= 0", "sec", "0", "sec < 86400", "sec", "86400", "{\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }", "int hours = sec / 3600;", "hours", "sec / 3600", "sec", "3600", "int minutes = (sec % 3600) / 60;", "minutes", "(sec % 3600) / 60", "(sec % 3600)", "sec", "3600", "60", "int second = (sec % 3600) % 60;", "second", "(sec % 3600) % 60", "(sec % 3600)", "sec", "3600", "60", "System.out.println(hours + \":\" + minutes + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hours + \":\" + minutes + \":\" + second", "\":\"", "minutes", "hours + \":\" + minutes + \":\" + second", "hours", "\":\"", "minutes", "\":\"", "second", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int sec = a.nextInt();\n if (sec >= 0 && sec < 86400){\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }else{\n System.out.println(\"No\");\n }\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int sec = a.nextInt();\n if (sec >= 0 && sec < 86400){\n int hours = sec / 3600;\n int minutes = (sec % 3600) / 60;\n int second = (sec % 3600) % 60;\n\n System.out.println(hours + \":\" + minutes + \":\" + second);\n }else{\n System.out.println(\"No\");\n }\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner a = new Scanner(System.in); int sec = a.nextInt(); if (sec >= 0 && sec < 86400){ int hours = sec / 3600; int minutes = (sec % 3600) / 60; int second = (sec % 3600) % 60; System.out.println(hours + ":" + minutes + ":" + second); }else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 56, 8 ], [ 56, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 22, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 11, 32 ], [ 32, 33 ], [ 32, 34 ], [ 35, 35 ], [ 35, 36 ], [ 35, 37 ], [ 35, 38 ], [ 11, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 47, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 47, 52 ], [ 9, 53 ], [ 53, 54 ], [ 0, 55 ], [ 55, 56 ], [ 55, 57 ] ]
[ "import java.lang.*;\nimport java.util.*;\n\npublic class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int s = stdId.nextInt();\n int hh = (int)s/3600;\n int mm = (int)s%3600/60;\n int ss = (int)s%3600%60;\n System.out.println(hh+\":\"+mm+\":\"+ss);\n }\n}", "import java.lang.*;", "lang.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int s = stdId.nextInt();\n int hh = (int)s/3600;\n int mm = (int)s%3600/60;\n int ss = (int)s%3600%60;\n System.out.println(hh+\":\"+mm+\":\"+ss);\n }\n}", "Main", "public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int s = stdId.nextInt();\n int hh = (int)s/3600;\n int mm = (int)s%3600/60;\n int ss = (int)s%3600%60;\n System.out.println(hh+\":\"+mm+\":\"+ss);\n }", "main", "{\n Scanner stdId = new Scanner(System.in);\n int s = stdId.nextInt();\n int hh = (int)s/3600;\n int mm = (int)s%3600/60;\n int ss = (int)s%3600%60;\n System.out.println(hh+\":\"+mm+\":\"+ss);\n }", "Scanner stdId = new Scanner(System.in);", "stdId", "new Scanner(System.in)", "int s = stdId.nextInt();", "s", "stdId.nextInt()", "stdId.nextInt", "stdId", "int hh = (int)s/3600;", "hh", "(int)s/3600", "(int)s", "3600", "int mm = (int)s%3600/60;", "mm", "(int)s%3600/60", "(int)s%3600", "(int)s", "3600", "60", "int ss = (int)s%3600%60;", "ss", "(int)s%3600%60", "(int)s%3600%60", "(int)s", "3600", "60", "System.out.println(hh+\":\"+mm+\":\"+ss)", "System.out.println", "System.out", "System", "System.out", "hh+\":\"+mm+\":\"+ss", "\":\"", "mm", "hh+\":\"+mm+\":\"+ss", "hh", "\":\"", "mm", "\":\"", "ss", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int s = stdId.nextInt();\n int hh = (int)s/3600;\n int mm = (int)s%3600/60;\n int ss = (int)s%3600%60;\n System.out.println(hh+\":\"+mm+\":\"+ss);\n }\n}", "public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int s = stdId.nextInt();\n int hh = (int)s/3600;\n int mm = (int)s%3600/60;\n int ss = (int)s%3600%60;\n System.out.println(hh+\":\"+mm+\":\"+ss);\n }\n}", "Main" ]
import java.lang.*; import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner stdId = new Scanner(System.in); int s = stdId.nextInt(); int hh = (int)s/3600; int mm = (int)s%3600/60; int ss = (int)s%3600%60; System.out.println(hh+":"+mm+":"+ss); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 0, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 2, 13, 17, 17, 0, 13, 2, 13, 2, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 8, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 58, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 56, 62 ], [ 58, 63 ], [ 6, 64 ], [ 64, 65 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n \n\tpublic static void main( String args[] ) {\n\t\tScanner scan = new Scanner(System.in);\n\t long x, jikan, hun, byou;\n\t x = scan.nextLong();\n\t jikan = x / 3600;\n\t hun = (x - (jikan * 3600)) / 60;\n\t byou = x - (jikan * 3600 + hun * 60);\n\t \n\t \n\t System.out.println(jikan + \":\" + hun + \":\" + byou);\n\t \n\t //System.out.println(jikan);\n\t //System.out.println(hun);\n\t //System.out.println(byou);\n } \n \n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n \n\tpublic static void main( String args[] ) {\n\t\tScanner scan = new Scanner(System.in);\n\t long x, jikan, hun, byou;\n\t x = scan.nextLong();\n\t jikan = x / 3600;\n\t hun = (x - (jikan * 3600)) / 60;\n\t byou = x - (jikan * 3600 + hun * 60);\n\t \n\t \n\t System.out.println(jikan + \":\" + hun + \":\" + byou);\n\t \n\t //System.out.println(jikan);\n\t //System.out.println(hun);\n\t //System.out.println(byou);\n } \n \n}", "Main", "public static void main( String args[] ) {\n\t\tScanner scan = new Scanner(System.in);\n\t long x, jikan, hun, byou;\n\t x = scan.nextLong();\n\t jikan = x / 3600;\n\t hun = (x - (jikan * 3600)) / 60;\n\t byou = x - (jikan * 3600 + hun * 60);\n\t \n\t \n\t System.out.println(jikan + \":\" + hun + \":\" + byou);\n\t \n\t //System.out.println(jikan);\n\t //System.out.println(hun);\n\t //System.out.println(byou);\n }", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t long x, jikan, hun, byou;\n\t x = scan.nextLong();\n\t jikan = x / 3600;\n\t hun = (x - (jikan * 3600)) / 60;\n\t byou = x - (jikan * 3600 + hun * 60);\n\t \n\t \n\t System.out.println(jikan + \":\" + hun + \":\" + byou);\n\t \n\t //System.out.println(jikan);\n\t //System.out.println(hun);\n\t //System.out.println(byou);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "long x", "x", "jikan", "jikan", "hun", "hun", "byou;", "byou", "x = scan.nextLong()", "x", "scan.nextLong()", "scan.nextLong", "scan", "jikan = x / 3600", "jikan", "x / 3600", "x", "3600", "hun = (x - (jikan * 3600)) / 60", "hun", "(x - (jikan * 3600)) / 60", "(x - (jikan * 3600))", "x", "(jikan * 3600)", "jikan", "3600", "60", "byou = x - (jikan * 3600 + hun * 60)", "byou", "x - (jikan * 3600 + hun * 60)", "x", "(jikan * 3600 + hun * 60)", "jikan * 3600", "jikan", "3600", "hun * 60", "hun", "60", "System.out.println(jikan + \":\" + hun + \":\" + byou)", "System.out.println", "System.out", "System", "System.out", "jikan + \":\" + hun + \":\" + byou", "\":\"", "hun", "jikan + \":\" + hun + \":\" + byou", "jikan", "\":\"", "hun", "\":\"", "byou", "String args[]", "args" ]
import java.util.Scanner; class Main { public static void main( String args[] ) { Scanner scan = new Scanner(System.in); long x, jikan, hun, byou; x = scan.nextLong(); jikan = x / 3600; hun = (x - (jikan * 3600)) / 60; byou = x - (jikan * 3600 + hun * 60); System.out.println(jikan + ":" + hun + ":" + byou); //System.out.println(jikan); //System.out.println(hun); //System.out.println(byou); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 17, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 24, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 36, 42 ], [ 36, 43 ], [ 36, 44 ], [ 6, 45 ], [ 45, 46 ] ]
[ "import java.util.Scanner;\nclass Main\n {\n public static void main(String[] args)\n {\n Scanner S = new Scanner(System.in);\n int time= S.nextInt();\n int h = time/ 3600;\n int m = (time - h*3600)/60;\n int s = time % 60;\n System.out.printf(\"%d:%d:%d\\n\", h,m,s);\n }\n }", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n {\n public static void main(String[] args)\n {\n Scanner S = new Scanner(System.in);\n int time= S.nextInt();\n int h = time/ 3600;\n int m = (time - h*3600)/60;\n int s = time % 60;\n System.out.printf(\"%d:%d:%d\\n\", h,m,s);\n }\n }", "Main", "public static void main(String[] args)\n {\n Scanner S = new Scanner(System.in);\n int time= S.nextInt();\n int h = time/ 3600;\n int m = (time - h*3600)/60;\n int s = time % 60;\n System.out.printf(\"%d:%d:%d\\n\", h,m,s);\n }", "main", "{\n Scanner S = new Scanner(System.in);\n int time= S.nextInt();\n int h = time/ 3600;\n int m = (time - h*3600)/60;\n int s = time % 60;\n System.out.printf(\"%d:%d:%d\\n\", h,m,s);\n }", "Scanner S = new Scanner(System.in);", "S", "new Scanner(System.in)", "int time= S.nextInt();", "time", "S.nextInt()", "S.nextInt", "S", "int h = time/ 3600;", "h", "time/ 3600", "time", "3600", "int m = (time - h*3600)/60;", "m", "(time - h*3600)/60", "(time - h*3600)", "time", "h*3600", "h", "3600", "60", "int s = time % 60;", "s", "time % 60", "time", "60", "System.out.printf(\"%d:%d:%d\\n\", h,m,s)", "System.out.printf", "System.out", "System", "System.out", "\"%d:%d:%d\\n\"", "h", "m", "s", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner S = new Scanner(System.in); int time= S.nextInt(); int h = time/ 3600; int m = (time - h*3600)/60; int s = time % 60; System.out.printf("%d:%d:%d\n", h,m,s); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 4, 13, 18, 13, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 38, 5, 13, 30, 37, 20, 30, 14, 2, 13, 17, 30, 38, 5, 13, 30, 37, 20, 30, 4, 18, 13, 30, 0, 13, 20, 0, 13, 4, 18, 13, 29, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 22, 24 ], [ 17, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 27, 30 ], [ 17, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 17, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 17, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 17, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 56, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 54, 60 ], [ 56, 61 ], [ 15, 62 ], [ 62, 63 ], [ 13, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 70, 71 ], [ 70, 72 ], [ 66, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 76, 77 ], [ 77, 78 ], [ 73, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 89, 90 ], [ 85, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 73, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 95, 99 ], [ 99, 100 ], [ 99, 101 ], [ 101, 102 ], [ 102, 103 ], [ 66, 104 ], [ 104, 105 ], [ 64, 106 ], [ 106, 107 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.InputStreamReader;\n\nclass Main {\n public static void main(String[] args) {\n String line = readLine(System.in);\n int sec = Integer.parseInt(line);\n int h = sec / 3600;\n int m = (sec / 60) % 60;\n int s = sec % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n\n private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n public static void main(String[] args) {\n String line = readLine(System.in);\n int sec = Integer.parseInt(line);\n int h = sec / 3600;\n int m = (sec / 60) % 60;\n int s = sec % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n\n private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }\n}", "Main", "public static void main(String[] args) {\n String line = readLine(System.in);\n int sec = Integer.parseInt(line);\n int h = sec / 3600;\n int m = (sec / 60) % 60;\n int s = sec % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n String line = readLine(System.in);\n int sec = Integer.parseInt(line);\n int h = sec / 3600;\n int m = (sec / 60) % 60;\n int s = sec % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "String line = readLine(System.in);", "line", "readLine(System.in)", "readLine", "System.in", "System", "System.in", "int sec = Integer.parseInt(line);", "sec", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "int h = sec / 3600;", "h", "sec / 3600", "sec", "3600", "int m = (sec / 60) % 60;", "m", "(sec / 60) % 60", "(sec / 60)", "sec", "60", "60", "int s = sec % 60;", "s", "sec % 60", "sec", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }", "readLine", "{\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }", "String line = null;", "line", "null", "BufferedReader reader = null;", "reader", "null", "try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }", "catch (IOException e) {\n throw new RuntimeException(e);\n }", "IOException e", "{\n throw new RuntimeException(e);\n }", "throw new RuntimeException(e);", "new RuntimeException(e)", "{\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }", "if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "reader != null", "reader", "null", "{\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }", "catch (IOException e) {\n throw new RuntimeException(e);\n }", "IOException e", "{\n throw new RuntimeException(e);\n }", "throw new RuntimeException(e);", "new RuntimeException(e)", "{\n reader.close();\n }", "reader.close()", "reader.close", "reader", "{\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n }", "reader = new BufferedReader(new InputStreamReader(in))", "reader", "new BufferedReader(new InputStreamReader(in))", "line = reader.readLine()", "line", "reader.readLine()", "reader.readLine", "reader", "return line;", "line", "InputStream in", "in" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; class Main { public static void main(String[] args) { String line = readLine(System.in); int sec = Integer.parseInt(line); int h = sec / 3600; int m = (sec / 60) % 60; int s = sec % 60; System.out.println(h + ":" + m + ":" + s); } private static String readLine(InputStream in) { String line = null; BufferedReader reader = null; try { reader = new BufferedReader(new InputStreamReader(in)); line = reader.readLine(); } catch (IOException e) { throw new RuntimeException(e); } finally { if (reader != null) { try { reader.close(); } catch (IOException e) { throw new RuntimeException(e); } } } return line; } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 18, 13, 13, 13, 0, 13, 2, 4, 18, 18, 13, 13, 13, 2, 13, 17, 0, 13, 2, 2, 4, 18, 18, 13, 13, 13, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 81, 8 ], [ 81, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 11, 14 ], [ 14, 15 ], [ 11, 16 ], [ 16, 17 ], [ 11, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 11, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 38, 45 ], [ 45, 46 ], [ 45, 47 ], [ 11, 48 ], [ 48, 49 ], [ 48, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 52, 57 ], [ 51, 58 ], [ 58, 59 ], [ 58, 60 ], [ 51, 61 ], [ 61, 62 ], [ 61, 63 ], [ 11, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 64, 69 ], [ 72, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 70, 76 ], [ 72, 77 ], [ 9, 78 ], [ 78, 79 ], [ 0, 80 ], [ 80, 81 ], [ 80, 82 ] ]
[ "import java.util.Scanner;\nimport java.util.concurrent.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tlong s,sec,min,hour;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ts = in.nextLong();\n\t\t\n\t\thour = TimeUnit.SECONDS.toHours(s);\n\t\tmin = TimeUnit.SECONDS.toMinutes(s) - hour*60;\n\t\tsec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60;\n\t\t\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "import java.util.concurrent.*;", "concurrent.*", "java.util", "public class Main{\n\tpublic static void main(String[] args){\n\t\tlong s,sec,min,hour;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ts = in.nextLong();\n\t\t\n\t\thour = TimeUnit.SECONDS.toHours(s);\n\t\tmin = TimeUnit.SECONDS.toMinutes(s) - hour*60;\n\t\tsec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60;\n\t\t\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tlong s,sec,min,hour;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ts = in.nextLong();\n\t\t\n\t\thour = TimeUnit.SECONDS.toHours(s);\n\t\tmin = TimeUnit.SECONDS.toMinutes(s) - hour*60;\n\t\tsec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60;\n\t\t\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}", "main", "{\n\t\tlong s,sec,min,hour;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ts = in.nextLong();\n\t\t\n\t\thour = TimeUnit.SECONDS.toHours(s);\n\t\tmin = TimeUnit.SECONDS.toMinutes(s) - hour*60;\n\t\tsec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60;\n\t\t\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}", "long s", "s", "sec", "sec", "min", "min", "hour;", "hour", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "s = in.nextLong()", "s", "in.nextLong()", "in.nextLong", "in", "hour = TimeUnit.SECONDS.toHours(s)", "hour", "TimeUnit.SECONDS.toHours(s)", "TimeUnit.SECONDS.toHours", "TimeUnit.SECONDS", "TimeUnit", "TimeUnit.SECONDS", "s", "min = TimeUnit.SECONDS.toMinutes(s) - hour*60", "min", "TimeUnit.SECONDS.toMinutes(s) - hour*60", "TimeUnit.SECONDS.toMinutes(s)", "TimeUnit.SECONDS.toMinutes", "TimeUnit.SECONDS", "TimeUnit", "TimeUnit.SECONDS", "s", "hour*60", "hour", "60", "sec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60", "sec", "TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60", "TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60", "TimeUnit.SECONDS.toSeconds(s)", "TimeUnit.SECONDS.toSeconds", "TimeUnit.SECONDS", "TimeUnit", "TimeUnit.SECONDS", "s", "hour*3600", "hour", "3600", "min*60", "min", "60", "System.out.println(hour+\":\"+min+\":\"+sec)", "System.out.println", "System.out", "System", "System.out", "hour+\":\"+min+\":\"+sec", "\":\"", "min", "hour+\":\"+min+\":\"+sec", "hour", "\":\"", "min", "\":\"", "sec", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n\t\tlong s,sec,min,hour;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ts = in.nextLong();\n\t\t\n\t\thour = TimeUnit.SECONDS.toHours(s);\n\t\tmin = TimeUnit.SECONDS.toMinutes(s) - hour*60;\n\t\tsec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60;\n\t\t\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tlong s,sec,min,hour;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ts = in.nextLong();\n\t\t\n\t\thour = TimeUnit.SECONDS.toHours(s);\n\t\tmin = TimeUnit.SECONDS.toMinutes(s) - hour*60;\n\t\tsec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60;\n\t\t\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "Main" ]
import java.util.Scanner; import java.util.concurrent.*; public class Main{ public static void main(String[] args){ long s,sec,min,hour; Scanner in = new Scanner(System.in); s = in.nextLong(); hour = TimeUnit.SECONDS.toHours(s); min = TimeUnit.SECONDS.toMinutes(s) - hour*60; sec = TimeUnit.SECONDS.toSeconds(s) - hour*3600 - min*60; System.out.println(hour+":"+min+":"+sec); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 4, 18, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 0, 13, 17, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 2, 2, 13, 13, 17, 41, 13, 4, 18, 13, 2, 2, 2, 2, 13, 13, 17, 13, 17, 41, 13, 2, 2, 2, 2, 4, 18, 13, 13, 17, 4, 18, 13, 13, 17, 4, 18, 13, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 99, 11 ], [ 99, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 18, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 25, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 25, 37 ], [ 37, 38 ], [ 37, 39 ], [ 25, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 25, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 25, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 58, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 62, 68 ], [ 61, 69 ], [ 25, 70 ], [ 70, 71 ], [ 70, 72 ], [ 75, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 76, 79 ], [ 75, 80 ], [ 74, 81 ], [ 81, 82 ], [ 82, 83 ], [ 81, 84 ], [ 73, 85 ], [ 75, 86 ], [ 86, 87 ], [ 87, 88 ], [ 86, 89 ], [ 25, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 12, 96 ], [ 96, 97 ], [ 0, 98 ], [ 98, 99 ], [ 98, 100 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "try {\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}", "catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t}", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "double S = Double.parseDouble(str);", "S", "Double.parseDouble(str)", "Double.parseDouble", "Double", "str", "S /= 3600", "S", "3600", "int h = (int)Math.floor(S);", "h", "(int)Math.floor(S)", "Math.floor", "Math", "S", "int m = (int)Math.floor((S - h) * 60);", "m", "(int)Math.floor((S - h) * 60)", "Math.floor", "Math", "(S - h) * 60", "(S - h)", "S", "h", "60", "int s = (int) Math.round((((S - h) * 60) - m) * 60);", "s", "(int) Math.round((((S - h) * 60) - m) * 60)", "Math.round", "Math", "(((S - h) * 60) - m) * 60", "(((S - h) * 60) - m)", "((S - h) * 60)", "(S - h)", "S", "h", "60", "m", "60", "String w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);", "w", "String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s)", "\":\"", "String.valueOf(m)", "String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s)", "String.valueOf(h)", "String.valueOf", "String", "h", "\":\"", "String.valueOf(m)", "String.valueOf", "String", "m", "\":\"", "String.valueOf(s)", "String.valueOf", "String", "s", "System.out.println(w)", "System.out.println", "System.out", "System", "System.out", "w", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tdouble S = Double.parseDouble(str);\n\t\t\tS /= 3600;\n\t\t\tint h = (int)Math.floor(S);\n\t\t\tint m = (int)Math.floor((S - h) * 60);\n\t\t\tint s = (int) Math.round((((S - h) * 60) - m) * 60);\n\t\t\tString w = String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s);\n\t\t\tSystem.out.println(w);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); try { String str = br.readLine(); double S = Double.parseDouble(str); S /= 3600; int h = (int)Math.floor(S); int m = (int)Math.floor((S - h) * 60); int s = (int) Math.round((((S - h) * 60) - m) * 60); String w = String.valueOf(h) + ":" + String.valueOf(m) + ":" + String.valueOf(s); System.out.println(w); } catch (IOException e) { // TODO 自動生成された catch ブロック e.printStackTrace(); } } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 2, 13, 17, 17, 0, 13, 2, 2, 13, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 4, 8 ], [ 8, 9 ], [ 4, 10 ], [ 10, 11 ], [ 4, 12 ], [ 12, 13 ], [ 4, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 16, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 16, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 16, 39 ], [ 39, 40 ], [ 39, 41 ], [ 42, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 47, 48 ], [ 47, 49 ], [ 16, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 58, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 56, 62 ], [ 58, 63 ], [ 4, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 64, 70 ], [ 70, 71 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n int S,h,m,s;\n public void suzuki(){\n\n Scanner sc = new Scanner(System.in);\n\n S = sc.nextInt();\n h = S / 3600;\n m = (S - (h * 3600)) / 60;\n s = S - (h * 3600) - (m * 60);\n System.out.println(h + \":\" + m + \":\" + s);\n }\n\n public static void main(String[] args){\n\n new Main().suzuki();\n }\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n int S,h,m,s;\n public void suzuki(){\n\n Scanner sc = new Scanner(System.in);\n\n S = sc.nextInt();\n h = S / 3600;\n m = (S - (h * 3600)) / 60;\n s = S - (h * 3600) - (m * 60);\n System.out.println(h + \":\" + m + \":\" + s);\n }\n\n public static void main(String[] args){\n\n new Main().suzuki();\n }\n\n}", "Main", "int S", "S", "h", "h", "m", "m", "s;", "s", "public void suzuki(){\n\n Scanner sc = new Scanner(System.in);\n\n S = sc.nextInt();\n h = S / 3600;\n m = (S - (h * 3600)) / 60;\n s = S - (h * 3600) - (m * 60);\n System.out.println(h + \":\" + m + \":\" + s);\n }", "suzuki", "{\n\n Scanner sc = new Scanner(System.in);\n\n S = sc.nextInt();\n h = S / 3600;\n m = (S - (h * 3600)) / 60;\n s = S - (h * 3600) - (m * 60);\n System.out.println(h + \":\" + m + \":\" + s);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "S = sc.nextInt()", "S", "sc.nextInt()", "sc.nextInt", "sc", "h = S / 3600", "h", "S / 3600", "S", "3600", "m = (S - (h * 3600)) / 60", "m", "(S - (h * 3600)) / 60", "(S - (h * 3600))", "S", "(h * 3600)", "h", "3600", "60", "s = S - (h * 3600) - (m * 60)", "s", "S - (h * 3600) - (m * 60)", "S - (h * 3600) - (m * 60)", "S", "(h * 3600)", "h", "3600", "(m * 60)", "m", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "public static void main(String[] args){\n\n new Main().suzuki();\n }", "main", "{\n\n new Main().suzuki();\n }", "new Main().suzuki()", "new Main().suzuki", "new Main()", "String[] args", "args" ]
import java.util.Scanner; class Main { int S,h,m,s; public void suzuki(){ Scanner sc = new Scanner(System.in); S = sc.nextInt(); h = S / 3600; m = (S - (h * 3600)) / 60; s = S - (h * 3600) - (m * 60); System.out.println(h + ":" + m + ":" + s); } public static void main(String[] args){ new Main().suzuki(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 0, 13, 4, 13, 41, 13, 0, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 12, 13, 30, 41, 13, 20, 29, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 78, 8 ], [ 78, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 11, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 11, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 11, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 11, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 11, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 11, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 59, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 59, 64 ], [ 9, 65 ], [ 65, 66 ], [ 78, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint t = Integer.valueOf(in[0]);\n\t\tint h=t/3600;\n\t\tint m=(t%3600)/60;\n\t\tint s=t%60;\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint t = Integer.valueOf(in[0]);\n\t\tint h=t/3600;\n\t\tint m=(t%3600)/60;\n\t\tint s=t%60;\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint t = Integer.valueOf(in[0]);\n\t\tint h=t/3600;\n\t\tint m=(t%3600)/60;\n\t\tint s=t%60;\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}", "main", "{\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint t = Integer.valueOf(in[0]);\n\t\tint h=t/3600;\n\t\tint m=(t%3600)/60;\n\t\tint s=t%60;\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}", "String inStr;", "inStr", "inStr = inp()", "inStr", "inp()", "inp", "String[] in;", "in", "in = inStr.split(\" \")", "in", "inStr.split(\" \")", "inStr.split", "inStr", "\" \"", "int t = Integer.valueOf(in[0]);", "t", "Integer.valueOf(in[0])", "Integer.valueOf", "Integer", "in[0]", "in", "0", "int h=t/3600;", "h", "t/3600", "t", "3600", "int m=(t%3600)/60;", "m", "(t%3600)/60", "(t%3600)", "t", "3600", "60", "int s=t%60;", "s", "t%60", "t", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "private static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}", "inp", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "return br.readLine();", "br.readLine()", "br.readLine", "br", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint t = Integer.valueOf(in[0]);\n\t\tint h=t/3600;\n\t\tint m=(t%3600)/60;\n\t\tint s=t%60;\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint t = Integer.valueOf(in[0]);\n\t\tint h=t/3600;\n\t\tint m=(t%3600)/60;\n\t\tint s=t%60;\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception { String inStr; inStr = inp(); String[] in; in = inStr.split(" "); int t = Integer.valueOf(in[0]); int h=t/3600; int m=(t%3600)/60; int s=t%60; System.out.println(h+":"+m+":"+s); } private static String inp() throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); return br.readLine(); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 2, 2, 13, 17, 17, 17, 2, 2, 13, 2, 2, 2, 13, 17, 2, 2, 13, 17, 17, 17, 2, 2, 13, 17, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 62, 5 ], [ 62, 6 ], [ 6, 7 ], [ 6, 8 ], [ 62, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 11, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 17, 22 ], [ 25, 23 ], [ 23, 24 ], [ 30, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 25, 29 ], [ 30, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 23, 39 ], [ 25, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 43, 53 ], [ 40, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 9, 59 ], [ 59, 60 ], [ 0, 61 ], [ 61, 62 ], [ 61, 63 ] ]
[ "import java.util.*;\npublic class Main {\nstatic Scanner sc= new Scanner(System.in);\n public static void main(String[] args) {\n int x =sc.nextInt();\n // System.out.println((x/60));\n // System.out.println((x/3600));\n System.out.println((x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600));\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\nstatic Scanner sc= new Scanner(System.in);\n public static void main(String[] args) {\n int x =sc.nextInt();\n // System.out.println((x/60));\n // System.out.println((x/3600));\n System.out.println((x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600));\n }\n}", "Main", "static Scanner sc= new Scanner(System.in);", "sc", "new Scanner(System.in)", "public static void main(String[] args) {\n int x =sc.nextInt();\n // System.out.println((x/60));\n // System.out.println((x/3600));\n System.out.println((x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600));\n }", "main", "{\n int x =sc.nextInt();\n // System.out.println((x/60));\n // System.out.println((x/3600));\n System.out.println((x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600));\n }", "int x =sc.nextInt();", "x", "sc.nextInt()", "sc.nextInt", "sc", "System.out.println((x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600))", "System.out.println", "System.out", "System", "System.out", "(x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600)", "\":\"", "((x/60)-(x/3600)*60)", "(x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600)", "(x/3600)", "x", "3600", "\":\"", "((x/60)-(x/3600)*60)", "(x/60)", "x", "60", "(x/3600)*60", "(x/3600)", "x", "3600", "60", "\":\"", "(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600)", "x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600", "x", "(((x/60)-(x/3600)*60)*60)", "((x/60)-(x/3600)*60)", "(x/60)", "x", "60", "(x/3600)*60", "(x/3600)", "x", "3600", "60", "60", "(x/3600)*3600", "(x/3600)", "x", "3600", "3600", "String[] args", "args", "public class Main {\nstatic Scanner sc= new Scanner(System.in);\n public static void main(String[] args) {\n int x =sc.nextInt();\n // System.out.println((x/60));\n // System.out.println((x/3600));\n System.out.println((x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600));\n }\n}", "public class Main {\nstatic Scanner sc= new Scanner(System.in);\n public static void main(String[] args) {\n int x =sc.nextInt();\n // System.out.println((x/60));\n // System.out.println((x/3600));\n System.out.println((x/3600)+\":\"+((x/60)-(x/3600)*60)+\":\"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600));\n }\n}", "Main" ]
import java.util.*; public class Main { static Scanner sc= new Scanner(System.in); public static void main(String[] args) { int x =sc.nextInt(); // System.out.println((x/60)); // System.out.println((x/3600)); System.out.println((x/3600)+":"+((x/60)-(x/3600)*60)+":"+(x-(((x/60)-(x/3600)*60)*60)-(x/3600)*3600)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 41, 13, 0, 13, 2, 13, 17, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 23, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 45, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 45, 50 ], [ 6, 51 ], [ 51, 52 ] ]
[ "import java.util.*;\nclass Main{\n public static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tint n=scan.nextInt();\n\tint h,m;\n\th=n/3600;\n\tn%=3600;\n\tm=n/60;\n\tn%=60;\n\tSystem.out.println(h+\":\"+m+\":\"+n);\n }\n}", "import java.util.*;", "util.*", "java", "class Main{\n public static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tint n=scan.nextInt();\n\tint h,m;\n\th=n/3600;\n\tn%=3600;\n\tm=n/60;\n\tn%=60;\n\tSystem.out.println(h+\":\"+m+\":\"+n);\n }\n}", "Main", "public static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tint n=scan.nextInt();\n\tint h,m;\n\th=n/3600;\n\tn%=3600;\n\tm=n/60;\n\tn%=60;\n\tSystem.out.println(h+\":\"+m+\":\"+n);\n }", "main", "{\n\tScanner scan = new Scanner(System.in);\n\tint n=scan.nextInt();\n\tint h,m;\n\th=n/3600;\n\tn%=3600;\n\tm=n/60;\n\tn%=60;\n\tSystem.out.println(h+\":\"+m+\":\"+n);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int n=scan.nextInt();", "n", "scan.nextInt()", "scan.nextInt", "scan", "int h", "h", "m;", "m", "h=n/3600", "h", "n/3600", "n", "3600", "n%=3600", "n", "3600", "m=n/60", "m", "n/60", "n", "60", "n%=60", "n", "60", "System.out.println(h+\":\"+m+\":\"+n)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+n", "\":\"", "m", "h+\":\"+m+\":\"+n", "h", "\":\"", "m", "\":\"", "n", "String args[]", "args" ]
import java.util.*; class Main{ public static void main(String args[]){ Scanner scan = new Scanner(System.in); int n=scan.nextInt(); int h,m; h=n/3600; n%=3600; m=n/60; n%=60; System.out.println(h+":"+m+":"+n); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 54, 5 ], [ 54, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 45, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 45, 50 ], [ 6, 51 ], [ 51, 52 ], [ 0, 53 ], [ 53, 54 ], [ 53, 55 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\t\n\t\tint hour = second / 3600;\n\t\tsecond -= hour * 3600;\n\t\tint minute = second / 60;\n\t\tsecond -= minute * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\t\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\t\n\t\tint hour = second / 3600;\n\t\tsecond -= hour * 3600;\n\t\tint minute = second / 60;\n\t\tsecond -= minute * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\t\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\t\n\t\tint hour = second / 3600;\n\t\tsecond -= hour * 3600;\n\t\tint minute = second / 60;\n\t\tsecond -= minute * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\t\n\t\tint hour = second / 3600;\n\t\tsecond -= hour * 3600;\n\t\tint minute = second / 60;\n\t\tsecond -= minute * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int second = scanner.nextInt();", "second", "scanner.nextInt()", "scanner.nextInt", "scanner", "int hour = second / 3600;", "hour", "second / 3600", "second", "3600", "second -= hour * 3600", "second", "hour * 3600", "hour", "3600", "int minute = second / 60;", "minute", "second / 60", "second", "60", "second -= minute * 60", "second", "minute * 60", "minute", "60", "System.out.println(hour + \":\" + minute + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "String[] args", "args", "public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\t\n\t\tint hour = second / 3600;\n\t\tsecond -= hour * 3600;\n\t\tint minute = second / 60;\n\t\tsecond -= minute * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\t\n}", "public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\t\n\t\tint hour = second / 3600;\n\t\tsecond -= hour * 3600;\n\t\tint minute = second / 60;\n\t\tsecond -= minute * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\t\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int second = scanner.nextInt(); int hour = second / 3600; second -= hour * 3600; int minute = second / 60; second -= minute * 60; System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 69, 5 ], [ 69, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 8, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 8, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 51, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 49, 55 ], [ 51, 56 ], [ 69, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 59, 63 ], [ 63, 64 ], [ 64, 65 ], [ 57, 66 ], [ 66, 67 ], [ 0, 68 ], [ 68, 69 ], [ 68, 70 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tvoid watch(){\n\t\tint h,m,s;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ts = s1.nextInt();\n\t\th = s/3600;\n\t\ts-=h*3600;\n\t\tm = s/60;\n\t\ts-=m*60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.watch();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid watch(){\n\t\tint h,m,s;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ts = s1.nextInt();\n\t\th = s/3600;\n\t\ts-=h*3600;\n\t\tm = s/60;\n\t\ts-=m*60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.watch();\n\t}\n}", "Main", "void watch(){\n\t\tint h,m,s;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ts = s1.nextInt();\n\t\th = s/3600;\n\t\ts-=h*3600;\n\t\tm = s/60;\n\t\ts-=m*60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "watch", "{\n\t\tint h,m,s;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ts = s1.nextInt();\n\t\th = s/3600;\n\t\ts-=h*3600;\n\t\tm = s/60;\n\t\ts-=m*60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "int h", "h", "m", "m", "s;", "s", "Scanner s1 = new Scanner(System.in);", "s1", "new Scanner(System.in)", "s = s1.nextInt()", "s", "s1.nextInt()", "s1.nextInt", "s1", "h = s/3600", "h", "s/3600", "s", "3600", "s-=h*3600", "s", "h*3600", "h", "3600", "m = s/60", "m", "s/60", "s", "60", "s-=m*60", "s", "m*60", "m", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "public static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.watch();\n\t}", "main", "{\n\t\tMain m1 = new Main();\n\t\tm1.watch();\n\t}", "Main m1 = new Main();", "m1", "new Main()", "m1.watch()", "m1.watch", "m1", "String args[]", "args", "public class Main {\n\tvoid watch(){\n\t\tint h,m,s;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ts = s1.nextInt();\n\t\th = s/3600;\n\t\ts-=h*3600;\n\t\tm = s/60;\n\t\ts-=m*60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.watch();\n\t}\n}", "public class Main {\n\tvoid watch(){\n\t\tint h,m,s;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ts = s1.nextInt();\n\t\th = s/3600;\n\t\ts-=h*3600;\n\t\tm = s/60;\n\t\ts-=m*60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.watch();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void watch(){ int h,m,s; Scanner s1 = new Scanner(System.in); s = s1.nextInt(); h = s/3600; s-=h*3600; m = s/60; s-=m*60; System.out.println(h + ":" + m + ":" + s); } public static void main(String args[]){ Main m1 = new Main(); m1.watch(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 2, 13, 17, 0, 13, 17, 41, 13, 2, 13, 17, 0, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 44, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 42, 48 ], [ 44, 49 ], [ 6, 50 ], [ 50, 51 ] ]
[ "import java.io.*;\nclass Main{\n public static void main(String[] args) throws IOException\n {\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tint s = Integer.parseInt(br.readLine());\n\tint h = s /3600;\n\ts %= 3600;\n\tint m = s / 60;\n\ts %= 60;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }\n}", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String[] args) throws IOException\n {\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tint s = Integer.parseInt(br.readLine());\n\tint h = s /3600;\n\ts %= 3600;\n\tint m = s / 60;\n\ts %= 60;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String[] args) throws IOException\n {\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tint s = Integer.parseInt(br.readLine());\n\tint h = s /3600;\n\ts %= 3600;\n\tint m = s / 60;\n\ts %= 60;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tint s = Integer.parseInt(br.readLine());\n\tint h = s /3600;\n\ts %= 3600;\n\tint m = s / 60;\n\ts %= 60;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int s = Integer.parseInt(br.readLine());", "s", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "int h = s /3600;", "h", "s /3600", "s", "3600", "s %= 3600", "s", "3600", "int m = s / 60;", "m", "s / 60", "s", "60", "s %= 60", "s", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int s = Integer.parseInt(br.readLine()); int h = s /3600; s %= 3600; int m = s / 60; s %= 60; System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 17, 41, 13, 20, 17, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 0, 18, 13, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 18, 13, 17, 17, 18, 13, 17, 17, 18, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 14, 24 ], [ 24, 25 ], [ 24, 26 ], [ 14, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 14, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 35, 38 ], [ 14, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 44, 45 ], [ 44, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 39, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 56, 57 ], [ 56, 58 ], [ 51, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 14, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 64, 69 ], [ 72, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 71, 77 ], [ 77, 78 ], [ 77, 79 ], [ 70, 80 ], [ 72, 81 ], [ 81, 82 ], [ 81, 83 ], [ 12, 84 ], [ 84, 85 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\n\n/*\n * ???????????§??????????´? EightQueen.java\n *\n * Copyright(C) 2016 Nagasaki Team All Rights Reserved.\n */\n/**\n * AIZU???Time???????????¨????§????h:m:s???????????????\n *@author Iwanaga\n * @version 1.00\n */\n\nclass Main{\n\t/*\n\t *main????????????\n\t */\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = \n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tString str = null;\n\t\tint sec = 0;\n\t\tint[] time=new int[3];\n\n\t\tstr = br.readLine();\n\t\tsec = Integer.parseInt(str);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ttime[i]=sec%60;\n\t\t\tsec=sec/60;\n\t\t}\n\t\tSystem.out.println(time[2]+\":\"+time[1]+\":\"+time[0]);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "class Main{\n\t/*\n\t *main????????????\n\t */\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = \n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tString str = null;\n\t\tint sec = 0;\n\t\tint[] time=new int[3];\n\n\t\tstr = br.readLine();\n\t\tsec = Integer.parseInt(str);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ttime[i]=sec%60;\n\t\t\tsec=sec/60;\n\t\t}\n\t\tSystem.out.println(time[2]+\":\"+time[1]+\":\"+time[0]);\n\t}\n}", "Main", "/*\n\t *main????????????\n\t */\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = \n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tString str = null;\n\t\tint sec = 0;\n\t\tint[] time=new int[3];\n\n\t\tstr = br.readLine();\n\t\tsec = Integer.parseInt(str);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ttime[i]=sec%60;\n\t\t\tsec=sec/60;\n\t\t}\n\t\tSystem.out.println(time[2]+\":\"+time[1]+\":\"+time[0]);\n\t}", "main", "{\n\t\tBufferedReader br = \n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tString str = null;\n\t\tint sec = 0;\n\t\tint[] time=new int[3];\n\n\t\tstr = br.readLine();\n\t\tsec = Integer.parseInt(str);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ttime[i]=sec%60;\n\t\t\tsec=sec/60;\n\t\t}\n\t\tSystem.out.println(time[2]+\":\"+time[1]+\":\"+time[0]);\n\t}", "BufferedReader br = \n\t\t\tnew BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = null;", "str", "null", "int sec = 0;", "sec", "0", "int[] time=new int[3];", "time", "new int[3]", "3", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "sec = Integer.parseInt(str)", "sec", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "for(int i=0; i<3; i++){\n\t\t\ttime[i]=sec%60;\n\t\t\tsec=sec/60;\n\t\t}", "int i=0;", "int i=0;", "i", "0", "i<3", "i", "3", "i++", "i++", "i", "{\n\t\t\ttime[i]=sec%60;\n\t\t\tsec=sec/60;\n\t\t}", "{\n\t\t\ttime[i]=sec%60;\n\t\t\tsec=sec/60;\n\t\t}", "time[i]=sec%60", "time[i]", "time", "i", "sec%60", "sec", "60", "sec=sec/60", "sec", "sec/60", "sec", "60", "System.out.println(time[2]+\":\"+time[1]+\":\"+time[0])", "System.out.println", "System.out", "System", "System.out", "time[2]+\":\"+time[1]+\":\"+time[0]", "\":\"", "time[1]", "time[2]+\":\"+time[1]+\":\"+time[0]", "time[2]", "time", "2", "\":\"", "time[1]", "time", "1", "\":\"", "time[0]", "time", "0", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; /* * ???????????§??????????´? EightQueen.java * * Copyright(C) 2016 Nagasaki Team All Rights Reserved. */ /** * AIZU???Time???????????¨????§????h:m:s??????????????? *@author Iwanaga * @version 1.00 */ class Main{ /* *main???????????? */ public static void main(String[] args)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = null; int sec = 0; int[] time=new int[3]; str = br.readLine(); sec = Integer.parseInt(str); for(int i=0; i<3; i++){ time[i]=sec%60; sec=sec/60; } System.out.println(time[2]+":"+time[1]+":"+time[0]); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 14, 2, 2, 13, 17, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 2, 2, 13, 2, 13, 17, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 72, 5 ], [ 72, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 18, 22 ], [ 22, 23 ], [ 22, 24 ], [ 17, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 26, 31 ], [ 17, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 40, 46 ], [ 32, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 55, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 53, 59 ], [ 55, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 63, 65 ], [ 60, 66 ], [ 66, 67 ], [ 66, 68 ], [ 6, 69 ], [ 69, 70 ], [ 0, 71 ], [ 71, 72 ], [ 71, 73 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint second = scan.nextInt();\n\t\tif (second < 0 || second >= 86400) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t} else {\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint second = scan.nextInt();\n\t\tif (second < 0 || second >= 86400) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t} else {\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint second = scan.nextInt();\n\t\tif (second < 0 || second >= 86400) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t} else {\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint second = scan.nextInt();\n\t\tif (second < 0 || second >= 86400) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t} else {\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int second = scan.nextInt();", "second", "scan.nextInt()", "scan.nextInt", "scan", "if (second < 0 || second >= 86400) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t} else {\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}", "second < 0 || second >= 86400", "second < 0", "second", "0", "second >= 86400", "second", "86400", "{\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}", "System.out.println(\"Error!\")", "System.out.println", "System.out", "System", "System.out", "\"Error!\"", "{\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}", "int hour = second/3600;", "hour", "second/3600", "second", "3600", "int minute = (second - hour*3600)/60;", "minute", "(second - hour*3600)/60", "(second - hour*3600)", "second", "hour*3600", "hour", "3600", "60", "System.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60))", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60)", "\":\"", "minute", "hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60)", "hour", "\":\"", "minute", "\":\"", "(second - hour*3600 - minute*60)", "second - hour*3600 - minute*60", "second", "hour*3600", "hour", "3600", "minute*60", "minute", "60", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint second = scan.nextInt();\n\t\tif (second < 0 || second >= 86400) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t} else {\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint second = scan.nextInt();\n\t\tif (second < 0 || second >= 86400) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t} else {\n\t\t\tint hour = second/3600;\n\t\t\tint minute = (second - hour*3600)/60;\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + (second - hour*3600 - minute*60));\n\t\t}\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO Auto-generated method stub Scanner scan = new Scanner(System.in); int second = scan.nextInt(); if (second < 0 || second >= 86400) { System.out.println("Error!"); } else { int hour = second/3600; int minute = (second - hour*3600)/60; System.out.println(hour + ":" + minute + ":" + (second - hour*3600 - minute*60)); } } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 17, 41, 13, 17, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 13, 17, 2, 13, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 4, 9 ], [ 9, 10 ], [ 9, 11 ], [ 4, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 14, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 14, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 33, 38 ], [ 41, 39 ], [ 39, 40 ], [ 46, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 46, 46 ], [ 46, 47 ], [ 46, 48 ], [ 39, 49 ], [ 41, 50 ], [ 12, 51 ], [ 51, 52 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n static final int hMin = 60;\n static final int hSec = 3600;\n public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int hs = input.nextInt();\n int ms = hs%hSec;\n int cs = ms%60;\n System.out.println(hs/hSec+\":\"+ms/hMin+\":\"+cs);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n static final int hMin = 60;\n static final int hSec = 3600;\n public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int hs = input.nextInt();\n int ms = hs%hSec;\n int cs = ms%60;\n System.out.println(hs/hSec+\":\"+ms/hMin+\":\"+cs);\n }\n}", "Main", "static final int hMin = 60;", "hMin", "60", "static final int hSec = 3600;", "hSec", "3600", "public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int hs = input.nextInt();\n int ms = hs%hSec;\n int cs = ms%60;\n System.out.println(hs/hSec+\":\"+ms/hMin+\":\"+cs);\n }", "main", "{\n Scanner input = new Scanner(System.in);\n int hs = input.nextInt();\n int ms = hs%hSec;\n int cs = ms%60;\n System.out.println(hs/hSec+\":\"+ms/hMin+\":\"+cs);\n }", "Scanner input = new Scanner(System.in);", "input", "new Scanner(System.in)", "int hs = input.nextInt();", "hs", "input.nextInt()", "input.nextInt", "input", "int ms = hs%hSec;", "ms", "hs%hSec", "hs", "hSec", "int cs = ms%60;", "cs", "ms%60", "ms", "60", "System.out.println(hs/hSec+\":\"+ms/hMin+\":\"+cs)", "System.out.println", "System.out", "System", "System.out", "hs/hSec+\":\"+ms/hMin+\":\"+cs", "\":\"", "ms/hMin", "hs/hSec+\":\"+ms/hMin+\":\"+cs", "hs/hSec", "hs", "hSec", "\":\"", "ms/hMin", "ms", "hMin", "\":\"", "cs", "String[] args", "args" ]
import java.util.Scanner; class Main { static final int hMin = 60; static final int hSec = 3600; public static void main(String[] args) throws Exception{ Scanner input = new Scanner(System.in); int hs = input.nextInt(); int ms = hs%hSec; int cs = ms%60; System.out.println(hs/hSec+":"+ms/hMin+":"+cs); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 17, 13, 17, 41, 13, 2, 2, 13, 2, 17, 13, 2, 17, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 30, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 40, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 56, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 54, 60 ], [ 56, 61 ], [ 6, 62 ], [ 62, 63 ] ]
[ "import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString line = br.readLine();\n\t\t\tint a = Integer.parseInt(line);\n\n\t\t\tint hour = a / 3600;\n\t\t\tint minute = (a - 3600 * hour) / 60;\n\t\t\tint s = a - 3600 * hour - 60 * minute;\n\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + s);\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString line = br.readLine();\n\t\t\tint a = Integer.parseInt(line);\n\n\t\t\tint hour = a / 3600;\n\t\t\tint minute = (a - 3600 * hour) / 60;\n\t\t\tint s = a - 3600 * hour - 60 * minute;\n\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString line = br.readLine();\n\t\t\tint a = Integer.parseInt(line);\n\n\t\t\tint hour = a / 3600;\n\t\t\tint minute = (a - 3600 * hour) / 60;\n\t\t\tint s = a - 3600 * hour - 60 * minute;\n\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + s);\n\t}", "main", "{\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString line = br.readLine();\n\t\t\tint a = Integer.parseInt(line);\n\n\t\t\tint hour = a / 3600;\n\t\t\tint minute = (a - 3600 * hour) / 60;\n\t\t\tint s = a - 3600 * hour - 60 * minute;\n\n\t\t\tSystem.out.println(hour + \":\" + minute + \":\" + s);\n\t}", "BufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = br.readLine();", "line", "br.readLine()", "br.readLine", "br", "int a = Integer.parseInt(line);", "a", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "int hour = a / 3600;", "hour", "a / 3600", "a", "3600", "int minute = (a - 3600 * hour) / 60;", "minute", "(a - 3600 * hour) / 60", "(a - 3600 * hour)", "a", "3600 * hour", "3600", "hour", "60", "int s = a - 3600 * hour - 60 * minute;", "s", "a - 3600 * hour - 60 * minute", "a - 3600 * hour - 60 * minute", "a", "3600 * hour", "3600", "hour", "60 * minute", "60", "minute", "System.out.println(hour + \":\" + minute + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + s", "\":\"", "minute", "hour + \":\" + minute + \":\" + s", "hour", "\":\"", "minute", "\":\"", "s", "String[] args", "args" ]
import java.io.*; class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); int a = Integer.parseInt(line); int hour = a / 3600; int minute = (a - 3600 * hour) / 60; int s = a - 3600 * hour - 60 * minute; System.out.println(hour + ":" + minute + ":" + s); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 38, 5, 13, 30, 4, 18, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 21, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 28, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 28, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 28, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 28, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 28, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 28, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 68, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 66, 72 ], [ 68, 73 ], [ 12, 74 ], [ 74, 75 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint s = Integer.parseInt(buf);\n\t\t\tint h = s / 3600;\n\t\t\ts = s % 3600;\n\t\t\tint m = s / 60;\n\t\t\ts = s % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint s = Integer.parseInt(buf);\n\t\t\tint h = s / 3600;\n\t\t\ts = s % 3600;\n\t\t\tint m = s / 60;\n\t\t\ts = s % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint s = Integer.parseInt(buf);\n\t\t\tint h = s / 3600;\n\t\t\ts = s % 3600;\n\t\t\tint m = s / 60;\n\t\t\ts = s % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "main", "{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tint s = Integer.parseInt(buf);\n\t\t\tint h = s / 3600;\n\t\t\ts = s % 3600;\n\t\t\tint m = s / 60;\n\t\t\ts = s % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "InputStreamReader isr = new InputStreamReader(System.in);", "isr", "new InputStreamReader(System.in)", "BufferedReader br = new BufferedReader(isr);", "br", "new BufferedReader(isr)", "try {\n\t\t\tString buf = br.readLine();\n\t\t\tint s = Integer.parseInt(buf);\n\t\t\tint h = s / 3600;\n\t\t\ts = s % 3600;\n\t\t\tint m = s / 60;\n\t\t\ts = s % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}", "catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tString buf = br.readLine();\n\t\t\tint s = Integer.parseInt(buf);\n\t\t\tint h = s / 3600;\n\t\t\ts = s % 3600;\n\t\t\tint m = s / 60;\n\t\t\ts = s % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t}", "String buf = br.readLine();", "buf", "br.readLine()", "br.readLine", "br", "int s = Integer.parseInt(buf);", "s", "Integer.parseInt(buf)", "Integer.parseInt", "Integer", "buf", "int h = s / 3600;", "h", "s / 3600", "s", "3600", "s = s % 3600", "s", "s % 3600", "s", "3600", "int m = s / 60;", "m", "s / 60", "s", "60", "s = s % 60", "s", "s % 60", "s", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) { InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(isr); try { String buf = br.readLine(); int s = Integer.parseInt(buf); int h = s / 3600; s = s % 3600; int m = s / 60; s = s % 60; System.out.println(h + ":" + m + ":" + s); } catch (IOException e) { e.printStackTrace(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 2, 17, 17, 0, 13, 2, 13, 2, 17, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 17, 13, 13, 13, 12, 13, 30, 4, 18, 20, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 59, 5 ], [ 59, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 21, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 8, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 41, 47 ], [ 41, 48 ], [ 41, 49 ], [ 59, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 50, 56 ], [ 56, 57 ], [ 0, 58 ], [ 58, 59 ], [ 58, 60 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint h = s / (60*60);\n\t\ts = s % (60*60);\n\t\tint m = s / 60;\n\t\ts = s % 60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\", h, m, s);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint h = s / (60*60);\n\t\ts = s % (60*60);\n\t\tint m = s / 60;\n\t\ts = s % 60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\", h, m, s);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "Main", "void run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint h = s / (60*60);\n\t\ts = s % (60*60);\n\t\tint m = s / 60;\n\t\ts = s % 60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\", h, m, s);\n\t}", "run", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint h = s / (60*60);\n\t\ts = s % (60*60);\n\t\tint m = s / 60;\n\t\ts = s % 60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\", h, m, s);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int s = scan.nextInt();", "s", "scan.nextInt()", "scan.nextInt", "scan", "int h = s / (60*60);", "h", "s / (60*60)", "s", "(60*60)", "60", "60", "s = s % (60*60)", "s", "s % (60*60)", "s", "(60*60)", "60", "60", "int m = s / 60;", "m", "s / 60", "s", "60", "s = s % 60", "s", "s % 60", "s", "60", "System.out.printf(\"%d:%d:%d\\n\", h, m, s)", "System.out.printf", "System.out", "System", "System.out", "\"%d:%d:%d\\n\"", "h", "m", "s", "public static void main(String[] args) {\n\t\tnew Main().run();\n\t}", "main", "{\n\t\tnew Main().run();\n\t}", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint h = s / (60*60);\n\t\ts = s % (60*60);\n\t\tint m = s / 60;\n\t\ts = s % 60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\", h, m, s);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint h = s / (60*60);\n\t\ts = s % (60*60);\n\t\tint m = s / 60;\n\t\ts = s % 60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\", h, m, s);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void run() { Scanner scan = new Scanner(System.in); int s = scan.nextInt(); int h = s / (60*60); s = s % (60*60); int m = s / 60; s = s % 60; System.out.printf("%d:%d:%d\n", h, m, s); } public static void main(String[] args) { new Main().run(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 60, 11 ], [ 60, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 20, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 14, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 14, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 51, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 49, 55 ], [ 51, 56 ], [ 12, 57 ], [ 57, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputSecond = Integer.parseInt(br.readLine());\n\t\tint hour = inputSecond/3600;\n\t\tint minute = (inputSecond/60)%60;\n\t\tint second = inputSecond%60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputSecond = Integer.parseInt(br.readLine());\n\t\tint hour = inputSecond/3600;\n\t\tint minute = (inputSecond/60)%60;\n\t\tint second = inputSecond%60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputSecond = Integer.parseInt(br.readLine());\n\t\tint hour = inputSecond/3600;\n\t\tint minute = (inputSecond/60)%60;\n\t\tint second = inputSecond%60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputSecond = Integer.parseInt(br.readLine());\n\t\tint hour = inputSecond/3600;\n\t\tint minute = (inputSecond/60)%60;\n\t\tint second = inputSecond%60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int inputSecond = Integer.parseInt(br.readLine());", "inputSecond", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "int hour = inputSecond/3600;", "hour", "inputSecond/3600", "inputSecond", "3600", "int minute = (inputSecond/60)%60;", "minute", "(inputSecond/60)%60", "(inputSecond/60)", "inputSecond", "60", "60", "int second = inputSecond%60;", "second", "inputSecond%60", "inputSecond", "60", "System.out.println(hour + \":\" + minute + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputSecond = Integer.parseInt(br.readLine());\n\t\tint hour = inputSecond/3600;\n\t\tint minute = (inputSecond/60)%60;\n\t\tint second = inputSecond%60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint inputSecond = Integer.parseInt(br.readLine());\n\t\tint hour = inputSecond/3600;\n\t\tint minute = (inputSecond/60)%60;\n\t\tint second = inputSecond%60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int inputSecond = Integer.parseInt(br.readLine()); int hour = inputSecond/3600; int minute = (inputSecond/60)%60; int second = inputSecond%60; System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 14, 2, 2, 13, 17, 2, 13, 17, 30, 29, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 17, 41, 13, 2, 13, 2, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 67, 5 ], [ 67, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 20, 22 ], [ 15, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 58, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 56, 62 ], [ 58, 63 ], [ 6, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "import java.io.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tint intIn = new Integer(in.readLine());\n\t\tif(intIn < 0 || intIn > 86400) {\n\t\t\treturn;\n\t\t}\n\t\tint h = intIn / 3600;\n\t\tint m = (intIn - h * 3600) / 60;\n\t\tint s = intIn - (h * 3600 + m * 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n\n}\n", "import java.io.*;", "io.*", "java", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tint intIn = new Integer(in.readLine());\n\t\tif(intIn < 0 || intIn > 86400) {\n\t\t\treturn;\n\t\t}\n\t\tint h = intIn / 3600;\n\t\tint m = (intIn - h * 3600) / 60;\n\t\tint s = intIn - (h * 3600 + m * 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tint intIn = new Integer(in.readLine());\n\t\tif(intIn < 0 || intIn > 86400) {\n\t\t\treturn;\n\t\t}\n\t\tint h = intIn / 3600;\n\t\tint m = (intIn - h * 3600) / 60;\n\t\tint s = intIn - (h * 3600 + m * 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tint intIn = new Integer(in.readLine());\n\t\tif(intIn < 0 || intIn > 86400) {\n\t\t\treturn;\n\t\t}\n\t\tint h = intIn / 3600;\n\t\tint m = (intIn - h * 3600) / 60;\n\t\tint s = intIn - (h * 3600 + m * 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "int intIn = new Integer(in.readLine());", "intIn", "new Integer(in.readLine())", "if(intIn < 0 || intIn > 86400) {\n\t\t\treturn;\n\t\t}", "intIn < 0 || intIn > 86400", "intIn < 0", "intIn", "0", "intIn > 86400", "intIn", "86400", "{\n\t\t\treturn;\n\t\t}", "return;", "int h = intIn / 3600;", "h", "intIn / 3600", "intIn", "3600", "int m = (intIn - h * 3600) / 60;", "m", "(intIn - h * 3600) / 60", "(intIn - h * 3600)", "intIn", "h * 3600", "h", "3600", "60", "int s = intIn - (h * 3600 + m * 60);", "s", "intIn - (h * 3600 + m * 60)", "intIn", "(h * 3600 + m * 60)", "h * 3600", "h", "3600", "m * 60", "m", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tint intIn = new Integer(in.readLine());\n\t\tif(intIn < 0 || intIn > 86400) {\n\t\t\treturn;\n\t\t}\n\t\tint h = intIn / 3600;\n\t\tint m = (intIn - h * 3600) / 60;\n\t\tint s = intIn - (h * 3600 + m * 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tint intIn = new Integer(in.readLine());\n\t\tif(intIn < 0 || intIn > 86400) {\n\t\t\treturn;\n\t\t}\n\t\tint h = intIn / 3600;\n\t\tint m = (intIn - h * 3600) / 60;\n\t\tint s = intIn - (h * 3600 + m * 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); int intIn = new Integer(in.readLine()); if(intIn < 0 || intIn > 86400) { return; } int h = intIn / 3600; int m = (intIn - h * 3600) / 60; int s = intIn - (h * 3600 + m * 60); System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 2, 13, 17, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 17, 22 ], [ 25, 23 ], [ 23, 24 ], [ 30, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 25, 29 ], [ 30, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 23, 35 ], [ 25, 36 ], [ 37, 37 ], [ 37, 38 ], [ 37, 39 ], [ 37, 40 ], [ 6, 41 ], [ 41, 42 ] ]
[ "import java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\tSystem.out.println(s/3600 + \":\" + s%3600/60 + \":\" + s%3600%60);\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\tSystem.out.println(s/3600 + \":\" + s%3600/60 + \":\" + s%3600%60);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\tSystem.out.println(s/3600 + \":\" + s%3600/60 + \":\" + s%3600%60);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\tSystem.out.println(s/3600 + \":\" + s%3600/60 + \":\" + s%3600%60);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "System.out.println(s/3600 + \":\" + s%3600/60 + \":\" + s%3600%60)", "System.out.println", "System.out", "System", "System.out", "s/3600 + \":\" + s%3600/60 + \":\" + s%3600%60", "\":\"", "s%3600/60", "s/3600 + \":\" + s%3600/60 + \":\" + s%3600%60", "s/3600", "s", "3600", "\":\"", "s%3600/60", "s%3600", "s", "3600", "60", "\":\"", "s%3600%60", "s%3600%60", "s", "3600", "60", "String[] args", "args" ]
import java.util.*; class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int s = sc.nextInt(); System.out.println(s/3600 + ":" + s%3600/60 + ":" + s%3600%60); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 4, 18, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 17, 22 ], [ 25, 23 ], [ 23, 24 ], [ 30, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 25, 29 ], [ 30, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 23, 35 ], [ 25, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 40, 41 ], [ 6, 42 ], [ 42, 43 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint S = scanner.nextInt();\n\t\tSystem.out.println(S/3600 + \":\" + S/60%60 + \":\" + S%60);\n\t\tscanner.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint S = scanner.nextInt();\n\t\tSystem.out.println(S/3600 + \":\" + S/60%60 + \":\" + S%60);\n\t\tscanner.close();\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint S = scanner.nextInt();\n\t\tSystem.out.println(S/3600 + \":\" + S/60%60 + \":\" + S%60);\n\t\tscanner.close();\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint S = scanner.nextInt();\n\t\tSystem.out.println(S/3600 + \":\" + S/60%60 + \":\" + S%60);\n\t\tscanner.close();\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int S = scanner.nextInt();", "S", "scanner.nextInt()", "scanner.nextInt", "scanner", "System.out.println(S/3600 + \":\" + S/60%60 + \":\" + S%60)", "System.out.println", "System.out", "System", "System.out", "S/3600 + \":\" + S/60%60 + \":\" + S%60", "\":\"", "S/60%60", "S/3600 + \":\" + S/60%60 + \":\" + S%60", "S/3600", "S", "3600", "\":\"", "S/60%60", "S/60", "S", "60", "60", "\":\"", "S%60", "S", "60", "scanner.close()", "scanner.close", "scanner", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int S = scanner.nextInt(); System.out.println(S/3600 + ":" + S/60%60 + ":" + S%60); scanner.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 17, 22 ], [ 25, 23 ], [ 23, 24 ], [ 30, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 25, 29 ], [ 30, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 23, 35 ], [ 25, 36 ], [ 36, 37 ], [ 36, 38 ], [ 6, 39 ], [ 39, 40 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n\tScanner inp = new Scanner(System.in);\n\tint x = inp.nextInt();\n\t\n\tSystem.out.println( x/3600 + \":\" + x/60%60 + \":\" + x%60);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args){\n\tScanner inp = new Scanner(System.in);\n\tint x = inp.nextInt();\n\t\n\tSystem.out.println( x/3600 + \":\" + x/60%60 + \":\" + x%60);\n }\n}", "Main", "public static void main(String[] args){\n\tScanner inp = new Scanner(System.in);\n\tint x = inp.nextInt();\n\t\n\tSystem.out.println( x/3600 + \":\" + x/60%60 + \":\" + x%60);\n }", "main", "{\n\tScanner inp = new Scanner(System.in);\n\tint x = inp.nextInt();\n\t\n\tSystem.out.println( x/3600 + \":\" + x/60%60 + \":\" + x%60);\n }", "Scanner inp = new Scanner(System.in);", "inp", "new Scanner(System.in)", "int x = inp.nextInt();", "x", "inp.nextInt()", "inp.nextInt", "inp", "System.out.println( x/3600 + \":\" + x/60%60 + \":\" + x%60)", "System.out.println", "System.out", "System", "System.out", "x/3600 + \":\" + x/60%60 + \":\" + x%60", "\":\"", "x/60%60", "x/3600 + \":\" + x/60%60 + \":\" + x%60", "x/3600", "x", "3600", "\":\"", "x/60%60", "x/60", "x", "60", "60", "\":\"", "x%60", "x", "60", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner inp = new Scanner(System.in); int x = inp.nextInt(); System.out.println( x/3600 + ":" + x/60%60 + ":" + x%60); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 17, 41, 13, 2, 13, 2, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 2, 17, 13, 17, 13, 17, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 63, 5 ], [ 63, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 24, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 52, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 50, 56 ], [ 49, 57 ], [ 48, 58 ], [ 52, 59 ], [ 6, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.util.Scanner;\n public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int hour = x / 3600;\n int min = (x - (hour * 3600)) / 60;\n int sec = x - (hour * 3600 + min * 60);\n System.out.println(\"\"+hour+\":\"+min+\":\"+sec+\"\");\n }\n }", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int hour = x / 3600;\n int min = (x - (hour * 3600)) / 60;\n int sec = x - (hour * 3600 + min * 60);\n System.out.println(\"\"+hour+\":\"+min+\":\"+sec+\"\");\n }\n }", "Main", "public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int hour = x / 3600;\n int min = (x - (hour * 3600)) / 60;\n int sec = x - (hour * 3600 + min * 60);\n System.out.println(\"\"+hour+\":\"+min+\":\"+sec+\"\");\n }", "main", "{\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int hour = x / 3600;\n int min = (x - (hour * 3600)) / 60;\n int sec = x - (hour * 3600 + min * 60);\n System.out.println(\"\"+hour+\":\"+min+\":\"+sec+\"\");\n }", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int x = in.nextInt();", "x", "in.nextInt()", "in.nextInt", "in", "int hour = x / 3600;", "hour", "x / 3600", "x", "3600", "int min = (x - (hour * 3600)) / 60;", "min", "(x - (hour * 3600)) / 60", "(x - (hour * 3600))", "x", "(hour * 3600)", "hour", "3600", "60", "int sec = x - (hour * 3600 + min * 60);", "sec", "x - (hour * 3600 + min * 60)", "x", "(hour * 3600 + min * 60)", "hour * 3600", "hour", "3600", "min * 60", "min", "60", "System.out.println(\"\"+hour+\":\"+min+\":\"+sec+\"\")", "System.out.println", "System.out", "System", "System.out", "\"\"+hour+\":\"+min+\":\"+sec+\"\"", "sec", "\":\"", "min", "\":\"", "\"\"+hour+\":\"+min+\":\"+sec+\"\"", "\"\"", "hour", "\":\"", "min", "\":\"", "sec", "\"\"", "String args[]", "args", "public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int hour = x / 3600;\n int min = (x - (hour * 3600)) / 60;\n int sec = x - (hour * 3600 + min * 60);\n System.out.println(\"\"+hour+\":\"+min+\":\"+sec+\"\");\n }\n }", "public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int hour = x / 3600;\n int min = (x - (hour * 3600)) / 60;\n int sec = x - (hour * 3600 + min * 60);\n System.out.println(\"\"+hour+\":\"+min+\":\"+sec+\"\");\n }\n }", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String args[]){ Scanner in = new Scanner(System.in); int x = in.nextInt(); int hour = x / 3600; int min = (x - (hour * 3600)) / 60; int sec = x - (hour * 3600 + min * 60); System.out.println(""+hour+":"+min+":"+sec+""); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 57, 5 ], [ 57, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 48, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 46, 52 ], [ 48, 53 ], [ 6, 54 ], [ 54, 55 ], [ 0, 56 ], [ 56, 57 ], [ 56, 58 ] ]
[ "import java.io.*;\n\n\npublic class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str=br.readLine();\n \n int suuti=Integer.parseInt(str);\n\t\n\tint zkn = suuti / 3600;\n\tint hun = (suuti % 3600 ) / 60;\n\tint byo = suuti % 60;\n \n System.out.println(zkn+ \":\" +hun+ \":\" +byo);\n }\n}", "import java.io.*;", "io.*", "java", "public class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str=br.readLine();\n \n int suuti=Integer.parseInt(str);\n\t\n\tint zkn = suuti / 3600;\n\tint hun = (suuti % 3600 ) / 60;\n\tint byo = suuti % 60;\n \n System.out.println(zkn+ \":\" +hun+ \":\" +byo);\n }\n}", "Main", "public static void main(String[] args) throws IOException{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str=br.readLine();\n \n int suuti=Integer.parseInt(str);\n\t\n\tint zkn = suuti / 3600;\n\tint hun = (suuti % 3600 ) / 60;\n\tint byo = suuti % 60;\n \n System.out.println(zkn+ \":\" +hun+ \":\" +byo);\n }", "main", "{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str=br.readLine();\n \n int suuti=Integer.parseInt(str);\n\t\n\tint zkn = suuti / 3600;\n\tint hun = (suuti % 3600 ) / 60;\n\tint byo = suuti % 60;\n \n System.out.println(zkn+ \":\" +hun+ \":\" +byo);\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str=br.readLine();", "str", "br.readLine()", "br.readLine", "br", "int suuti=Integer.parseInt(str);", "suuti", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "int zkn = suuti / 3600;", "zkn", "suuti / 3600", "suuti", "3600", "int hun = (suuti % 3600 ) / 60;", "hun", "(suuti % 3600 ) / 60", "(suuti % 3600 )", "suuti", "3600", "60", "int byo = suuti % 60;", "byo", "suuti % 60", "suuti", "60", "System.out.println(zkn+ \":\" +hun+ \":\" +byo)", "System.out.println", "System.out", "System", "System.out", "zkn+ \":\" +hun+ \":\" +byo", "\":\"", "hun", "zkn+ \":\" +hun+ \":\" +byo", "zkn", "\":\"", "hun", "\":\"", "byo", "String[] args", "args", "public class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str=br.readLine();\n \n int suuti=Integer.parseInt(str);\n\t\n\tint zkn = suuti / 3600;\n\tint hun = (suuti % 3600 ) / 60;\n\tint byo = suuti % 60;\n \n System.out.println(zkn+ \":\" +hun+ \":\" +byo);\n }\n}", "public class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str=br.readLine();\n \n int suuti=Integer.parseInt(str);\n\t\n\tint zkn = suuti / 3600;\n\tint hun = (suuti % 3600 ) / 60;\n\tint byo = suuti % 60;\n \n System.out.println(zkn+ \":\" +hun+ \":\" +byo);\n }\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str=br.readLine(); int suuti=Integer.parseInt(str); int zkn = suuti / 3600; int hun = (suuti % 3600 ) / 60; int byo = suuti % 60; System.out.println(zkn+ ":" +hun+ ":" +byo); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 2, 13, 17, 17, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 52, 5 ], [ 52, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 17, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 23, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 31, 36 ], [ 39, 37 ], [ 37, 38 ], [ 42, 39 ], [ 39, 40 ], [ 39, 41 ], [ 42, 42 ], [ 42, 43 ], [ 42, 44 ], [ 37, 45 ], [ 39, 46 ], [ 46, 47 ], [ 46, 48 ], [ 6, 49 ], [ 49, 50 ], [ 0, 51 ], [ 51, 52 ], [ 51, 53 ] ]
[ "import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\t//String value[] = inputed.split(\"[\\\\s]+\");\n\t\tint intInputed = Integer.parseInt(inputed);\n\n\t\tint minute = intInputed / 60;\n\t\tint hours = minute / 60;\n\n\t\tSystem.out.println(hours + \":\" + (minute % 60) + \":\" + (intInputed % 60));\n\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\t//String value[] = inputed.split(\"[\\\\s]+\");\n\t\tint intInputed = Integer.parseInt(inputed);\n\n\t\tint minute = intInputed / 60;\n\t\tint hours = minute / 60;\n\n\t\tSystem.out.println(hours + \":\" + (minute % 60) + \":\" + (intInputed % 60));\n\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\t//String value[] = inputed.split(\"[\\\\s]+\");\n\t\tint intInputed = Integer.parseInt(inputed);\n\n\t\tint minute = intInputed / 60;\n\t\tint hours = minute / 60;\n\n\t\tSystem.out.println(hours + \":\" + (minute % 60) + \":\" + (intInputed % 60));\n\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\t//String value[] = inputed.split(\"[\\\\s]+\");\n\t\tint intInputed = Integer.parseInt(inputed);\n\n\t\tint minute = intInputed / 60;\n\t\tint hours = minute / 60;\n\n\t\tSystem.out.println(hours + \":\" + (minute % 60) + \":\" + (intInputed % 60));\n\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String inputed = new String(in.readLine());", "inputed", "new String(in.readLine())", "int intInputed = Integer.parseInt(inputed);", "intInputed", "Integer.parseInt(inputed)", "Integer.parseInt", "Integer", "inputed", "int minute = intInputed / 60;", "minute", "intInputed / 60", "intInputed", "60", "int hours = minute / 60;", "hours", "minute / 60", "minute", "60", "System.out.println(hours + \":\" + (minute % 60) + \":\" + (intInputed % 60))", "System.out.println", "System.out", "System", "System.out", "hours + \":\" + (minute % 60) + \":\" + (intInputed % 60)", "\":\"", "(minute % 60)", "hours + \":\" + (minute % 60) + \":\" + (intInputed % 60)", "hours", "\":\"", "(minute % 60)", "minute", "60", "\":\"", "(intInputed % 60)", "intInputed", "60", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\t//String value[] = inputed.split(\"[\\\\s]+\");\n\t\tint intInputed = Integer.parseInt(inputed);\n\n\t\tint minute = intInputed / 60;\n\t\tint hours = minute / 60;\n\n\t\tSystem.out.println(hours + \":\" + (minute % 60) + \":\" + (intInputed % 60));\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\t//String value[] = inputed.split(\"[\\\\s]+\");\n\t\tint intInputed = Integer.parseInt(inputed);\n\n\t\tint minute = intInputed / 60;\n\t\tint hours = minute / 60;\n\n\t\tSystem.out.println(hours + \":\" + (minute % 60) + \":\" + (intInputed % 60));\n\n\t}\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String inputed = new String(in.readLine()); //String value[] = inputed.split("[\\s]+"); int intInputed = Integer.parseInt(inputed); int minute = intInputed / 60; int hours = minute / 60; System.out.println(hours + ":" + (minute % 60) + ":" + (intInputed % 60)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 41, 13, 41, 13, 0, 13, 2, 13, 2, 17, 17, 0, 13, 2, 13, 2, 17, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 58, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 56, 62 ], [ 58, 63 ], [ 6, 64 ], [ 64, 65 ] ]
[ "import java.util.Scanner;\nclass Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h, m, s;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h, m, s;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "Main", "public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h, m, s;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h, m, s;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int S = scan.nextInt();", "S", "scan.nextInt()", "scan.nextInt", "scan", "int h", "h", "m", "m", "s;", "s", "h = S / (60 * 60)", "h", "S / (60 * 60)", "S", "(60 * 60)", "60", "60", "S = S % (60 * 60)", "S", "S % (60 * 60)", "S", "(60 * 60)", "60", "60", "m = S / 60", "m", "S / 60", "S", "60", "S = S % 60", "S", "S % 60", "S", "60", "s = S", "s", "S", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner scan = new Scanner(System.in); int S = scan.nextInt(); int h, m, s; h = S / (60 * 60); S = S % (60 * 60); m = S / 60; S = S % 60; s = S; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 17, 17, 41, 13, 17, 41, 13, 2, 13, 13, 41, 13, 2, 2, 13, 13, 13, 41, 13, 2, 2, 13, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 4, 18, 13, 13, 17, 4, 18, 13, 13, 17, 4, 18, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 73, 5 ], [ 73, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 40, 40 ], [ 40, 41 ], [ 40, 42 ], [ 40, 43 ], [ 8, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 52, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 53, 56 ], [ 52, 57 ], [ 51, 58 ], [ 58, 59 ], [ 59, 60 ], [ 58, 61 ], [ 50, 62 ], [ 52, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 8, 67 ], [ 67, 68 ], [ 68, 69 ], [ 6, 70 ], [ 70, 71 ], [ 0, 72 ], [ 72, 73 ], [ 72, 74 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint seconds = sc.nextInt();\n\t\tint hour_sec = 60 * 60;\n\t\tint minute_sec = 60;\n\t\tint h = seconds / hour_sec;\n\t\tint m = (seconds % hour_sec) / minute_sec;\n\t\tint s = seconds % hour_sec % minute_sec;\n\t\tSystem.out.println(String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s));\n\t\tsc.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint seconds = sc.nextInt();\n\t\tint hour_sec = 60 * 60;\n\t\tint minute_sec = 60;\n\t\tint h = seconds / hour_sec;\n\t\tint m = (seconds % hour_sec) / minute_sec;\n\t\tint s = seconds % hour_sec % minute_sec;\n\t\tSystem.out.println(String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s));\n\t\tsc.close();\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint seconds = sc.nextInt();\n\t\tint hour_sec = 60 * 60;\n\t\tint minute_sec = 60;\n\t\tint h = seconds / hour_sec;\n\t\tint m = (seconds % hour_sec) / minute_sec;\n\t\tint s = seconds % hour_sec % minute_sec;\n\t\tSystem.out.println(String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s));\n\t\tsc.close();\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint seconds = sc.nextInt();\n\t\tint hour_sec = 60 * 60;\n\t\tint minute_sec = 60;\n\t\tint h = seconds / hour_sec;\n\t\tint m = (seconds % hour_sec) / minute_sec;\n\t\tint s = seconds % hour_sec % minute_sec;\n\t\tSystem.out.println(String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s));\n\t\tsc.close();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int seconds = sc.nextInt();", "seconds", "sc.nextInt()", "sc.nextInt", "sc", "int hour_sec = 60 * 60;", "hour_sec", "60 * 60", "60", "60", "int minute_sec = 60;", "minute_sec", "60", "int h = seconds / hour_sec;", "h", "seconds / hour_sec", "seconds", "hour_sec", "int m = (seconds % hour_sec) / minute_sec;", "m", "(seconds % hour_sec) / minute_sec", "(seconds % hour_sec)", "seconds", "hour_sec", "minute_sec", "int s = seconds % hour_sec % minute_sec;", "s", "seconds % hour_sec % minute_sec", "seconds % hour_sec % minute_sec", "seconds", "hour_sec", "minute_sec", "System.out.println(String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s))", "System.out.println", "System.out", "System", "System.out", "String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s)", "\":\"", "String.valueOf(m)", "String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s)", "String.valueOf(h)", "String.valueOf", "String", "h", "\":\"", "String.valueOf(m)", "String.valueOf", "String", "m", "\":\"", "String.valueOf(s)", "String.valueOf", "String", "s", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint seconds = sc.nextInt();\n\t\tint hour_sec = 60 * 60;\n\t\tint minute_sec = 60;\n\t\tint h = seconds / hour_sec;\n\t\tint m = (seconds % hour_sec) / minute_sec;\n\t\tint s = seconds % hour_sec % minute_sec;\n\t\tSystem.out.println(String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s));\n\t\tsc.close();\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint seconds = sc.nextInt();\n\t\tint hour_sec = 60 * 60;\n\t\tint minute_sec = 60;\n\t\tint h = seconds / hour_sec;\n\t\tint m = (seconds % hour_sec) / minute_sec;\n\t\tint s = seconds % hour_sec % minute_sec;\n\t\tSystem.out.println(String.valueOf(h) + \":\" + String.valueOf(m) + \":\" + String.valueOf(s));\n\t\tsc.close();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int seconds = sc.nextInt(); int hour_sec = 60 * 60; int minute_sec = 60; int h = seconds / hour_sec; int m = (seconds % hour_sec) / minute_sec; int s = seconds % hour_sec % minute_sec; System.out.println(String.valueOf(h) + ":" + String.valueOf(m) + ":" + String.valueOf(s)); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 2, 13, 17, 2, 2, 13, 17, 17, 2, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 43, 5 ], [ 43, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 19, 23 ], [ 23, 24 ], [ 23, 25 ], [ 19, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 19, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 6, 40 ], [ 40, 41 ], [ 0, 42 ], [ 42, 43 ], [ 42, 44 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tString s = String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60);\n\t\tSystem.out.println(s);\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tString s = String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60);\n\t\tSystem.out.println(s);\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tString s = String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60);\n\t\tSystem.out.println(s);\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tString s = String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60);\n\t\tSystem.out.println(s);\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int x = scanner.nextInt();", "x", "scanner.nextInt()", "scanner.nextInt", "scanner", "String s = String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60);", "s", "String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60)", "String.format", "String", "\"%1$d:%2$d:%3$d\"", "x / 3600", "x", "3600", "(x % 3600) / 60", "(x % 3600)", "x", "3600", "60", "x % 60", "x", "60", "System.out.println(s)", "System.out.println", "System.out", "System", "System.out", "s", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tString s = String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60);\n\t\tSystem.out.println(s);\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tString s = String.format(\"%1$d:%2$d:%3$d\", x / 3600, (x % 3600) / 60, x % 60);\n\t\tSystem.out.println(s);\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int x = scanner.nextInt(); String s = String.format("%1$d:%2$d:%3$d", x / 3600, (x % 3600) / 60, x % 60); System.out.println(s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 17, 41, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 66, 5 ], [ 66, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 8, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 8, 46 ], [ 46, 47 ], [ 46, 48 ], [ 8, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 57, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 55, 61 ], [ 57, 62 ], [ 6, 63 ], [ 63, 64 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint sec = kbScanner.nextInt();\n\t\t\n\t\tint hour = 0, minute = 0, second = 0;\n\t\t\n\t\thour = sec / 3600;\n\t\tsec -= hour * 3600;\n\t\tminute = sec / 60;\n\t\tsec -= minute * 60;\n\t\tsecond = sec;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint sec = kbScanner.nextInt();\n\t\t\n\t\tint hour = 0, minute = 0, second = 0;\n\t\t\n\t\thour = sec / 3600;\n\t\tsec -= hour * 3600;\n\t\tminute = sec / 60;\n\t\tsec -= minute * 60;\n\t\tsecond = sec;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint sec = kbScanner.nextInt();\n\t\t\n\t\tint hour = 0, minute = 0, second = 0;\n\t\t\n\t\thour = sec / 3600;\n\t\tsec -= hour * 3600;\n\t\tminute = sec / 60;\n\t\tsec -= minute * 60;\n\t\tsecond = sec;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "main", "{\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint sec = kbScanner.nextInt();\n\t\t\n\t\tint hour = 0, minute = 0, second = 0;\n\t\t\n\t\thour = sec / 3600;\n\t\tsec -= hour * 3600;\n\t\tminute = sec / 60;\n\t\tsec -= minute * 60;\n\t\tsecond = sec;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "Scanner kbScanner = new Scanner(System.in);", "kbScanner", "new Scanner(System.in)", "int sec = kbScanner.nextInt();", "sec", "kbScanner.nextInt()", "kbScanner.nextInt", "kbScanner", "int hour = 0", "hour", "0", "minute = 0", "minute", "0", "second = 0;", "second", "0", "hour = sec / 3600", "hour", "sec / 3600", "sec", "3600", "sec -= hour * 3600", "sec", "hour * 3600", "hour", "3600", "minute = sec / 60", "minute", "sec / 60", "sec", "60", "sec -= minute * 60", "sec", "minute * 60", "minute", "60", "second = sec", "second", "sec", "System.out.println(hour + \":\" + minute + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint sec = kbScanner.nextInt();\n\t\t\n\t\tint hour = 0, minute = 0, second = 0;\n\t\t\n\t\thour = sec / 3600;\n\t\tsec -= hour * 3600;\n\t\tminute = sec / 60;\n\t\tsec -= minute * 60;\n\t\tsecond = sec;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint sec = kbScanner.nextInt();\n\t\t\n\t\tint hour = 0, minute = 0, second = 0;\n\t\t\n\t\thour = sec / 3600;\n\t\tsec -= hour * 3600;\n\t\tminute = sec / 60;\n\t\tsec -= minute * 60;\n\t\tsecond = sec;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner kbScanner = new Scanner(System.in); int sec = kbScanner.nextInt(); int hour = 0, minute = 0, second = 0; hour = sec / 3600; sec -= hour * 3600; minute = sec / 60; sec -= minute * 60; second = sec; System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 0, 13, 4, 18, 13, 0, 13, 2, 13, 13, 41, 13, 2, 13, 13, 0, 13, 2, 13, 13, 0, 13, 2, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 8, 24 ], [ 24, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 8, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 8, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 59, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 59, 64 ], [ 6, 65 ], [ 65, 66 ] ]
[ "import java.util.*;\n\nclass Main{\n\tpublic static void main(String args[]){\n\t\tfinal int hTos = 3600, mTos = 60;\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S, h, m, s;\n\t\t\n\t\tS = sc.nextInt();\n\t\t\n\t\th = S / hTos;\n\t\tint a = S % hTos;\n\t\t\n\t\tm = a / mTos;\n\t\ts = a % mTos;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main{\n\tpublic static void main(String args[]){\n\t\tfinal int hTos = 3600, mTos = 60;\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S, h, m, s;\n\t\t\n\t\tS = sc.nextInt();\n\t\t\n\t\th = S / hTos;\n\t\tint a = S % hTos;\n\t\t\n\t\tm = a / mTos;\n\t\ts = a % mTos;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String args[]){\n\t\tfinal int hTos = 3600, mTos = 60;\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S, h, m, s;\n\t\t\n\t\tS = sc.nextInt();\n\t\t\n\t\th = S / hTos;\n\t\tint a = S % hTos;\n\t\t\n\t\tm = a / mTos;\n\t\ts = a % mTos;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tfinal int hTos = 3600, mTos = 60;\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S, h, m, s;\n\t\t\n\t\tS = sc.nextInt();\n\t\t\n\t\th = S / hTos;\n\t\tint a = S % hTos;\n\t\t\n\t\tm = a / mTos;\n\t\ts = a % mTos;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "final int hTos = 3600", "hTos", "3600", "mTos = 60;", "mTos", "60", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S", "S", "h", "h", "m", "m", "s;", "s", "S = sc.nextInt()", "S", "sc.nextInt()", "sc.nextInt", "sc", "h = S / hTos", "h", "S / hTos", "S", "hTos", "int a = S % hTos;", "a", "S % hTos", "S", "hTos", "m = a / mTos", "m", "a / mTos", "a", "mTos", "s = a % mTos", "s", "a % mTos", "a", "mTos", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String args[]", "args" ]
import java.util.*; class Main{ public static void main(String args[]){ final int hTos = 3600, mTos = 60; Scanner sc = new Scanner(System.in); int S, h, m, s; S = sc.nextInt(); h = S / hTos; int a = S % hTos; m = a / mTos; s = a % mTos; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 48, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 46, 52 ], [ 48, 53 ], [ 6, 54 ], [ 54, 55 ] ]
[ "import java.io.*;\nclass Main\n{\npublic static void main(String args[]) throws IOException\n{\n\n\t\tBufferedReader br=\n\t\t\tnew BufferedReader( new InputStreamReader(System.in));\n\n\t\t\tString str=br.readLine();\n\t\t\nint S =Integer.parseInt(str);\nint h=S/3600;\nint m=S%3600/60;\nint s=S%60;\n\n\nSystem.out.println(h+\":\"+m+\":\"+s);}}", "import java.io.*;", "io.*", "java", "class Main\n{\npublic static void main(String args[]) throws IOException\n{\n\n\t\tBufferedReader br=\n\t\t\tnew BufferedReader( new InputStreamReader(System.in));\n\n\t\t\tString str=br.readLine();\n\t\t\nint S =Integer.parseInt(str);\nint h=S/3600;\nint m=S%3600/60;\nint s=S%60;\n\n\nSystem.out.println(h+\":\"+m+\":\"+s);}}", "Main", "public static void main(String args[]) throws IOException\n{\n\n\t\tBufferedReader br=\n\t\t\tnew BufferedReader( new InputStreamReader(System.in));\n\n\t\t\tString str=br.readLine();\n\t\t\nint S =Integer.parseInt(str);\nint h=S/3600;\nint m=S%3600/60;\nint s=S%60;\n\n\nSystem.out.println(h+\":\"+m+\":\"+s);}", "main", "{\n\n\t\tBufferedReader br=\n\t\t\tnew BufferedReader( new InputStreamReader(System.in));\n\n\t\t\tString str=br.readLine();\n\t\t\nint S =Integer.parseInt(str);\nint h=S/3600;\nint m=S%3600/60;\nint s=S%60;\n\n\nSystem.out.println(h+\":\"+m+\":\"+s);}", "BufferedReader br=\n\t\t\tnew BufferedReader( new InputStreamReader(System.in));", "br", "new BufferedReader( new InputStreamReader(System.in))", "String str=br.readLine();", "str", "br.readLine()", "br.readLine", "br", "int S =Integer.parseInt(str);", "S", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "int h=S/3600;", "h", "S/3600", "S", "3600", "int m=S%3600/60;", "m", "S%3600/60", "S%3600", "S", "3600", "60", "int s=S%60;", "s", "S%60", "S", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String args[]", "args" ]
import java.io.*; class Main { public static void main(String args[]) throws IOException { BufferedReader br= new BufferedReader( new InputStreamReader(System.in)); String str=br.readLine(); int S =Integer.parseInt(str); int h=S/3600; int m=S%3600/60; int s=S%60; System.out.println(h+":"+m+":"+s);}}
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 20, 20 ], [ 20, 21 ], [ 20, 22 ], [ 20, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 44, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 42, 48 ], [ 44, 49 ], [ 6, 50 ], [ 50, 51 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int time = scanner.nextInt();\n int h = time / 60 / 60;\n int m = (time / 60) % 60;\n int s = time % 60;\n\n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int time = scanner.nextInt();\n int h = time / 60 / 60;\n int m = (time / 60) % 60;\n int s = time % 60;\n\n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int time = scanner.nextInt();\n int h = time / 60 / 60;\n int m = (time / 60) % 60;\n int s = time % 60;\n\n System.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n Scanner scanner = new Scanner(System.in);\n\n int time = scanner.nextInt();\n int h = time / 60 / 60;\n int m = (time / 60) % 60;\n int s = time % 60;\n\n System.out.println(h+\":\"+m+\":\"+s);\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int time = scanner.nextInt();", "time", "scanner.nextInt()", "scanner.nextInt", "scanner", "int h = time / 60 / 60;", "h", "time / 60 / 60", "time / 60 / 60", "time", "60", "60", "int m = (time / 60) % 60;", "m", "(time / 60) % 60", "(time / 60)", "time", "60", "60", "int s = time % 60;", "s", "time % 60", "time", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int time = scanner.nextInt(); int h = time / 60 / 60; int m = (time / 60) % 60; int s = time % 60; System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 13, 17, 41, 13, 2, 13, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 47, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 47, 52 ], [ 6, 53 ], [ 53, 54 ] ]
[ "import java.util.*;\n\nclass Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint a = hoge.nextInt();\n\n\t\tint s = a % 60;\n\t\tint huga = (a - s)/60;\n\t\tint m = huga % 60;\n\t\tint h = huga / 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n\n}", "import java.util.*;", "util.*", "java", "class Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint a = hoge.nextInt();\n\n\t\tint s = a % 60;\n\t\tint huga = (a - s)/60;\n\t\tint m = huga % 60;\n\t\tint h = huga / 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint a = hoge.nextInt();\n\n\t\tint s = a % 60;\n\t\tint huga = (a - s)/60;\n\t\tint m = huga % 60;\n\t\tint h = huga / 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint a = hoge.nextInt();\n\n\t\tint s = a % 60;\n\t\tint huga = (a - s)/60;\n\t\tint m = huga % 60;\n\t\tint h = huga / 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "Scanner hoge = new Scanner(System.in);", "hoge", "new Scanner(System.in)", "int a = hoge.nextInt();", "a", "hoge.nextInt()", "hoge.nextInt", "hoge", "int s = a % 60;", "s", "a % 60", "a", "60", "int huga = (a - s)/60;", "huga", "(a - s)/60", "(a - s)", "a", "s", "60", "int m = huga % 60;", "m", "huga % 60", "huga", "60", "int h = huga / 60;", "h", "huga / 60", "huga", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.util.*; class Main{ public static void main(String[] args) { Scanner hoge = new Scanner(System.in); int a = hoge.nextInt(); int s = a % 60; int huga = (a - s)/60; int m = huga % 60; int h = huga / 60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 14, 2, 2, 13, 17, 2, 17, 13, 30, 4, 18, 13, 40, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 2, 13, 17, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 18, 22 ], [ 22, 23 ], [ 22, 24 ], [ 17, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 29, 30 ], [ 8, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 31, 36 ], [ 39, 37 ], [ 37, 38 ], [ 44, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 37, 49 ], [ 39, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 6, 55 ], [ 55, 56 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n if(t<0 || 86400<t){\n System.exit(-1);\n }\n System.out.println(t/3600+\":\"+(t%3600)/60+\":\"+(t%3600)%60);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n if(t<0 || 86400<t){\n System.exit(-1);\n }\n System.out.println(t/3600+\":\"+(t%3600)/60+\":\"+(t%3600)%60);\n }\n}", "Main", "public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n if(t<0 || 86400<t){\n System.exit(-1);\n }\n System.out.println(t/3600+\":\"+(t%3600)/60+\":\"+(t%3600)%60);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n if(t<0 || 86400<t){\n System.exit(-1);\n }\n System.out.println(t/3600+\":\"+(t%3600)/60+\":\"+(t%3600)%60);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "if(t<0 || 86400<t){\n System.exit(-1);\n }", "t<0 || 86400<t", "t<0", "t", "0", "86400<t", "86400", "t", "{\n System.exit(-1);\n }", "System.exit(-1)", "System.exit", "System", "-1", "1", "System.out.println(t/3600+\":\"+(t%3600)/60+\":\"+(t%3600)%60)", "System.out.println", "System.out", "System", "System.out", "t/3600+\":\"+(t%3600)/60+\":\"+(t%3600)%60", "\":\"", "(t%3600)/60", "t/3600+\":\"+(t%3600)/60+\":\"+(t%3600)%60", "t/3600", "t", "3600", "\":\"", "(t%3600)/60", "(t%3600)", "t", "3600", "60", "\":\"", "(t%3600)%60", "(t%3600)", "t", "3600", "60", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int t = sc.nextInt(); if(t<0 || 86400<t){ System.exit(-1); } System.out.println(t/3600+":"+(t%3600)/60+":"+(t%3600)%60); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 17, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 68, 11 ], [ 68, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 14, 17 ], [ 17, 18 ], [ 14, 19 ], [ 19, 20 ], [ 14, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 32, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 14, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 14, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 14, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 59, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 59, 64 ], [ 12, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main{\n\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint n,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in) );\n\t\tn = Integer.parseInt(br.readLine() );\n\n\t\th = n/3600;\n\n\t\tm = (n/60)%60;\n\n\t\ts = n%60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main{\n\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint n,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in) );\n\t\tn = Integer.parseInt(br.readLine() );\n\n\t\th = n/3600;\n\n\t\tm = (n/60)%60;\n\n\t\ts = n%60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException\n\t{\n\t\tint n,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in) );\n\t\tn = Integer.parseInt(br.readLine() );\n\n\t\th = n/3600;\n\n\t\tm = (n/60)%60;\n\n\t\ts = n%60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tint n,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in) );\n\t\tn = Integer.parseInt(br.readLine() );\n\n\t\th = n/3600;\n\n\t\tm = (n/60)%60;\n\n\t\ts = n%60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t}", "int n", "n", "h", "h", "m", "m", "s;", "s", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in) );", "br", "new BufferedReader(new InputStreamReader(System.in) )", "n = Integer.parseInt(br.readLine() )", "n", "Integer.parseInt(br.readLine() )", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "h = n/3600", "h", "n/3600", "n", "3600", "m = (n/60)%60", "m", "(n/60)%60", "(n/60)", "n", "60", "60", "s = n%60", "s", "n%60", "n", "60", "System.out.println( h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main{\n\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint n,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in) );\n\t\tn = Integer.parseInt(br.readLine() );\n\n\t\th = n/3600;\n\n\t\tm = (n/60)%60;\n\n\t\ts = n%60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t}\n}", "public class Main{\n\n\tpublic static void main(String[] args) throws IOException\n\t{\n\t\tint n,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in) );\n\t\tn = Integer.parseInt(br.readLine() );\n\n\t\th = n/3600;\n\n\t\tm = (n/60)%60;\n\n\t\ts = n%60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main{ public static void main(String[] args) throws IOException { int n,h,m,s; BufferedReader br = new BufferedReader(new InputStreamReader(System.in) ); n = Integer.parseInt(br.readLine() ); h = n/3600; m = (n/60)%60; s = n%60; System.out.println( h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 17, 41, 13, 17, 41, 13, 17, 12, 13, 30, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 2, 13, 17, 17, 0, 13, 2, 2, 13, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 79, 5 ], [ 79, 6 ], [ 6, 7 ], [ 79, 8 ], [ 8, 9 ], [ 8, 10 ], [ 79, 11 ], [ 11, 12 ], [ 11, 13 ], [ 79, 14 ], [ 14, 15 ], [ 14, 16 ], [ 79, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 19, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 19, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 19, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 19, 42 ], [ 42, 43 ], [ 42, 44 ], [ 45, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 50, 51 ], [ 50, 52 ], [ 19, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 61, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 59, 65 ], [ 61, 66 ], [ 79, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 73, 74 ], [ 74, 75 ], [ 67, 76 ], [ 76, 77 ], [ 0, 78 ], [ 78, 79 ], [ 78, 80 ] ]
[ "import java.util.Scanner;\npublic class Main{\n int S;\n int h=0;\n int m=0;\n int s=0;\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n S=sc.nextInt();\n h=S/3600;\n m=(S-h*3600)/60;\n s=S-(h*3600)-(m*60);\n System.out.println(h+\":\"+m+\":\"+s);\n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n int S;\n int h=0;\n int m=0;\n int s=0;\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n S=sc.nextInt();\n h=S/3600;\n m=(S-h*3600)/60;\n s=S-(h*3600)-(m*60);\n System.out.println(h+\":\"+m+\":\"+s);\n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}", "Main", "int S;", "S", "int h=0;", "h", "0", "int m=0;", "m", "0", "int s=0;", "s", "0", "public void solve(){\n Scanner sc = new Scanner(System.in);\n S=sc.nextInt();\n h=S/3600;\n m=(S-h*3600)/60;\n s=S-(h*3600)-(m*60);\n System.out.println(h+\":\"+m+\":\"+s);\n }", "solve", "{\n Scanner sc = new Scanner(System.in);\n S=sc.nextInt();\n h=S/3600;\n m=(S-h*3600)/60;\n s=S-(h*3600)-(m*60);\n System.out.println(h+\":\"+m+\":\"+s);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "S=sc.nextInt()", "S", "sc.nextInt()", "sc.nextInt", "sc", "h=S/3600", "h", "S/3600", "S", "3600", "m=(S-h*3600)/60", "m", "(S-h*3600)/60", "(S-h*3600)", "S", "h*3600", "h", "3600", "60", "s=S-(h*3600)-(m*60)", "s", "S-(h*3600)-(m*60)", "S-(h*3600)-(m*60)", "S", "(h*3600)", "h", "3600", "(m*60)", "m", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }", "main", "{\n Main obj = new Main();\n obj.solve();\n }", "Main obj = new Main();", "obj", "new Main()", "obj.solve()", "obj.solve", "obj", "String[] args", "args", "public class Main{\n int S;\n int h=0;\n int m=0;\n int s=0;\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n S=sc.nextInt();\n h=S/3600;\n m=(S-h*3600)/60;\n s=S-(h*3600)-(m*60);\n System.out.println(h+\":\"+m+\":\"+s);\n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}", "public class Main{\n int S;\n int h=0;\n int m=0;\n int s=0;\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n S=sc.nextInt();\n h=S/3600;\n m=(S-h*3600)/60;\n s=S-(h*3600)-(m*60);\n System.out.println(h+\":\"+m+\":\"+s);\n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ int S; int h=0; int m=0; int s=0; public void solve(){ Scanner sc = new Scanner(System.in); S=sc.nextInt(); h=S/3600; m=(S-h*3600)/60; s=S-(h*3600)-(m*60); System.out.println(h+":"+m+":"+s); } public static void main(String[] args){ Main obj = new Main(); obj.solve(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 45, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 45, 50 ], [ 6, 51 ], [ 51, 52 ] ]
[ "import java.util.*;\n\nclass Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\n int sec = scan.nextInt();\n int hour = sec / 3600;\n sec -= hour*3600;\n int min = sec / 60;\n sec -= min*60;\n\n System.out.println(hour+\":\"+min+\":\"+sec);\n\n }\n}", "import java.util.*;", "util.*", "java", "class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\n int sec = scan.nextInt();\n int hour = sec / 3600;\n sec -= hour*3600;\n int min = sec / 60;\n sec -= min*60;\n\n System.out.println(hour+\":\"+min+\":\"+sec);\n\n }\n}", "Main", "public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\n int sec = scan.nextInt();\n int hour = sec / 3600;\n sec -= hour*3600;\n int min = sec / 60;\n sec -= min*60;\n\n System.out.println(hour+\":\"+min+\":\"+sec);\n\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n\n int sec = scan.nextInt();\n int hour = sec / 3600;\n sec -= hour*3600;\n int min = sec / 60;\n sec -= min*60;\n\n System.out.println(hour+\":\"+min+\":\"+sec);\n\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int sec = scan.nextInt();", "sec", "scan.nextInt()", "scan.nextInt", "scan", "int hour = sec / 3600;", "hour", "sec / 3600", "sec", "3600", "sec -= hour*3600", "sec", "hour*3600", "hour", "3600", "int min = sec / 60;", "min", "sec / 60", "sec", "60", "sec -= min*60", "sec", "min*60", "min", "60", "System.out.println(hour+\":\"+min+\":\"+sec)", "System.out.println", "System.out", "System", "System.out", "hour+\":\"+min+\":\"+sec", "\":\"", "min", "hour+\":\"+min+\":\"+sec", "hour", "\":\"", "min", "\":\"", "sec", "String[] args", "args" ]
import java.util.*; class Main{ public static void main(String[] args){ Scanner scan = new Scanner(System.in); int sec = scan.nextInt(); int hour = sec / 3600; sec -= hour*3600; int min = sec / 60; sec -= min*60; System.out.println(hour+":"+min+":"+sec); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 2, 17, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 44, 5 ], [ 44, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 17, 22 ], [ 25, 23 ], [ 23, 24 ], [ 32, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 25, 31 ], [ 32, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 23, 37 ], [ 25, 38 ], [ 38, 39 ], [ 38, 40 ], [ 6, 41 ], [ 41, 42 ], [ 0, 43 ], [ 43, 44 ], [ 43, 45 ] ]
[ "import java.util.Scanner;\n\n\npublic class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long time = sc.nextLong();\n\t\t\n\t\tSystem.out.println(time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60));\n\t\t\n\t}\n\t\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long time = sc.nextLong();\n\t\t\n\t\tSystem.out.println(time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60));\n\t\t\n\t}\n\t\n}", "Main", "public static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long time = sc.nextLong();\n\t\t\n\t\tSystem.out.println(time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60));\n\t\t\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long time = sc.nextLong();\n\t\t\n\t\tSystem.out.println(time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60));\n\t\t\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "final long time = sc.nextLong();", "time", "sc.nextLong()", "sc.nextLong", "sc", "System.out.println(time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60))", "System.out.println", "System.out", "System", "System.out", "time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60)", "\":\"", "(time / 60 % 60)", "time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60)", "time / (60 * 60)", "time", "(60 * 60)", "60", "60", "\":\"", "(time / 60 % 60)", "time / 60", "time", "60", "60", "\":\"", "(time % 60)", "time", "60", "String args[]", "args", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long time = sc.nextLong();\n\t\t\n\t\tSystem.out.println(time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60));\n\t\t\n\t}\n\t\n}", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long time = sc.nextLong();\n\t\t\n\t\tSystem.out.println(time / (60 * 60) + \":\" + (time / 60 % 60) + \":\" + (time % 60));\n\t\t\n\t}\n\t\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String args[]){ Scanner sc = new Scanner(System.in); final long time = sc.nextLong(); System.out.println(time / (60 * 60) + ":" + (time / 60 % 60) + ":" + (time % 60)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 54, 5 ], [ 54, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 45, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 45, 50 ], [ 6, 51 ], [ 51, 52 ], [ 0, 53 ], [ 53, 54 ], [ 53, 55 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint hour = S/3600;\n\t\tS -= hour * 3600;\n\t\tint minutes = S/60;\n\t\tS -= minutes * 60;\n\t\tSystem.out.println(hour + \":\" + minutes + \":\" + S);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint hour = S/3600;\n\t\tS -= hour * 3600;\n\t\tint minutes = S/60;\n\t\tS -= minutes * 60;\n\t\tSystem.out.println(hour + \":\" + minutes + \":\" + S);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint hour = S/3600;\n\t\tS -= hour * 3600;\n\t\tint minutes = S/60;\n\t\tS -= minutes * 60;\n\t\tSystem.out.println(hour + \":\" + minutes + \":\" + S);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint hour = S/3600;\n\t\tS -= hour * 3600;\n\t\tint minutes = S/60;\n\t\tS -= minutes * 60;\n\t\tSystem.out.println(hour + \":\" + minutes + \":\" + S);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "int hour = S/3600;", "hour", "S/3600", "S", "3600", "S -= hour * 3600", "S", "hour * 3600", "hour", "3600", "int minutes = S/60;", "minutes", "S/60", "S", "60", "S -= minutes * 60", "S", "minutes * 60", "minutes", "60", "System.out.println(hour + \":\" + minutes + \":\" + S)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minutes + \":\" + S", "\":\"", "minutes", "hour + \":\" + minutes + \":\" + S", "hour", "\":\"", "minutes", "\":\"", "S", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint hour = S/3600;\n\t\tS -= hour * 3600;\n\t\tint minutes = S/60;\n\t\tS -= minutes * 60;\n\t\tSystem.out.println(hour + \":\" + minutes + \":\" + S);\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint hour = S/3600;\n\t\tS -= hour * 3600;\n\t\tint minutes = S/60;\n\t\tS -= minutes * 60;\n\t\tSystem.out.println(hour + \":\" + minutes + \":\" + S);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int S = sc.nextInt(); int hour = S/3600; S -= hour * 3600; int minutes = S/60; S -= minutes * 60; System.out.println(hour + ":" + minutes + ":" + S); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 17, 41, 13, 17, 0, 13, 2, 13, 2, 17, 17, 0, 13, 2, 13, 2, 17, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 70, 5 ], [ 70, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 50, 52 ], [ 8, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 61, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 59, 65 ], [ 61, 66 ], [ 6, 67 ], [ 67, 68 ], [ 0, 69 ], [ 69, 70 ], [ 69, 71 ] ]
[ "import java.util.Scanner; // ?????¨?????????????????????\n\npublic class Main {\n public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨??????????????????.\n int S = sc.nextInt();\n\n // ??????????¨??????????.\n int h = 0;\n int m = 0;\n int s = 0;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "import java.util.Scanner; // ?????¨?????????????????????", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨??????????????????.\n int S = sc.nextInt();\n\n // ??????????¨??????????.\n int h = 0;\n int m = 0;\n int s = 0;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "Main", "public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨??????????????????.\n int S = sc.nextInt();\n\n // ??????????¨??????????.\n int h = 0;\n int m = 0;\n int s = 0;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨??????????????????.\n int S = sc.nextInt();\n\n // ??????????¨??????????.\n int h = 0;\n int m = 0;\n int s = 0;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "int h = 0;", "h", "0", "int m = 0;", "m", "0", "int s = 0;", "s", "0", "h = S / (60 * 60)", "h", "S / (60 * 60)", "S", "(60 * 60)", "60", "60", "S = S % (60 * 60)", "S", "S % (60 * 60)", "S", "(60 * 60)", "60", "60", "m = S / 60", "m", "S / 60", "S", "60", "S = S % 60", "S", "S % 60", "S", "60", "s = S", "s", "S", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨??????????????????.\n int S = sc.nextInt();\n\n // ??????????¨??????????.\n int h = 0;\n int m = 0;\n int s = 0;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "public class Main {\n public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨??????????????????.\n int S = sc.nextInt();\n\n // ??????????¨??????????.\n int h = 0;\n int m = 0;\n int s = 0;\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n S = S % 60;\n s = S;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "Main" ]
import java.util.Scanner; // ?????¨????????????????????? public class Main { public static void main(String[] args) { // ?????????????????\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????). Scanner sc = new Scanner(System.in); // ????????? sc ??? int ?????¨??????????????????. int S = sc.nextInt(); // ??????????¨??????????. int h = 0; int m = 0; int s = 0; h = S / (60 * 60); S = S % (60 * 60); m = S / 60; S = S % 60; s = S; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 4, 18, 13, 13, 23, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 42, 2, 13, 17, 30, 40, 13, 0, 13, 17, 42, 2, 13, 17, 30, 40, 13, 0, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 78, 5 ], [ 78, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 8, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 6, 30 ], [ 30, 31 ], [ 78, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 38, 39 ], [ 38, 40 ], [ 34, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 48, 49 ], [ 48, 50 ], [ 34, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 55, 56 ], [ 56, 57 ], [ 55, 58 ], [ 58, 59 ], [ 58, 60 ], [ 34, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 69, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 67, 73 ], [ 69, 74 ], [ 32, 75 ], [ 75, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString sec_ = br.readLine();\n\t\tint sec = Integer.parseInt(sec_);\n\t\tm.SecToTime(sec);\n\t}\n\t\n\tpublic void SecToTime(int sec){\n\t\tint h = 0,m = 0;\n\t\t\n\t\twhile(sec >= 3600){\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}\n\t\t\n\t\twhile(sec >= 60){\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+sec);\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString sec_ = br.readLine();\n\t\tint sec = Integer.parseInt(sec_);\n\t\tm.SecToTime(sec);\n\t}\n\t\n\tpublic void SecToTime(int sec){\n\t\tint h = 0,m = 0;\n\t\t\n\t\twhile(sec >= 3600){\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}\n\t\t\n\t\twhile(sec >= 60){\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+sec);\n\t}\n}", "Main", "public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString sec_ = br.readLine();\n\t\tint sec = Integer.parseInt(sec_);\n\t\tm.SecToTime(sec);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString sec_ = br.readLine();\n\t\tint sec = Integer.parseInt(sec_);\n\t\tm.SecToTime(sec);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "Main m = new Main();", "m", "new Main()", "String sec_ = br.readLine();", "sec_", "br.readLine()", "br.readLine", "br", "int sec = Integer.parseInt(sec_);", "sec", "Integer.parseInt(sec_)", "Integer.parseInt", "Integer", "sec_", "m.SecToTime(sec)", "m.SecToTime", "m", "sec", "String[] args", "args", "public void SecToTime(int sec){\n\t\tint h = 0,m = 0;\n\t\t\n\t\twhile(sec >= 3600){\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}\n\t\t\n\t\twhile(sec >= 60){\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+sec);\n\t}", "SecToTime", "{\n\t\tint h = 0,m = 0;\n\t\t\n\t\twhile(sec >= 3600){\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}\n\t\t\n\t\twhile(sec >= 60){\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+sec);\n\t}", "int h = 0", "h", "0", "m = 0;", "m", "0", "while(sec >= 3600){\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}", "sec >= 3600", "sec", "3600", "{\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}", "h++", "h", "sec -= 3600", "sec", "3600", "while(sec >= 60){\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}", "sec >= 60", "sec", "60", "{\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}", "m++", "m", "sec -= 60", "sec", "60", "System.out.println(h+\":\"+m+\":\"+sec)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+sec", "\":\"", "m", "h+\":\"+m+\":\"+sec", "h", "\":\"", "m", "\":\"", "sec", "int sec", "sec", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString sec_ = br.readLine();\n\t\tint sec = Integer.parseInt(sec_);\n\t\tm.SecToTime(sec);\n\t}\n\t\n\tpublic void SecToTime(int sec){\n\t\tint h = 0,m = 0;\n\t\t\n\t\twhile(sec >= 3600){\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}\n\t\t\n\t\twhile(sec >= 60){\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+sec);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString sec_ = br.readLine();\n\t\tint sec = Integer.parseInt(sec_);\n\t\tm.SecToTime(sec);\n\t}\n\t\n\tpublic void SecToTime(int sec){\n\t\tint h = 0,m = 0;\n\t\t\n\t\twhile(sec >= 3600){\n\t\t\th++;\n\t\t\tsec -= 3600;\n\t\t}\n\t\t\n\t\twhile(sec >= 60){\n\t\t\tm++;\n\t\t\tsec -= 60;\n\t\t}\n\t\t\n\t\tSystem.out.println(h+\":\"+m+\":\"+sec);\n\t}\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); Main m = new Main(); String sec_ = br.readLine(); int sec = Integer.parseInt(sec_); m.SecToTime(sec); } public void SecToTime(int sec){ int h = 0,m = 0; while(sec >= 3600){ h++; sec -= 3600; } while(sec >= 60){ m++; sec -= 60; } System.out.println(h+":"+m+":"+sec); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 4, 13, 23, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 20, 41, 13, 4, 18, 13, 0, 13, 4, 18, 13, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 86, 11 ], [ 86, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 12, 17 ], [ 17, 18 ], [ 86, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 21, 25 ], [ 25, 26 ], [ 25, 27 ], [ 21, 28 ], [ 28, 29 ], [ 28, 30 ], [ 21, 31 ], [ 31, 32 ], [ 31, 33 ], [ 21, 34 ], [ 34, 35 ], [ 34, 36 ], [ 21, 37 ], [ 37, 38 ], [ 37, 39 ], [ 21, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 21, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 21, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 53, 55 ], [ 21, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 21, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 63, 65 ], [ 21, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 68, 70 ], [ 21, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 79, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 78, 82 ], [ 77, 83 ], [ 79, 84 ], [ 0, 85 ], [ 85, 86 ], [ 85, 87 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint allSecond = 0;\n\t\tint hour = 0;\n\t\tint minute = 0;\n\t\tint second = 0;\n\n\t\tint tempHH = 1;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tallSecond = Integer.valueOf(str);\n\n\t\thour = allSecond / 3600;\n\t\ttempHH =allSecond % 3600;\n\t\tminute = tempHH / 60;\n\t\tsecond = tempHH % 60;\n\n\n\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint allSecond = 0;\n\t\tint hour = 0;\n\t\tint minute = 0;\n\t\tint second = 0;\n\n\t\tint tempHH = 1;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tallSecond = Integer.valueOf(str);\n\n\t\thour = allSecond / 3600;\n\t\ttempHH =allSecond % 3600;\n\t\tminute = tempHH / 60;\n\t\tsecond = tempHH % 60;\n\n\n\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tprint();\n\t}", "main", "{\n\t\tprint();\n\t}", "print()", "print", "String[] args", "args", "private static void print() throws IOException {\n\t\tint allSecond = 0;\n\t\tint hour = 0;\n\t\tint minute = 0;\n\t\tint second = 0;\n\n\t\tint tempHH = 1;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tallSecond = Integer.valueOf(str);\n\n\t\thour = allSecond / 3600;\n\t\ttempHH =allSecond % 3600;\n\t\tminute = tempHH / 60;\n\t\tsecond = tempHH % 60;\n\n\n\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}", "print", "{\n\t\tint allSecond = 0;\n\t\tint hour = 0;\n\t\tint minute = 0;\n\t\tint second = 0;\n\n\t\tint tempHH = 1;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tallSecond = Integer.valueOf(str);\n\n\t\thour = allSecond / 3600;\n\t\ttempHH =allSecond % 3600;\n\t\tminute = tempHH / 60;\n\t\tsecond = tempHH % 60;\n\n\n\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}", "int allSecond = 0;", "allSecond", "0", "int hour = 0;", "hour", "0", "int minute = 0;", "minute", "0", "int second = 0;", "second", "0", "int tempHH = 1;", "tempHH", "1", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "allSecond = Integer.valueOf(str)", "allSecond", "Integer.valueOf(str)", "Integer.valueOf", "Integer", "str", "hour = allSecond / 3600", "hour", "allSecond / 3600", "allSecond", "3600", "tempHH =allSecond % 3600", "tempHH", "allSecond % 3600", "allSecond", "3600", "minute = tempHH / 60", "minute", "tempHH / 60", "tempHH", "60", "second = tempHH % 60", "second", "tempHH % 60", "tempHH", "60", "System.out.println(hour + \":\" + minute + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint allSecond = 0;\n\t\tint hour = 0;\n\t\tint minute = 0;\n\t\tint second = 0;\n\n\t\tint tempHH = 1;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tallSecond = Integer.valueOf(str);\n\n\t\thour = allSecond / 3600;\n\t\ttempHH =allSecond % 3600;\n\t\tminute = tempHH / 60;\n\t\tsecond = tempHH % 60;\n\n\n\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint allSecond = 0;\n\t\tint hour = 0;\n\t\tint minute = 0;\n\t\tint second = 0;\n\n\t\tint tempHH = 1;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tallSecond = Integer.valueOf(str);\n\n\t\thour = allSecond / 3600;\n\t\ttempHH =allSecond % 3600;\n\t\tminute = tempHH / 60;\n\t\tsecond = tempHH % 60;\n\n\n\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t}\n\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { print(); } private static void print() throws IOException { int allSecond = 0; int hour = 0; int minute = 0; int second = 0; int tempHH = 1; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); allSecond = Integer.valueOf(str); hour = allSecond / 3600; tempHH =allSecond % 3600; minute = tempHH / 60; second = tempHH % 60; System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 17, 41, 13, 4, 18, 13, 4, 18, 13, 14, 2, 2, 13, 17, 2, 17, 13, 30, 14, 2, 13, 17, 30, 0, 13, 2, 13, 17, 0, 13, 17, 14, 2, 13, 17, 30, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 86, 11 ], [ 86, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 14, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 29, 30 ], [ 30, 31 ], [ 14, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 45, 51 ], [ 51, 52 ], [ 51, 53 ], [ 40, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 58, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 66, 68 ], [ 14, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 74 ], [ 77, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 75, 81 ], [ 77, 82 ], [ 12, 83 ], [ 83, 84 ], [ 0, 85 ], [ 85, 86 ], [ 85, 87 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tif((second > 0) && (86400 > second)){\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tif((second > 0) && (86400 > second)){\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main", "public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tif((second > 0) && (86400 > second)){\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tif((second > 0) && (86400 > second)){\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int hour = 0;", "hour", "0", "int minute = 0;", "minute", "0", "int second = Integer.parseInt(br.readLine());", "second", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "if((second > 0) && (86400 > second)){\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}", "(second > 0) && (86400 > second)", "(second > 0)", "second", "0", "(86400 > second)", "86400", "second", "{\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}", "if(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}", "second >= 60", "second", "60", "{\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}", "minute = second / 60", "minute", "second / 60", "second", "60", "second %= 60", "second", "60", "if(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}", "minute >= 60", "minute", "60", "{\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}", "hour = minute / 60", "hour", "minute / 60", "minute", "60", "minute = minute % 60", "minute", "minute % 60", "minute", "60", "System.out.println(hour + \":\" + minute + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tif((second > 0) && (86400 > second)){\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tif((second > 0) && (86400 > second)){\n\n\t\t\tif(second >= 60){\n\t\t\t\tminute = second / 60;\n\t\t\t\tsecond %= 60;\n\t\t\t}\n\t\t\tif(minute >= 60){\n\t\t\t\thour = minute / 60;\n\t\t\t\tminute = minute % 60;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main{ public static void main(String[] args)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int hour = 0; int minute = 0; int second = Integer.parseInt(br.readLine()); if((second > 0) && (86400 > second)){ if(second >= 60){ minute = second / 60; second %= 60; } if(minute >= 60){ hour = minute / 60; minute = minute % 60; } } System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 14, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 14, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 14, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 57, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 55, 61 ], [ 57, 62 ], [ 12, 63 ], [ 63, 64 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main{\n\n\t\tpublic static void main(String[] args)throws IOException{\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tint S = Integer.parseInt(buf);\n\t\t\tint h = S / 3600;\n\t\t\tint m = S % 3600 / 60;\n\t\t\tint s = S % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main{\n\n\t\tpublic static void main(String[] args)throws IOException{\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tint S = Integer.parseInt(buf);\n\t\t\tint h = S / 3600;\n\t\t\tint m = S % 3600 / 60;\n\t\t\tint s = S % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args)throws IOException{\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tint S = Integer.parseInt(buf);\n\t\t\tint h = S / 3600;\n\t\t\tint m = S % 3600 / 60;\n\t\t\tint s = S % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tint S = Integer.parseInt(buf);\n\t\t\tint h = S / 3600;\n\t\t\tint m = S % 3600 / 60;\n\t\t\tint s = S % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "InputStreamReader isr = new InputStreamReader(System.in);", "isr", "new InputStreamReader(System.in)", "BufferedReader br = new BufferedReader(isr);", "br", "new BufferedReader(isr)", "String buf = br.readLine();", "buf", "br.readLine()", "br.readLine", "br", "int S = Integer.parseInt(buf);", "S", "Integer.parseInt(buf)", "Integer.parseInt", "Integer", "buf", "int h = S / 3600;", "h", "S / 3600", "S", "3600", "int m = S % 3600 / 60;", "m", "S % 3600 / 60", "S % 3600", "S", "3600", "60", "int s = S % 60;", "s", "S % 60", "S", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main{ public static void main(String[] args)throws IOException{ InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(isr); String buf = br.readLine(); int S = Integer.parseInt(buf); int h = S / 3600; int m = S % 3600 / 60; int s = S % 60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 0, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 17, 17, 0, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 8, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 8, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 56, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 54, 60 ], [ 56, 61 ], [ 6, 62 ], [ 62, 63 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint S = 0; // ??\\?????????????§?\n\t\tint h = 0; // ???\n\t\tint m = 0; // ???\n\t\tint s = 0; // ?§?\n\n\t\tS = sc.nextInt();\n\n\t\th = S / 3600;\n\t\tm = ( S % 3600 ) / 60;\n\t\ts = ( S % 3600 ) % 60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s );\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint S = 0; // ??\\?????????????§?\n\t\tint h = 0; // ???\n\t\tint m = 0; // ???\n\t\tint s = 0; // ?§?\n\n\t\tS = sc.nextInt();\n\n\t\th = S / 3600;\n\t\tm = ( S % 3600 ) / 60;\n\t\ts = ( S % 3600 ) % 60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s );\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint S = 0; // ??\\?????????????§?\n\t\tint h = 0; // ???\n\t\tint m = 0; // ???\n\t\tint s = 0; // ?§?\n\n\t\tS = sc.nextInt();\n\n\t\th = S / 3600;\n\t\tm = ( S % 3600 ) / 60;\n\t\ts = ( S % 3600 ) % 60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s );\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint S = 0; // ??\\?????????????§?\n\t\tint h = 0; // ???\n\t\tint m = 0; // ???\n\t\tint s = 0; // ?§?\n\n\t\tS = sc.nextInt();\n\n\t\th = S / 3600;\n\t\tm = ( S % 3600 ) / 60;\n\t\ts = ( S % 3600 ) % 60;\n\n\t\tSystem.out.println( h + \":\" + m + \":\" + s );\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S = 0;", "S", "0", "int h = 0;", "h", "0", "int m = 0;", "m", "0", "int s = 0;", "s", "0", "S = sc.nextInt()", "S", "sc.nextInt()", "sc.nextInt", "sc", "h = S / 3600", "h", "S / 3600", "S", "3600", "m = ( S % 3600 ) / 60", "m", "( S % 3600 ) / 60", "( S % 3600 )", "S", "3600", "60", "s = ( S % 3600 ) % 60", "s", "( S % 3600 ) % 60", "( S % 3600 )", "S", "3600", "60", "System.out.println( h + \":\" + m + \":\" + s )", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int S = 0; // ??\?????????????§? int h = 0; // ??? int m = 0; // ??? int s = 0; // ?§? S = sc.nextInt(); h = S / 3600; m = ( S % 3600 ) / 60; s = ( S % 3600 ) % 60; System.out.println( h + ":" + m + ":" + s ); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 4, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 61, 5 ], [ 61, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 6, 11 ], [ 11, 12 ], [ 61, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 15, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 15, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 26, 28 ], [ 15, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 31, 35 ], [ 15, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 15, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 51, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 49, 55 ], [ 51, 56 ], [ 15, 57 ], [ 57, 58 ], [ 58, 59 ], [ 0, 60 ], [ 60, 61 ], [ 60, 62 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint S = scn.nextInt();\n\t\tint h = S/3600;\n\t\tint m = (S%3600)/60;\n\t\tint s = (S%3600)%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tscn.close();\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint S = scn.nextInt();\n\t\tint h = S/3600;\n\t\tint m = (S%3600)/60;\n\t\tint s = (S%3600)%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tscn.close();\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tsolve();\n\t}", "main", "{\n\t\tsolve();\n\t}", "solve()", "solve", "String[] args", "args", "private static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint S = scn.nextInt();\n\t\tint h = S/3600;\n\t\tint m = (S%3600)/60;\n\t\tint s = (S%3600)%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tscn.close();\n\t}", "solve", "{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint S = scn.nextInt();\n\t\tint h = S/3600;\n\t\tint m = (S%3600)/60;\n\t\tint s = (S%3600)%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tscn.close();\n\t}", "Scanner scn = new Scanner(System.in);", "scn", "new Scanner(System.in)", "int S = scn.nextInt();", "S", "scn.nextInt()", "scn.nextInt", "scn", "int h = S/3600;", "h", "S/3600", "S", "3600", "int m = (S%3600)/60;", "m", "(S%3600)/60", "(S%3600)", "S", "3600", "60", "int s = (S%3600)%60;", "s", "(S%3600)%60", "(S%3600)", "S", "3600", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "scn.close()", "scn.close", "scn", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint S = scn.nextInt();\n\t\tint h = S/3600;\n\t\tint m = (S%3600)/60;\n\t\tint s = (S%3600)%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tscn.close();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint S = scn.nextInt();\n\t\tint h = S/3600;\n\t\tint m = (S%3600)/60;\n\t\tint s = (S%3600)%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tscn.close();\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { solve(); } private static void solve() { Scanner scn = new Scanner(System.in); int S = scn.nextInt(); int h = S/3600; int m = (S%3600)/60; int s = (S%3600)%60; System.out.println(h+":"+m+":"+s); scn.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 20, 41, 13, 4, 18, 13, 0, 13, 4, 18, 13, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 0, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 8, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 8, 59 ], [ 59, 60 ], [ 59, 61 ], [ 8, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 70, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 68, 74 ], [ 70, 75 ], [ 6, 76 ], [ 76, 77 ] ]
[ "import java.io.*;\n\nclass Main{\n public static void main(String args[]) throws IOException{\n\n\tint byo=0;\n\tint h=0;\n\tint m=0;\n\tint s=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\n\tbyo=Integer.parseInt(str);\n\th=byo/3600;\n\tbyo=byo-(h*3600);\n\tm=byo/60;\n\tbyo=byo-(m*60);\n\ts=byo;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }\n}", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String args[]) throws IOException{\n\n\tint byo=0;\n\tint h=0;\n\tint m=0;\n\tint s=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\n\tbyo=Integer.parseInt(str);\n\th=byo/3600;\n\tbyo=byo-(h*3600);\n\tm=byo/60;\n\tbyo=byo-(m*60);\n\ts=byo;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String args[]) throws IOException{\n\n\tint byo=0;\n\tint h=0;\n\tint m=0;\n\tint s=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\n\tbyo=Integer.parseInt(str);\n\th=byo/3600;\n\tbyo=byo-(h*3600);\n\tm=byo/60;\n\tbyo=byo-(m*60);\n\ts=byo;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n\n\tint byo=0;\n\tint h=0;\n\tint m=0;\n\tint s=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\n\tbyo=Integer.parseInt(str);\n\th=byo/3600;\n\tbyo=byo-(h*3600);\n\tm=byo/60;\n\tbyo=byo-(m*60);\n\ts=byo;\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n }", "int byo=0;", "byo", "0", "int h=0;", "h", "0", "int m=0;", "m", "0", "int s=0;", "s", "0", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "byo=Integer.parseInt(str)", "byo", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "h=byo/3600", "h", "byo/3600", "byo", "3600", "byo=byo-(h*3600)", "byo", "byo-(h*3600)", "byo", "(h*3600)", "h", "3600", "m=byo/60", "m", "byo/60", "byo", "60", "byo=byo-(m*60)", "byo", "byo-(m*60)", "byo", "(m*60)", "m", "60", "s=byo", "s", "byo", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String args[]", "args" ]
import java.io.*; class Main{ public static void main(String args[]) throws IOException{ int byo=0; int h=0; int m=0; int s=0; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); byo=Integer.parseInt(str); h=byo/3600; byo=byo-(h*3600); m=byo/60; byo=byo-(m*60); s=byo; System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 20, 41, 13, 4, 18, 13, 14, 2, 2, 17, 13, 2, 13, 17, 30, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 78, 5 ], [ 78, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 13, 18 ], [ 9, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 19, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 19, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 33, 34 ], [ 33, 35 ], [ 28, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 36, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 36, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 36, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 62, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 60, 66 ], [ 62, 67 ], [ 28, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 74 ], [ 6, 75 ], [ 75, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.util.*;\n\npublic class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "Main", "public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }", "main", "{\n try{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }", "try{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }", "catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }", "InputMismatchException ex", "{\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }", "System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\")", "System.out.println", "System.out", "System", "System.out", "\"1??????100?????§????????¶??°?????\\?????????????????????\"", "{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int S = scan.nextInt();", "S", "scan.nextInt()", "scan.nextInt", "scan", "if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }", "0<=S && S<86400", "0<=S", "0", "S", "S<86400", "S", "86400", "{\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }", "int s = S%60;", "s", "S%60", "S", "60", "int m = (S/60)%60;", "m", "(S/60)%60", "(S/60)", "S", "60", "60", "int h = S/3600;", "h", "S/3600", "S", "3600", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "{\n System.out.println(\"1??????100?????§???????????§???\");\n }", "System.out.println(\"1??????100?????§???????????§???\")", "System.out.println", "System.out", "System", "System.out", "\"1??????100?????§???????????§???\"", "String arg[]", "arg", "public class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "public class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n if(0<=S && S<86400){\n int s = S%60;\n int m = (S/60)%60;\n int h = S/3600;\n System.out.println(h+\":\"+m+\":\"+s);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String arg[]) { try{ Scanner scan = new Scanner(System.in); int S = scan.nextInt(); if(0<=S && S<86400){ int s = S%60; int m = (S/60)%60; int h = S/3600; System.out.println(h+":"+m+":"+s); }else{ System.out.println("1??????100?????§???????????§???"); } }catch(InputMismatchException ex){ System.out.println("1??????100?????§????????¶??°?????\?????????????????????"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 4, 18, 13, 17, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 20, 20 ], [ 20, 21 ], [ 20, 22 ], [ 20, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 41, 45 ], [ 41, 46 ], [ 41, 47 ], [ 6, 48 ], [ 48, 49 ] ]
[ "import java.util.*;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\n\t\tint S = in.nextInt();\n\t\tint h = S / 60 / 60;\n\t\tint m = (S / 60) % 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.println(String.format(\"%d:%d:%d\", h, m, s));\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\n\t\tint S = in.nextInt();\n\t\tint h = S / 60 / 60;\n\t\tint m = (S / 60) % 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.println(String.format(\"%d:%d:%d\", h, m, s));\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\n\t\tint S = in.nextInt();\n\t\tint h = S / 60 / 60;\n\t\tint m = (S / 60) % 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.println(String.format(\"%d:%d:%d\", h, m, s));\n\t}", "main", "{\n\t\tScanner in = new Scanner(System.in);\n\n\t\tint S = in.nextInt();\n\t\tint h = S / 60 / 60;\n\t\tint m = (S / 60) % 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.println(String.format(\"%d:%d:%d\", h, m, s));\n\t}", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int S = in.nextInt();", "S", "in.nextInt()", "in.nextInt", "in", "int h = S / 60 / 60;", "h", "S / 60 / 60", "S / 60 / 60", "S", "60", "60", "int m = (S / 60) % 60;", "m", "(S / 60) % 60", "(S / 60)", "S", "60", "60", "int s = S % 60;", "s", "S % 60", "S", "60", "System.out.println(String.format(\"%d:%d:%d\", h, m, s))", "System.out.println", "System.out", "System", "System.out", "String.format(\"%d:%d:%d\", h, m, s)", "String.format", "String", "\"%d:%d:%d\"", "h", "m", "s", "String[] args", "args" ]
import java.util.*; class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int S = in.nextInt(); int h = S / 60 / 60; int m = (S / 60) % 60; int s = S % 60; System.out.println(String.format("%d:%d:%d", h, m, s)); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 42, 2, 2, 0, 13, 4, 18, 13, 17, 40, 4, 18, 13, 30, 41, 13, 41, 13, 41, 13, 0, 13, 4, 18, 13, 13, 0, 13, 2, 13, 17, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 17, 4, 18, 18, 13, 13, 17, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 75, 11 ], [ 75, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 23, 29 ], [ 22, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 21, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 34, 39 ], [ 39, 40 ], [ 34, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 34, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 34, 52 ], [ 52, 53 ], [ 52, 54 ], [ 34, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 34, 60 ], [ 60, 61 ], [ 60, 62 ], [ 34, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 63, 69 ], [ 63, 70 ], [ 63, 71 ], [ 12, 72 ], [ 72, 73 ], [ 0, 74 ], [ 74, 75 ], [ 74, 76 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\n\t\twhile ((line = br.readLine()) != null && !line.isEmpty()) {\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\n\t\twhile ((line = br.readLine()) != null && !line.isEmpty()) {\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\n\t\twhile ((line = br.readLine()) != null && !line.isEmpty()) {\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\n\t\twhile ((line = br.readLine()) != null && !line.isEmpty()) {\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = \"\";", "line", "\"\"", "while ((line = br.readLine()) != null && !line.isEmpty()) {\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}", "(line = br.readLine()) != null && !line.isEmpty()", "(line = br.readLine()) != null", "(line = br.readLine())", "line", "br.readLine()", "br.readLine", "br", "null", "!line.isEmpty()", "line.isEmpty()", "line.isEmpty", "line", "{\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}", "int h", "h", "m", "m", "s;", "s", "s = Integer.parseInt(line)", "s", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "h = s / 3600", "h", "s / 3600", "s", "3600", "s %= 3600", "s", "3600", "m = s / 60", "m", "s / 60", "s", "60", "s %= 60", "s", "60", "System.out.format(\"%d:%d:%d\\n\", h, m, s)", "System.out.format", "System.out", "System", "System.out", "\"%d:%d:%d\\n\"", "h", "m", "s", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\n\t\twhile ((line = br.readLine()) != null && !line.isEmpty()) {\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\n\t\twhile ((line = br.readLine()) != null && !line.isEmpty()) {\n\t\t\tint h, m, s;\n\t\t\ts = Integer.parseInt(line);\n\n\t\t\th = s / 3600;\n\t\t\ts %= 3600;\n\t\t\tm = s / 60;\n\t\t\ts %= 60;\n\t\t\tSystem.out.format(\"%d:%d:%d\\n\", h, m, s);\n\t\t}\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = ""; while ((line = br.readLine()) != null && !line.isEmpty()) { int h, m, s; s = Integer.parseInt(line); h = s / 3600; s %= 3600; m = s / 60; s %= 60; System.out.format("%d:%d:%d\n", h, m, s); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 17, 4, 18, 18, 13, 13, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 13, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 13, 13, 13, 29, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 8, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 23, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 31, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 8, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 8, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 8, 63 ], [ 6, 64 ], [ 64, 65 ] ]
[ "import java.util.Scanner;\n\nclass Main\n{\n public static void main(String[] args)\n { \n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = 3600;\n int c = 60;\n \n System.out.print( a / b );\n System.out.print( \":\" );\n System.out.print( ( a % b ) / c );\n System.out.print( \":\" );\n System.out.println( ( a % b ) % c );\n return;\n}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n public static void main(String[] args)\n { \n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = 3600;\n int c = 60;\n \n System.out.print( a / b );\n System.out.print( \":\" );\n System.out.print( ( a % b ) / c );\n System.out.print( \":\" );\n System.out.println( ( a % b ) % c );\n return;\n}\n}", "Main", "public static void main(String[] args)\n { \n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = 3600;\n int c = 60;\n \n System.out.print( a / b );\n System.out.print( \":\" );\n System.out.print( ( a % b ) / c );\n System.out.print( \":\" );\n System.out.println( ( a % b ) % c );\n return;\n}", "main", "{ \n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = 3600;\n int c = 60;\n \n System.out.print( a / b );\n System.out.print( \":\" );\n System.out.print( ( a % b ) / c );\n System.out.print( \":\" );\n System.out.println( ( a % b ) % c );\n return;\n}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = 3600;", "b", "3600", "int c = 60;", "c", "60", "System.out.print( a / b )", "System.out.print", "System.out", "System", "System.out", "a / b", "a", "b", "System.out.print( \":\" )", "System.out.print", "System.out", "System", "System.out", "\":\"", "System.out.print( ( a % b ) / c )", "System.out.print", "System.out", "System", "System.out", "( a % b ) / c", "( a % b )", "a", "b", "c", "System.out.print( \":\" )", "System.out.print", "System.out", "System", "System.out", "\":\"", "System.out.println( ( a % b ) % c )", "System.out.println", "System.out", "System", "System.out", "( a % b ) % c", "( a % b )", "a", "b", "c", "return;", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = 3600; int c = 60; System.out.print( a / b ); System.out.print( ":" ); System.out.print( ( a % b ) / c ); System.out.print( ":" ); System.out.println( ( a % b ) % c ); return; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 14, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 23, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 28, 33 ], [ 23, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 34, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 34, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 34, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 52, 57 ], [ 60, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 59, 63 ], [ 58, 64 ], [ 60, 65 ], [ 6, 66 ], [ 66, 67 ] ]
[ "import java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n\tBufferedReader br = \n\t new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tif(seconds == 0)\n\t {\n\t\tSystem.out.println(\"0:0:0\");\n\t }else{\n\t int sec = seconds % 60;\n\t int min =(seconds/60) % 60;\n\t int hour =seconds / 3600;\n\t \n\t System.out.println(hour + \":\" + min + \":\" + sec);\n }\n }\n}", "import java.io.*;", "io.*", "java", "class Main\n{\n public static void main(String[] args) throws IOException\n {\n\tBufferedReader br = \n\t new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tif(seconds == 0)\n\t {\n\t\tSystem.out.println(\"0:0:0\");\n\t }else{\n\t int sec = seconds % 60;\n\t int min =(seconds/60) % 60;\n\t int hour =seconds / 3600;\n\t \n\t System.out.println(hour + \":\" + min + \":\" + sec);\n }\n }\n}", "Main", "public static void main(String[] args) throws IOException\n {\n\tBufferedReader br = \n\t new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tif(seconds == 0)\n\t {\n\t\tSystem.out.println(\"0:0:0\");\n\t }else{\n\t int sec = seconds % 60;\n\t int min =(seconds/60) % 60;\n\t int hour =seconds / 3600;\n\t \n\t System.out.println(hour + \":\" + min + \":\" + sec);\n }\n }", "main", "{\n\tBufferedReader br = \n\t new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tint seconds = Integer.parseInt(str);\n\tif(seconds == 0)\n\t {\n\t\tSystem.out.println(\"0:0:0\");\n\t }else{\n\t int sec = seconds % 60;\n\t int min =(seconds/60) % 60;\n\t int hour =seconds / 3600;\n\t \n\t System.out.println(hour + \":\" + min + \":\" + sec);\n }\n }", "BufferedReader br = \n\t new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "int seconds = Integer.parseInt(str);", "seconds", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "if(seconds == 0)\n\t {\n\t\tSystem.out.println(\"0:0:0\");\n\t }else{\n\t int sec = seconds % 60;\n\t int min =(seconds/60) % 60;\n\t int hour =seconds / 3600;\n\t \n\t System.out.println(hour + \":\" + min + \":\" + sec);\n }", "seconds == 0", "seconds", "0", "{\n\t\tSystem.out.println(\"0:0:0\");\n\t }", "System.out.println(\"0:0:0\")", "System.out.println", "System.out", "System", "System.out", "\"0:0:0\"", "{\n\t int sec = seconds % 60;\n\t int min =(seconds/60) % 60;\n\t int hour =seconds / 3600;\n\t \n\t System.out.println(hour + \":\" + min + \":\" + sec);\n }", "int sec = seconds % 60;", "sec", "seconds % 60", "seconds", "60", "int min =(seconds/60) % 60;", "min", "(seconds/60) % 60", "(seconds/60)", "seconds", "60", "60", "int hour =seconds / 3600;", "hour", "seconds / 3600", "seconds", "3600", "System.out.println(hour + \":\" + min + \":\" + sec)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + min + \":\" + sec", "\":\"", "min", "hour + \":\" + min + \":\" + sec", "hour", "\":\"", "min", "\":\"", "sec", "String[] args", "args" ]
import java.io.*; class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); int seconds = Integer.parseInt(str); if(seconds == 0) { System.out.println("0:0:0"); }else{ int sec = seconds % 60; int min =(seconds/60) % 60; int hour =seconds / 3600; System.out.println(hour + ":" + min + ":" + sec); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 2, 13, 2, 17, 17, 41, 13, 2, 2, 13, 2, 2, 13, 17, 17, 17, 41, 13, 2, 2, 13, 2, 2, 13, 17, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 20, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 14, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 35, 43 ], [ 14, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 46, 54 ], [ 14, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 63, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 61, 67 ], [ 63, 68 ], [ 12, 69 ], [ 69, 70 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tInteger time = Integer.parseInt(br.readLine());\n\t\tInteger hour = time / (60 * 60);\n\t\tInteger minute = (time - (hour * 60 * 60)) / 60;\n\t\tInteger ss = (time - (hour * 60 * 60)) % 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + ss);\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tInteger time = Integer.parseInt(br.readLine());\n\t\tInteger hour = time / (60 * 60);\n\t\tInteger minute = (time - (hour * 60 * 60)) / 60;\n\t\tInteger ss = (time - (hour * 60 * 60)) % 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + ss);\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tInteger time = Integer.parseInt(br.readLine());\n\t\tInteger hour = time / (60 * 60);\n\t\tInteger minute = (time - (hour * 60 * 60)) / 60;\n\t\tInteger ss = (time - (hour * 60 * 60)) % 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + ss);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tInteger time = Integer.parseInt(br.readLine());\n\t\tInteger hour = time / (60 * 60);\n\t\tInteger minute = (time - (hour * 60 * 60)) / 60;\n\t\tInteger ss = (time - (hour * 60 * 60)) % 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + ss);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "Integer time = Integer.parseInt(br.readLine());", "time", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "Integer hour = time / (60 * 60);", "hour", "time / (60 * 60)", "time", "(60 * 60)", "60", "60", "Integer minute = (time - (hour * 60 * 60)) / 60;", "minute", "(time - (hour * 60 * 60)) / 60", "(time - (hour * 60 * 60))", "time", "(hour * 60 * 60)", "hour * 60 * 60", "hour", "60", "60", "60", "Integer ss = (time - (hour * 60 * 60)) % 60;", "ss", "(time - (hour * 60 * 60)) % 60", "(time - (hour * 60 * 60))", "time", "(hour * 60 * 60)", "hour * 60 * 60", "hour", "60", "60", "60", "System.out.println(hour + \":\" + minute + \":\" + ss)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + ss", "\":\"", "minute", "hour + \":\" + minute + \":\" + ss", "hour", "\":\"", "minute", "\":\"", "ss", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); Integer time = Integer.parseInt(br.readLine()); Integer hour = time / (60 * 60); Integer minute = (time - (hour * 60 * 60)) / 60; Integer ss = (time - (hour * 60 * 60)) % 60; System.out.println(hour + ":" + minute + ":" + ss); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 4, 18, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 17, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 58, 5 ], [ 58, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 8, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 8, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 43, 49 ], [ 43, 50 ], [ 43, 51 ], [ 8, 52 ], [ 52, 53 ], [ 53, 54 ], [ 6, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint h,m,s;\n\t\tint S=scan.nextInt();\n\t\th=S/3600;\n\t\tS=S%3600;\n\t\tm=S/60;\n\t\ts=S%60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t\t\n\t\t\n\t\tscan.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint h,m,s;\n\t\tint S=scan.nextInt();\n\t\th=S/3600;\n\t\tS=S%3600;\n\t\tm=S/60;\n\t\ts=S%60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t\t\n\t\t\n\t\tscan.close();\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint h,m,s;\n\t\tint S=scan.nextInt();\n\t\th=S/3600;\n\t\tS=S%3600;\n\t\tm=S/60;\n\t\ts=S%60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t\t\n\t\t\n\t\tscan.close();\n\t}", "main", "{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint h,m,s;\n\t\tint S=scan.nextInt();\n\t\th=S/3600;\n\t\tS=S%3600;\n\t\tm=S/60;\n\t\ts=S%60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t\t\n\t\t\n\t\tscan.close();\n\t}", "Scanner scan=new Scanner(System.in);", "scan", "new Scanner(System.in)", "int h", "h", "m", "m", "s;", "s", "int S=scan.nextInt();", "S", "scan.nextInt()", "scan.nextInt", "scan", "h=S/3600", "h", "S/3600", "S", "3600", "S=S%3600", "S", "S%3600", "S", "3600", "m=S/60", "m", "S/60", "S", "60", "s=S%60", "s", "S%60", "S", "60", "System.out.printf(\"%d:%d:%d\\n\",h,m,s)", "System.out.printf", "System.out", "System", "System.out", "\"%d:%d:%d\\n\"", "h", "m", "s", "scan.close()", "scan.close", "scan", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint h,m,s;\n\t\tint S=scan.nextInt();\n\t\th=S/3600;\n\t\tS=S%3600;\n\t\tm=S/60;\n\t\ts=S%60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t\t\n\t\t\n\t\tscan.close();\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint h,m,s;\n\t\tint S=scan.nextInt();\n\t\th=S/3600;\n\t\tS=S%3600;\n\t\tm=S/60;\n\t\ts=S%60;\n\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t\t\n\t\t\n\t\tscan.close();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner scan=new Scanner(System.in); int h,m,s; int S=scan.nextInt(); h=S/3600; S=S%3600; m=S/60; s=S%60; System.out.printf("%d:%d:%d\n",h,m,s); scan.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 41, 13, 41, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 0, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 67, 5 ], [ 67, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 58, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 56, 62 ], [ 58, 63 ], [ 6, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\t\t\n\t\th = second / 3600;\n\t\tsecond = second - h * 3600;\n\t\tm = second / 60;\n\t\tsecond = second - m * 60;\n\t\ts = second;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\t\t\n\t\th = second / 3600;\n\t\tsecond = second - h * 3600;\n\t\tm = second / 60;\n\t\tsecond = second - m * 60;\n\t\ts = second;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\t\t\n\t\th = second / 3600;\n\t\tsecond = second - h * 3600;\n\t\tm = second / 60;\n\t\tsecond = second - m * 60;\n\t\ts = second;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "main", "{\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\t\t\n\t\th = second / 3600;\n\t\tsecond = second - h * 3600;\n\t\tm = second / 60;\n\t\tsecond = second - m * 60;\n\t\ts = second;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int second = scanner.nextInt();", "second", "scanner.nextInt()", "scanner.nextInt", "scanner", "int h;", "h", "int m;", "m", "int s;", "s", "h = second / 3600", "h", "second / 3600", "second", "3600", "second = second - h * 3600", "second", "second - h * 3600", "second", "h * 3600", "h", "3600", "m = second / 60", "m", "second / 60", "second", "60", "second = second - m * 60", "second", "second - m * 60", "second", "m * 60", "m", "60", "s = second", "s", "second", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\t\t\n\t\th = second / 3600;\n\t\tsecond = second - h * 3600;\n\t\tm = second / 60;\n\t\tsecond = second - m * 60;\n\t\ts = second;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint second = scanner.nextInt();\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\t\t\n\t\th = second / 3600;\n\t\tsecond = second - h * 3600;\n\t\tm = second / 60;\n\t\tsecond = second - m * 60;\n\t\ts = second;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int second = scanner.nextInt(); int h; int m; int s; h = second / 3600; second = second - h * 3600; m = second / 60; second = second - m * 60; s = second; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 4, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 11, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 11, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 11, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 11, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 42, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 40, 46 ], [ 42, 47 ], [ 4, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 48, 54 ], [ 54, 55 ] ]
[ "import java.util.*;\nclass Main{\n\tScanner sc=new Scanner(System.in);\n\tvoid aa(){\n\t\tint S=sc.nextInt();\n\t\tint h=S/3600;\n\t\tint m=(S%3600)/60;\n\t\tint s=S%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\tpublic static void main(String[]arg){\n\t\tnew Main().aa();\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main{\n\tScanner sc=new Scanner(System.in);\n\tvoid aa(){\n\t\tint S=sc.nextInt();\n\t\tint h=S/3600;\n\t\tint m=(S%3600)/60;\n\t\tint s=S%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\tpublic static void main(String[]arg){\n\t\tnew Main().aa();\n\t}\n}", "Main", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "void aa(){\n\t\tint S=sc.nextInt();\n\t\tint h=S/3600;\n\t\tint m=(S%3600)/60;\n\t\tint s=S%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "aa", "{\n\t\tint S=sc.nextInt();\n\t\tint h=S/3600;\n\t\tint m=(S%3600)/60;\n\t\tint s=S%60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "int S=sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "int h=S/3600;", "h", "S/3600", "S", "3600", "int m=(S%3600)/60;", "m", "(S%3600)/60", "(S%3600)", "S", "3600", "60", "int s=S%60;", "s", "S%60", "S", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "public static void main(String[]arg){\n\t\tnew Main().aa();\n\t}", "main", "{\n\t\tnew Main().aa();\n\t}", "new Main().aa()", "new Main().aa", "new Main()", "String[]arg", "arg" ]
import java.util.*; class Main{ Scanner sc=new Scanner(System.in); void aa(){ int S=sc.nextInt(); int h=S/3600; int m=(S%3600)/60; int s=S%60; System.out.println(h+":"+m+":"+s); } public static void main(String[]arg){ new Main().aa(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 58, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 56, 62 ], [ 58, 63 ], [ 6, 64 ], [ 64, 65 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint S = sc.nextInt();\n\t\tint h,m,s;\n\t\tint x,y;\n\n\t\th=S/3600;\n\t\tx=S%3600;\n\t\tm=x/60;\n\t\ty=x%60;\n\t\ts=y;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint S = sc.nextInt();\n\t\tint h,m,s;\n\t\tint x,y;\n\n\t\th=S/3600;\n\t\tx=S%3600;\n\t\tm=x/60;\n\t\ty=x%60;\n\t\ts=y;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint S = sc.nextInt();\n\t\tint h,m,s;\n\t\tint x,y;\n\n\t\th=S/3600;\n\t\tx=S%3600;\n\t\tm=x/60;\n\t\ty=x%60;\n\t\ts=y;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint S = sc.nextInt();\n\t\tint h,m,s;\n\t\tint x,y;\n\n\t\th=S/3600;\n\t\tx=S%3600;\n\t\tm=x/60;\n\t\ty=x%60;\n\t\ts=y;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "int h", "h", "m", "m", "s;", "s", "int x", "x", "y;", "y", "h=S/3600", "h", "S/3600", "S", "3600", "x=S%3600", "x", "S%3600", "S", "3600", "m=x/60", "m", "x/60", "x", "60", "y=x%60", "y", "x%60", "x", "60", "s=y", "s", "y", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int S = sc.nextInt(); int h,m,s; int x,y; h=S/3600; x=S%3600; m=x/60; y=x%60; s=y; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 37, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 50, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 50, 55 ], [ 6, 56 ], [ 56, 57 ] ]
[ "import java.io.*;\n\nclass Main{\n\n\tpublic static void main(String[] args)throws IOException{\n\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strSec = br.readLine();\n\t\tint intSec = Integer.parseInt(strSec);\n\t\tint h = intSec / 3600;\n\t\tint m = (intSec % 3600) / 60;\n\t\tint s = (intSec % 3600) % 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n\t}\n\t\n}", "import java.io.*;", "io.*", "java", "class Main{\n\n\tpublic static void main(String[] args)throws IOException{\n\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strSec = br.readLine();\n\t\tint intSec = Integer.parseInt(strSec);\n\t\tint h = intSec / 3600;\n\t\tint m = (intSec % 3600) / 60;\n\t\tint s = (intSec % 3600) % 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n\t}\n\t\n}", "Main", "public static void main(String[] args)throws IOException{\n\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strSec = br.readLine();\n\t\tint intSec = Integer.parseInt(strSec);\n\t\tint h = intSec / 3600;\n\t\tint m = (intSec % 3600) / 60;\n\t\tint s = (intSec % 3600) % 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n\t}", "main", "{\n\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strSec = br.readLine();\n\t\tint intSec = Integer.parseInt(strSec);\n\t\tint h = intSec / 3600;\n\t\tint m = (intSec % 3600) / 60;\n\t\tint s = (intSec % 3600) % 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String strSec = br.readLine();", "strSec", "br.readLine()", "br.readLine", "br", "int intSec = Integer.parseInt(strSec);", "intSec", "Integer.parseInt(strSec)", "Integer.parseInt", "Integer", "strSec", "int h = intSec / 3600;", "h", "intSec / 3600", "intSec", "3600", "int m = (intSec % 3600) / 60;", "m", "(intSec % 3600) / 60", "(intSec % 3600)", "intSec", "3600", "60", "int s = (intSec % 3600) % 60;", "s", "(intSec % 3600) % 60", "(intSec % 3600)", "intSec", "3600", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String strSec = br.readLine(); int intSec = Integer.parseInt(strSec); int h = intSec / 3600; int m = (intSec % 3600) / 60; int s = (intSec % 3600) % 60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 14, 2, 2, 17, 13, 2, 13, 17, 30, 41, 13, 8, 2, 13, 17, 2, 13, 2, 17, 17, 17, 41, 13, 2, 13, 2, 2, 13, 17, 17, 41, 13, 8, 2, 13, 17, 2, 13, 17, 17, 0, 13, 2, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 28, 29 ], [ 28, 30 ], [ 23, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 34, 43 ], [ 31, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 49, 49 ], [ 49, 50 ], [ 49, 51 ], [ 49, 52 ], [ 31, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 59, 61 ], [ 55, 62 ], [ 31, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 67, 69 ], [ 31, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 70, 75 ], [ 78, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 77, 81 ], [ 76, 82 ], [ 78, 83 ], [ 8, 84 ], [ 84, 85 ], [ 85, 86 ], [ 6, 87 ], [ 87, 88 ] ]
[ "import java.io.*;\nclass Main{\n public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n Long s = Long.parseLong(line);\n if ((0<=s) & (s<=86400)){\n long hour = s != 0 ? s / (60 * 60) : 0;\n long zan = s - hour * 60 * 60;\n long minute = zan != 0 ? zan / 60 :0;\n zan = zan - minute * 60; \n System.out.println(hour+\":\"+minute+\":\"+zan);\n }\n r.close();\n }\n}", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n Long s = Long.parseLong(line);\n if ((0<=s) & (s<=86400)){\n long hour = s != 0 ? s / (60 * 60) : 0;\n long zan = s - hour * 60 * 60;\n long minute = zan != 0 ? zan / 60 :0;\n zan = zan - minute * 60; \n System.out.println(hour+\":\"+minute+\":\"+zan);\n }\n r.close();\n }\n}", "Main", "public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n Long s = Long.parseLong(line);\n if ((0<=s) & (s<=86400)){\n long hour = s != 0 ? s / (60 * 60) : 0;\n long zan = s - hour * 60 * 60;\n long minute = zan != 0 ? zan / 60 :0;\n zan = zan - minute * 60; \n System.out.println(hour+\":\"+minute+\":\"+zan);\n }\n r.close();\n }", "main", "{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n Long s = Long.parseLong(line);\n if ((0<=s) & (s<=86400)){\n long hour = s != 0 ? s / (60 * 60) : 0;\n long zan = s - hour * 60 * 60;\n long minute = zan != 0 ? zan / 60 :0;\n zan = zan - minute * 60; \n System.out.println(hour+\":\"+minute+\":\"+zan);\n }\n r.close();\n }", "BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);", "r", "new BufferedReader(new InputStreamReader(System.in), 1)", "String line = r.readLine();", "line", "r.readLine()", "r.readLine", "r", "Long s = Long.parseLong(line);", "s", "Long.parseLong(line)", "Long.parseLong", "Long", "line", "if ((0<=s) & (s<=86400)){\n long hour = s != 0 ? s / (60 * 60) : 0;\n long zan = s - hour * 60 * 60;\n long minute = zan != 0 ? zan / 60 :0;\n zan = zan - minute * 60; \n System.out.println(hour+\":\"+minute+\":\"+zan);\n }", "(0<=s) & (s<=86400)", "(0<=s)", "0", "s", "(s<=86400)", "s", "86400", "{\n long hour = s != 0 ? s / (60 * 60) : 0;\n long zan = s - hour * 60 * 60;\n long minute = zan != 0 ? zan / 60 :0;\n zan = zan - minute * 60; \n System.out.println(hour+\":\"+minute+\":\"+zan);\n }", "long hour = s != 0 ? s / (60 * 60) : 0;", "hour", "s != 0 ? s / (60 * 60) : 0", "s != 0", "s", "0", "s / (60 * 60)", "s", "(60 * 60)", "60", "60", "0", "long zan = s - hour * 60 * 60;", "zan", "s - hour * 60 * 60", "s", "hour * 60 * 60", "hour * 60 * 60", "hour", "60", "60", "long minute = zan != 0 ? zan / 60 :0;", "minute", "zan != 0 ? zan / 60 :0", "zan != 0", "zan", "0", "zan / 60", "zan", "60", "0", "zan = zan - minute * 60", "zan", "zan - minute * 60", "zan", "minute * 60", "minute", "60", "System.out.println(hour+\":\"+minute+\":\"+zan)", "System.out.println", "System.out", "System", "System.out", "hour+\":\"+minute+\":\"+zan", "\":\"", "minute", "hour+\":\"+minute+\":\"+zan", "hour", "\":\"", "minute", "\":\"", "zan", "r.close()", "r.close", "r", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args) throws IOException{ BufferedReader r = new BufferedReader(new InputStreamReader(System.in), 1); String line = r.readLine(); Long s = Long.parseLong(line); if ((0<=s) & (s<=86400)){ long hour = s != 0 ? s / (60 * 60) : 0; long zan = s - hour * 60 * 60; long minute = zan != 0 ? zan / 60 :0; zan = zan - minute * 60; System.out.println(hour+":"+minute+":"+zan); } r.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 0, 13, 17, 41, 13, 2, 13, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 52, 5 ], [ 52, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 43, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 41, 47 ], [ 43, 48 ], [ 6, 49 ], [ 49, 50 ], [ 0, 51 ], [ 51, 52 ], [ 51, 53 ] ]
[ "import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\t\n\t\tint h = x / 3600;\n\t\tx %= 3600;\n\t\tint m = x / 60;\n\t\tint s = x % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\t\n\t\tint h = x / 3600;\n\t\tx %= 3600;\n\t\tint m = x / 60;\n\t\tint s = x % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\t\n\t\tint h = x / 3600;\n\t\tx %= 3600;\n\t\tint m = x / 60;\n\t\tint s = x % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\t\n\t\tint h = x / 3600;\n\t\tx %= 3600;\n\t\tint m = x / 60;\n\t\tint s = x % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int x = in.nextInt();", "x", "in.nextInt()", "in.nextInt", "in", "int h = x / 3600;", "h", "x / 3600", "x", "3600", "x %= 3600", "x", "3600", "int m = x / 60;", "m", "x / 60", "x", "60", "int s = x % 60;", "s", "x % 60", "x", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\t\n\t\tint h = x / 3600;\n\t\tx %= 3600;\n\t\tint m = x / 60;\n\t\tint s = x % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\t\n\t\tint h = x / 3600;\n\t\tx %= 3600;\n\t\tint m = x / 60;\n\t\tint s = x % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args){ Scanner in = new Scanner(System.in); int x = in.nextInt(); int h = x / 3600; x %= 3600; int m = x / 60; int s = x % 60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 41, 13, 41, 13, 41, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 17, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 5, 11 ], [ 11, 12 ], [ 5, 13 ], [ 13, 14 ], [ 5, 15 ], [ 15, 16 ], [ 5, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 5, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 5, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 5, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 42, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 40, 46 ], [ 42, 47 ], [ 3, 48 ], [ 48, 49 ] ]
[ " \nclass Main{\n\tpublic static void main(String[] args) {\n\t\tint InputSecond = new java.util.Scanner(System.in).nextInt();\n\t\tint hours;\n\t\tint minutes;\n\t\tint seconds;\n\t\t\n\t\thours = InputSecond / 3600;\n\t\tminutes = (InputSecond % 3600) / 60;\n\t\tseconds = InputSecond % 60;\n\t\tSystem.out.println(hours + \":\" + minutes + \":\" + seconds);\n\t}\n}", "class Main{\n\tpublic static void main(String[] args) {\n\t\tint InputSecond = new java.util.Scanner(System.in).nextInt();\n\t\tint hours;\n\t\tint minutes;\n\t\tint seconds;\n\t\t\n\t\thours = InputSecond / 3600;\n\t\tminutes = (InputSecond % 3600) / 60;\n\t\tseconds = InputSecond % 60;\n\t\tSystem.out.println(hours + \":\" + minutes + \":\" + seconds);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tint InputSecond = new java.util.Scanner(System.in).nextInt();\n\t\tint hours;\n\t\tint minutes;\n\t\tint seconds;\n\t\t\n\t\thours = InputSecond / 3600;\n\t\tminutes = (InputSecond % 3600) / 60;\n\t\tseconds = InputSecond % 60;\n\t\tSystem.out.println(hours + \":\" + minutes + \":\" + seconds);\n\t}", "main", "{\n\t\tint InputSecond = new java.util.Scanner(System.in).nextInt();\n\t\tint hours;\n\t\tint minutes;\n\t\tint seconds;\n\t\t\n\t\thours = InputSecond / 3600;\n\t\tminutes = (InputSecond % 3600) / 60;\n\t\tseconds = InputSecond % 60;\n\t\tSystem.out.println(hours + \":\" + minutes + \":\" + seconds);\n\t}", "int InputSecond = new java.util.Scanner(System.in).nextInt();", "InputSecond", "new java.util.Scanner(System.in).nextInt()", "new java.util.Scanner(System.in).nextInt", "new java.util.Scanner(System.in)", "int hours;", "hours", "int minutes;", "minutes", "int seconds;", "seconds", "hours = InputSecond / 3600", "hours", "InputSecond / 3600", "InputSecond", "3600", "minutes = (InputSecond % 3600) / 60", "minutes", "(InputSecond % 3600) / 60", "(InputSecond % 3600)", "InputSecond", "3600", "60", "seconds = InputSecond % 60", "seconds", "InputSecond % 60", "InputSecond", "60", "System.out.println(hours + \":\" + minutes + \":\" + seconds)", "System.out.println", "System.out", "System", "System.out", "hours + \":\" + minutes + \":\" + seconds", "\":\"", "minutes", "hours + \":\" + minutes + \":\" + seconds", "hours", "\":\"", "minutes", "\":\"", "seconds", "String[] args", "args" ]
class Main{ public static void main(String[] args) { int InputSecond = new java.util.Scanner(System.in).nextInt(); int hours; int minutes; int seconds; hours = InputSecond / 3600; minutes = (InputSecond % 3600) / 60; seconds = InputSecond % 60; System.out.println(hours + ":" + minutes + ":" + seconds); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 13, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 58, 5 ], [ 58, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 8, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 49, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 47, 53 ], [ 49, 54 ], [ 6, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\tint intSec = intInput % 60;\n\t\tint intMin = (intInput - intSec)/60;\n\t\tint intHour = intMin / 60;\n\t\tintMin = intMin - intHour * 60;\n\t\tSystem.out.println(intHour + \":\" + intMin + \":\" + intSec);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\tint intSec = intInput % 60;\n\t\tint intMin = (intInput - intSec)/60;\n\t\tint intHour = intMin / 60;\n\t\tintMin = intMin - intHour * 60;\n\t\tSystem.out.println(intHour + \":\" + intMin + \":\" + intSec);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\tint intSec = intInput % 60;\n\t\tint intMin = (intInput - intSec)/60;\n\t\tint intHour = intMin / 60;\n\t\tintMin = intMin - intHour * 60;\n\t\tSystem.out.println(intHour + \":\" + intMin + \":\" + intSec);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\tint intSec = intInput % 60;\n\t\tint intMin = (intInput - intSec)/60;\n\t\tint intHour = intMin / 60;\n\t\tintMin = intMin - intHour * 60;\n\t\tSystem.out.println(intHour + \":\" + intMin + \":\" + intSec);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int intInput = scan.nextInt();", "intInput", "scan.nextInt()", "scan.nextInt", "scan", "int intSec = intInput % 60;", "intSec", "intInput % 60", "intInput", "60", "int intMin = (intInput - intSec)/60;", "intMin", "(intInput - intSec)/60", "(intInput - intSec)", "intInput", "intSec", "60", "int intHour = intMin / 60;", "intHour", "intMin / 60", "intMin", "60", "intMin = intMin - intHour * 60", "intMin", "intMin - intHour * 60", "intMin", "intHour * 60", "intHour", "60", "System.out.println(intHour + \":\" + intMin + \":\" + intSec)", "System.out.println", "System.out", "System", "System.out", "intHour + \":\" + intMin + \":\" + intSec", "\":\"", "intMin", "intHour + \":\" + intMin + \":\" + intSec", "intHour", "\":\"", "intMin", "\":\"", "intSec", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\tint intSec = intInput % 60;\n\t\tint intMin = (intInput - intSec)/60;\n\t\tint intHour = intMin / 60;\n\t\tintMin = intMin - intHour * 60;\n\t\tSystem.out.println(intHour + \":\" + intMin + \":\" + intSec);\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intInput = scan.nextInt();\n\t\tint intSec = intInput % 60;\n\t\tint intMin = (intInput - intSec)/60;\n\t\tint intHour = intMin / 60;\n\t\tintMin = intMin - intHour * 60;\n\t\tSystem.out.println(intHour + \":\" + intMin + \":\" + intSec);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scan = new Scanner(System.in); int intInput = scan.nextInt(); int intSec = intInput % 60; int intMin = (intInput - intSec)/60; int intHour = intMin / 60; intMin = intMin - intHour * 60; System.out.println(intHour + ":" + intMin + ":" + intSec); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 4, 18, 20, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 17, 42, 2, 13, 17, 30, 0, 13, 17, 40, 13, 0, 13, 2, 4, 18, 13, 13, 17, 0, 13, 17, 42, 2, 13, 17, 30, 0, 13, 17, 40, 13, 0, 13, 2, 4, 18, 13, 13, 17, 0, 13, 4, 18, 13, 13, 4, 18, 18, 13, 13, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 4, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 13, 14 ], [ 9, 15 ], [ 15, 16 ], [ 4, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 19, 25 ], [ 25, 26 ], [ 25, 27 ], [ 19, 28 ], [ 28, 29 ], [ 28, 30 ], [ 19, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 31, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 39, 40 ], [ 19, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 43, 48 ], [ 19, 49 ], [ 49, 50 ], [ 49, 51 ], [ 19, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 60, 61 ], [ 19, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 65, 68 ], [ 64, 69 ], [ 19, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 72, 75 ], [ 19, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 76, 81 ] ]
[ "import java.util.*;\nclass Main{\n public static void main(String[] args){\n\tnew Main().run();\n }\n Scanner sc = new Scanner(System.in);\n\n void run(){\n\tint s = sc.nextInt();\n\tString ans=\"\";\n\tint a=0;\n\twhile(s>=3600){\n\t s -= 3600;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\ta = 0;\n\twhile(s>=60){\n\t s -= 60;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\tans += Integer.toString(s);\n\tSystem.out.println(ans);\n }\n}", "import java.util.*;", "util.*", "java", "class Main{\n public static void main(String[] args){\n\tnew Main().run();\n }\n Scanner sc = new Scanner(System.in);\n\n void run(){\n\tint s = sc.nextInt();\n\tString ans=\"\";\n\tint a=0;\n\twhile(s>=3600){\n\t s -= 3600;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\ta = 0;\n\twhile(s>=60){\n\t s -= 60;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\tans += Integer.toString(s);\n\tSystem.out.println(ans);\n }\n}", "Main", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "public static void main(String[] args){\n\tnew Main().run();\n }", "main", "{\n\tnew Main().run();\n }", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "void run(){\n\tint s = sc.nextInt();\n\tString ans=\"\";\n\tint a=0;\n\twhile(s>=3600){\n\t s -= 3600;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\ta = 0;\n\twhile(s>=60){\n\t s -= 60;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\tans += Integer.toString(s);\n\tSystem.out.println(ans);\n }", "run", "{\n\tint s = sc.nextInt();\n\tString ans=\"\";\n\tint a=0;\n\twhile(s>=3600){\n\t s -= 3600;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\ta = 0;\n\twhile(s>=60){\n\t s -= 60;\n\t a++;\n\t}\n\tans += Integer.toString(a)+\":\";\n\tans += Integer.toString(s);\n\tSystem.out.println(ans);\n }", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "String ans=\"\";", "ans", "\"\"", "int a=0;", "a", "0", "while(s>=3600){\n\t s -= 3600;\n\t a++;\n\t}", "s>=3600", "s", "3600", "{\n\t s -= 3600;\n\t a++;\n\t}", "s -= 3600", "s", "3600", "a++", "a", "ans += Integer.toString(a)+\":\"", "ans", "Integer.toString(a)+\":\"", "Integer.toString(a)", "Integer.toString", "Integer", "a", "\":\"", "a = 0", "a", "0", "while(s>=60){\n\t s -= 60;\n\t a++;\n\t}", "s>=60", "s", "60", "{\n\t s -= 60;\n\t a++;\n\t}", "s -= 60", "s", "60", "a++", "a", "ans += Integer.toString(a)+\":\"", "ans", "Integer.toString(a)+\":\"", "Integer.toString(a)", "Integer.toString", "Integer", "a", "\":\"", "ans += Integer.toString(s)", "ans", "Integer.toString(s)", "Integer.toString", "Integer", "s", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans" ]
import java.util.*; class Main{ public static void main(String[] args){ new Main().run(); } Scanner sc = new Scanner(System.in); void run(){ int s = sc.nextInt(); String ans=""; int a=0; while(s>=3600){ s -= 3600; a++; } ans += Integer.toString(a)+":"; a = 0; while(s>=60){ s -= 60; a++; } ans += Integer.toString(a)+":"; ans += Integer.toString(s); System.out.println(ans); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 17, 2, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 14, 19 ], [ 23, 20 ], [ 20, 21 ], [ 29, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 22, 28 ], [ 29, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 20, 34 ], [ 23, 35 ], [ 35, 36 ], [ 35, 37 ], [ 6, 38 ], [ 38, 39 ] ]
[ "import java.util.*;class Main{public static void main(String[]args){int s=new Scanner(System.in).nextInt();System.out.println(\"\"+(s/3600)+\":\"+((s%3600)/60)+\":\"+(s%60));}}", "import java.util.*;", "util.*", "java", "class Main{public static void main(String[]args){int s=new Scanner(System.in).nextInt();System.out.println(\"\"+(s/3600)+\":\"+((s%3600)/60)+\":\"+(s%60));}}", "Main", "public static void main(String[]args){int s=new Scanner(System.in).nextInt();System.out.println(\"\"+(s/3600)+\":\"+((s%3600)/60)+\":\"+(s%60));}", "main", "{int s=new Scanner(System.in).nextInt();System.out.println(\"\"+(s/3600)+\":\"+((s%3600)/60)+\":\"+(s%60));}", "int s=new Scanner(System.in).nextInt();", "s", "new Scanner(System.in).nextInt()", "new Scanner(System.in).nextInt", "new Scanner(System.in)", "System.out.println(\"\"+(s/3600)+\":\"+((s%3600)/60)+\":\"+(s%60))", "System.out.println", "System.out", "System", "System.out", "\"\"+(s/3600)+\":\"+((s%3600)/60)+\":\"+(s%60)", "\":\"", "((s%3600)/60)", "\":\"", "\"\"+(s/3600)+\":\"+((s%3600)/60)+\":\"+(s%60)", "\"\"", "(s/3600)", "s", "3600", "\":\"", "((s%3600)/60)", "(s%3600)", "s", "3600", "60", "\":\"", "(s%60)", "s", "60", "String[]args", "args" ]
import java.util.*;class Main{public static void main(String[]args){int s=new Scanner(System.in).nextInt();System.out.println(""+(s/3600)+":"+((s%3600)/60)+":"+(s%60));}}
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 17, 2, 13, 17, 2, 2, 13, 17, 17, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 37, 5 ], [ 37, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 17, 22 ], [ 17, 23 ], [ 23, 24 ], [ 23, 25 ], [ 17, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 17, 31 ], [ 31, 32 ], [ 31, 33 ], [ 6, 34 ], [ 34, 35 ], [ 0, 36 ], [ 36, 37 ], [ 36, 38 ] ]
[ "import java.util.Scanner;\n\n\npublic class Main{\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n long s = in.nextLong();\n \n System.out.printf(\"%d:%d:%d%n\", s / 3600, s / 60 % 60, s % 60);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n long s = in.nextLong();\n \n System.out.printf(\"%d:%d:%d%n\", s / 3600, s / 60 % 60, s % 60);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n long s = in.nextLong();\n \n System.out.printf(\"%d:%d:%d%n\", s / 3600, s / 60 % 60, s % 60);\n }", "main", "{\n Scanner in = new Scanner(System.in);\n long s = in.nextLong();\n \n System.out.printf(\"%d:%d:%d%n\", s / 3600, s / 60 % 60, s % 60);\n }", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "long s = in.nextLong();", "s", "in.nextLong()", "in.nextLong", "in", "System.out.printf(\"%d:%d:%d%n\", s / 3600, s / 60 % 60, s % 60)", "System.out.printf", "System.out", "System", "System.out", "\"%d:%d:%d%n\"", "s / 3600", "s", "3600", "s / 60 % 60", "s / 60", "s", "60", "60", "s % 60", "s", "60", "String[] args", "args", "public class Main{\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n long s = in.nextLong();\n \n System.out.printf(\"%d:%d:%d%n\", s / 3600, s / 60 % 60, s % 60);\n }\n}", "public class Main{\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n long s = in.nextLong();\n \n System.out.printf(\"%d:%d:%d%n\", s / 3600, s / 60 % 60, s % 60);\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) { Scanner in = new Scanner(System.in); long s = in.nextLong(); System.out.printf("%d:%d:%d%n", s / 3600, s / 60 % 60, s % 60); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 4, 18, 13, 13, 17, 17, 41, 13, 4, 18, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 55, 5 ], [ 55, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 25, 29 ], [ 24, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 33, 37 ], [ 8, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 38, 43 ], [ 46, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 45, 49 ], [ 44, 50 ], [ 46, 51 ], [ 6, 52 ], [ 52, 53 ], [ 0, 54 ], [ 54, 55 ], [ 54, 56 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tlong S = scan.nextLong();\n\t\tlong h = S / 3600;\n\t\tlong m = Math.floorMod(S, 3600) / 60;\n\t\tlong s = Math.floorMod(S, 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tlong S = scan.nextLong();\n\t\tlong h = S / 3600;\n\t\tlong m = Math.floorMod(S, 3600) / 60;\n\t\tlong s = Math.floorMod(S, 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tlong S = scan.nextLong();\n\t\tlong h = S / 3600;\n\t\tlong m = Math.floorMod(S, 3600) / 60;\n\t\tlong s = Math.floorMod(S, 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tlong S = scan.nextLong();\n\t\tlong h = S / 3600;\n\t\tlong m = Math.floorMod(S, 3600) / 60;\n\t\tlong s = Math.floorMod(S, 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "long S = scan.nextLong();", "S", "scan.nextLong()", "scan.nextLong", "scan", "long h = S / 3600;", "h", "S / 3600", "S", "3600", "long m = Math.floorMod(S, 3600) / 60;", "m", "Math.floorMod(S, 3600) / 60", "Math.floorMod(S, 3600)", "Math.floorMod", "Math", "S", "3600", "60", "long s = Math.floorMod(S, 60);", "s", "Math.floorMod(S, 60)", "Math.floorMod", "Math", "S", "60", "System.out.println(h + \":\" + m + \":\" + s)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + s", "\":\"", "m", "h + \":\" + m + \":\" + s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tlong S = scan.nextLong();\n\t\tlong h = S / 3600;\n\t\tlong m = Math.floorMod(S, 3600) / 60;\n\t\tlong s = Math.floorMod(S, 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tlong S = scan.nextLong();\n\t\tlong h = S / 3600;\n\t\tlong m = Math.floorMod(S, 3600) / 60;\n\t\tlong s = Math.floorMod(S, 60);\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); long S = scan.nextLong(); long h = S / 3600; long m = Math.floorMod(S, 3600) / 60; long s = Math.floorMod(S, 60); System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 41, 13, 41, 13, 0, 13, 2, 13, 17, 41, 13, 2, 13, 2, 17, 13, 0, 13, 2, 13, 17, 0, 13, 2, 13, 2, 17, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 55, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 53, 59 ], [ 55, 60 ], [ 6, 61 ], [ 61, 62 ] ]
[ "import java.util.Scanner;\n\n\nclass Main { \n public static void main(String[] args)\n\n{\n\tScanner stdIn=new Scanner(System.in);\n\tint S = stdIn.nextInt();\n\tint h,m,s;\n\t\n\t\n\t\n\th=S/3600;\n\tint i=S-(3600*h);\n\tm=i/60;\n\ts=i-(60*m);\n\t\n\t\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\n\t\n\t\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main { \n public static void main(String[] args)\n\n{\n\tScanner stdIn=new Scanner(System.in);\n\tint S = stdIn.nextInt();\n\tint h,m,s;\n\t\n\t\n\t\n\th=S/3600;\n\tint i=S-(3600*h);\n\tm=i/60;\n\ts=i-(60*m);\n\t\n\t\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\n\t\n\t\n }\n}", "Main", "public static void main(String[] args)\n\n{\n\tScanner stdIn=new Scanner(System.in);\n\tint S = stdIn.nextInt();\n\tint h,m,s;\n\t\n\t\n\t\n\th=S/3600;\n\tint i=S-(3600*h);\n\tm=i/60;\n\ts=i-(60*m);\n\t\n\t\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\n\t\n\t\n }", "main", "{\n\tScanner stdIn=new Scanner(System.in);\n\tint S = stdIn.nextInt();\n\tint h,m,s;\n\t\n\t\n\t\n\th=S/3600;\n\tint i=S-(3600*h);\n\tm=i/60;\n\ts=i-(60*m);\n\t\n\t\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\n\t\n\t\n }", "Scanner stdIn=new Scanner(System.in);", "stdIn", "new Scanner(System.in)", "int S = stdIn.nextInt();", "S", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "int h", "h", "m", "m", "s;", "s", "h=S/3600", "h", "S/3600", "S", "3600", "int i=S-(3600*h);", "i", "S-(3600*h)", "S", "(3600*h)", "3600", "h", "m=i/60", "m", "i/60", "i", "60", "s=i-(60*m)", "s", "i-(60*m)", "i", "(60*m)", "60", "m", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner stdIn=new Scanner(System.in); int S = stdIn.nextInt(); int h,m,s; h=S/3600; int i=S-(3600*h); m=i/60; s=i-(60*m); System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 0, 13, 2, 13, 17, 0, 13, 2, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 12, 13, 30, 4, 18, 20, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 70, 5 ], [ 70, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 55, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 53, 59 ], [ 55, 60 ], [ 70, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 61, 67 ], [ 67, 68 ], [ 0, 69 ], [ 69, 70 ], [ 69, 71 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint sec = s.nextInt();\n\t int m = 0;\n\t int h = 0;\n\t m= sec / 60;\n\t sec = sec - m * 60;\n\t h = m / 60;\n\t m = m - h * 60;\n\t System.out.println(h + \":\" + m + \":\" + sec);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint sec = s.nextInt();\n\t int m = 0;\n\t int h = 0;\n\t m= sec / 60;\n\t sec = sec - m * 60;\n\t h = m / 60;\n\t m = m - h * 60;\n\t System.out.println(h + \":\" + m + \":\" + sec);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "Main", "void run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint sec = s.nextInt();\n\t int m = 0;\n\t int h = 0;\n\t m= sec / 60;\n\t sec = sec - m * 60;\n\t h = m / 60;\n\t m = m - h * 60;\n\t System.out.println(h + \":\" + m + \":\" + sec);\n\t}", "run", "{\n\t\tScanner s = new Scanner(System.in);\n\t\tint sec = s.nextInt();\n\t int m = 0;\n\t int h = 0;\n\t m= sec / 60;\n\t sec = sec - m * 60;\n\t h = m / 60;\n\t m = m - h * 60;\n\t System.out.println(h + \":\" + m + \":\" + sec);\n\t}", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int sec = s.nextInt();", "sec", "s.nextInt()", "s.nextInt", "s", "int m = 0;", "m", "0", "int h = 0;", "h", "0", "m= sec / 60", "m", "sec / 60", "sec", "60", "sec = sec - m * 60", "sec", "sec - m * 60", "sec", "m * 60", "m", "60", "h = m / 60", "h", "m / 60", "m", "60", "m = m - h * 60", "m", "m - h * 60", "m", "h * 60", "h", "60", "System.out.println(h + \":\" + m + \":\" + sec)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + m + \":\" + sec", "\":\"", "m", "h + \":\" + m + \":\" + sec", "h", "\":\"", "m", "\":\"", "sec", "public static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}", "main", "{\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint sec = s.nextInt();\n\t int m = 0;\n\t int h = 0;\n\t m= sec / 60;\n\t sec = sec - m * 60;\n\t h = m / 60;\n\t m = m - h * 60;\n\t System.out.println(h + \":\" + m + \":\" + sec);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint sec = s.nextInt();\n\t int m = 0;\n\t int h = 0;\n\t m= sec / 60;\n\t sec = sec - m * 60;\n\t h = m / 60;\n\t m = m - h * 60;\n\t System.out.println(h + \":\" + m + \":\" + sec);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void run(){ Scanner s = new Scanner(System.in); int sec = s.nextInt(); int m = 0; int h = 0; m= sec / 60; sec = sec - m * 60; h = m / 60; m = m - h * 60; System.out.println(h + ":" + m + ":" + sec); } public static void main(String[] args) { new Main().run(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 17, 2, 13, 17, 2, 2, 13, 17, 17, 2, 13, 17, 23, 13, 6, 13, 12, 13, 30, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 17, 22 ], [ 17, 23 ], [ 23, 24 ], [ 23, 25 ], [ 17, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 17, 31 ], [ 31, 32 ], [ 31, 33 ], [ 6, 34 ], [ 34, 35 ], [ 0, 36 ], [ 47, 37 ], [ 47, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 38, 44 ], [ 44, 45 ], [ 0, 46 ], [ 46, 47 ], [ 46, 48 ] ]
[ "import java.util.*;\n\nclass Watch {\n public static void main(String... args) {\n final Scanner sc = new Scanner(System.in);\n final int s = sc.nextInt();\n System.out.printf(\"%d:%d:%d\\n\", s / 3600, s / 60 % 60, s % 60);\n }\n}\npublic class Main {\n public static void main(String... args) {\n Watch.main();\n }\n}", "import java.util.*;", "util.*", "java", "class Watch {\n public static void main(String... args) {\n final Scanner sc = new Scanner(System.in);\n final int s = sc.nextInt();\n System.out.printf(\"%d:%d:%d\\n\", s / 3600, s / 60 % 60, s % 60);\n }\n}", "Watch", "public static void main(String... args) {\n final Scanner sc = new Scanner(System.in);\n final int s = sc.nextInt();\n System.out.printf(\"%d:%d:%d\\n\", s / 3600, s / 60 % 60, s % 60);\n }", "main", "{\n final Scanner sc = new Scanner(System.in);\n final int s = sc.nextInt();\n System.out.printf(\"%d:%d:%d\\n\", s / 3600, s / 60 % 60, s % 60);\n }", "final Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "final int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "System.out.printf(\"%d:%d:%d\\n\", s / 3600, s / 60 % 60, s % 60)", "System.out.printf", "System.out", "System", "System.out", "\"%d:%d:%d\\n\"", "s / 3600", "s", "3600", "s / 60 % 60", "s / 60", "s", "60", "60", "s % 60", "s", "60", "String... args", "args", "public class Main {\n public static void main(String... args) {\n Watch.main();\n }\n}", "Main", "public static void main(String... args) {\n Watch.main();\n }", "main", "{\n Watch.main();\n }", "Watch.main()", "Watch.main", "Watch", "String... args", "args", "public class Main {\n public static void main(String... args) {\n Watch.main();\n }\n}", "public class Main {\n public static void main(String... args) {\n Watch.main();\n }\n}", "Main" ]
import java.util.*; class Watch { public static void main(String... args) { final Scanner sc = new Scanner(System.in); final int s = sc.nextInt(); System.out.printf("%d:%d:%d\n", s / 3600, s / 60 % 60, s % 60); } } public class Main { public static void main(String... args) { Watch.main(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 2, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 59, 5 ], [ 59, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 50, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 50, 55 ], [ 6, 56 ], [ 56, 57 ], [ 0, 58 ], [ 58, 59 ], [ 58, 60 ] ]
[ "import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader S =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=S.readLine();\n\t\tint time=Integer.parseInt(str);\n\t\tint h=time/(3600);\n\t\tint m=(time%3600)/60;\n\t\tint s=time%(3600/60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t\n\t\t\n\t\n\t\t\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader S =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=S.readLine();\n\t\tint time=Integer.parseInt(str);\n\t\tint h=time/(3600);\n\t\tint m=(time%3600)/60;\n\t\tint s=time%(3600/60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t\n\t\t\n\t\n\t\t\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader S =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=S.readLine();\n\t\tint time=Integer.parseInt(str);\n\t\tint h=time/(3600);\n\t\tint m=(time%3600)/60;\n\t\tint s=time%(3600/60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t\n\t\t\n\t\n\t\t\n\t}", "main", "{\n\t\tBufferedReader S =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=S.readLine();\n\t\tint time=Integer.parseInt(str);\n\t\tint h=time/(3600);\n\t\tint m=(time%3600)/60;\n\t\tint s=time%(3600/60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t\n\t\t\n\t\n\t\t\n\t}", "BufferedReader S =new BufferedReader(new InputStreamReader(System.in));", "S", "new BufferedReader(new InputStreamReader(System.in))", "String str=S.readLine();", "str", "S.readLine()", "S.readLine", "S", "int time=Integer.parseInt(str);", "time", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "int h=time/(3600);", "h", "time/(3600)", "time", "(3600)", "int m=(time%3600)/60;", "m", "(time%3600)/60", "(time%3600)", "time", "3600", "60", "int s=time%(3600/60);", "s", "time%(3600/60)", "time", "(3600/60)", "3600", "60", "System.out.println(h+\":\"+m+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader S =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=S.readLine();\n\t\tint time=Integer.parseInt(str);\n\t\tint h=time/(3600);\n\t\tint m=(time%3600)/60;\n\t\tint s=time%(3600/60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t\n\t\t\n\t\n\t\t\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader S =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=S.readLine();\n\t\tint time=Integer.parseInt(str);\n\t\tint h=time/(3600);\n\t\tint m=(time%3600)/60;\n\t\tint s=time%(3600/60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t\n\t\t\n\t\n\t\t\n\t}\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader S =new BufferedReader(new InputStreamReader(System.in)); String str=S.readLine(); int time=Integer.parseInt(str); int h=time/(3600); int m=(time%3600)/60; int s=time%(3600/60); System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 13, 2, 17, 17, 0, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 17, 13, 13, 13, 4, 18, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 21, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 27, 27 ], [ 27, 28 ], [ 27, 29 ], [ 27, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 8, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 41, 47 ], [ 41, 48 ], [ 41, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 6, 53 ], [ 53, 54 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = s / (60*60);\n s -= h*60*60;\n int m = s/60;\n s -= m*60;\n System.out.printf(\"%d:%d:%d\\n\", h, m, s);\n sc.close();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = s / (60*60);\n s -= h*60*60;\n int m = s/60;\n s -= m*60;\n System.out.printf(\"%d:%d:%d\\n\", h, m, s);\n sc.close();\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = s / (60*60);\n s -= h*60*60;\n int m = s/60;\n s -= m*60;\n System.out.printf(\"%d:%d:%d\\n\", h, m, s);\n sc.close();\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = s / (60*60);\n s -= h*60*60;\n int m = s/60;\n s -= m*60;\n System.out.printf(\"%d:%d:%d\\n\", h, m, s);\n sc.close();\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "int h = s / (60*60);", "h", "s / (60*60)", "s", "(60*60)", "60", "60", "s -= h*60*60", "s", "h*60*60", "h*60*60", "h", "60", "60", "int m = s/60;", "m", "s/60", "s", "60", "s -= m*60", "s", "m*60", "m", "60", "System.out.printf(\"%d:%d:%d\\n\", h, m, s)", "System.out.printf", "System.out", "System", "System.out", "\"%d:%d:%d\\n\"", "h", "m", "s", "sc.close()", "sc.close", "sc", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int s = sc.nextInt(); int h = s / (60*60); s -= h*60*60; int m = s/60; s -= m*60; System.out.printf("%d:%d:%d\n", h, m, s); sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 14, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 32, 33 ], [ 32, 34 ], [ 14, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 43, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 54, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 66, 71 ], [ 12, 72 ], [ 72, 73 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse{System.out.println(\"a == b\");}\n\t\t\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse{System.out.println(\"a == b\");}\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse{System.out.println(\"a == b\");}\n\t\t\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse{System.out.println(\"a == b\");}\n\t\t\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String s = new String(in.readLine());", "s", "new String(in.readLine())", "String[] ss = s.split(\" \");", "ss", "s.split(\" \")", "s.split", "s", "\" \"", "int a = Integer.parseInt(ss[0]);", "a", "Integer.parseInt(ss[0])", "Integer.parseInt", "Integer", "ss[0]", "ss", "0", "int b = Integer.parseInt(ss[1]);", "b", "Integer.parseInt(ss[1])", "Integer.parseInt", "Integer", "ss[1]", "ss", "1", "if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse{System.out.println(\"a == b\");}", "a < b", "a", "b", "{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}", "System.out.println(\"a < b\")", "System.out.println", "System.out", "System", "System.out", "\"a < b\"", "if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse{System.out.println(\"a == b\");}", "a > b", "a", "b", "{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}", "System.out.println(\"a > b\")", "System.out.println", "System.out", "System", "System.out", "\"a > b\"", "{System.out.println(\"a == b\");}", "System.out.println(\"a == b\")", "System.out.println", "System.out", "System", "System.out", "\"a == b\"", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String s = new String(in.readLine()); String[] ss = s.split(" "); int a = Integer.parseInt(ss[0]); int b = Integer.parseInt(ss[1]); if(a < b){ System.out.println("a < b"); } else if(a > b){ System.out.println("a > b"); } else{System.out.println("a == b");} } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 14, 2, 13, 13, 30, 0, 13, 17, 14, 2, 13, 13, 30, 0, 13, 17, 14, 2, 13, 13, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 58, 5 ], [ 58, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 25, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 25, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 33, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 8, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 6, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "String result = \"\";", "result", "\"\"", "if(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}", "a < b", "a", "b", "{\n\t\t\tresult = \"a < b\";\n\t\t}", "result = \"a < b\"", "result", "\"a < b\"", "if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}", "a > b", "a", "b", "{\n\t\t\tresult = \"a > b\";\n\t\t}", "result = \"a > b\"", "result", "\"a > b\"", "if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}", "a == b", "a", "b", "{\n\t\t\tresult = \"a == b\";\n\t\t}", "result = \"a == b\"", "result", "\"a == b\"", "System.out.println(result)", "System.out.println", "System.out", "System", "System.out", "result", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else if (a == b){\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); String result = ""; if(a < b){ result = "a < b"; }else if(a > b){ result = "a > b"; }else if (a == b){ result = "a == b"; } System.out.println(result); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 74, 5 ], [ 74, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 11, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 21, 24 ], [ 21, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 42, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 53, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 6, 71 ], [ 71, 72 ], [ 0, 73 ], [ 73, 74 ], [ 73, 75 ] ]
[ "import java.util.*;\n/*\nMain class for AOJ where there is no input.\n*/\npublic class Main{\n public static void main(String[] args){\n String temp;\n Scanner sc = new Scanner(System.in);\n temp = sc.nextLine();\n String[] ab = temp.split(\" \",0); \n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n \n \n if(a == b){\n System.out.println(\"a == b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }\n \n \n \n \n \n \n }//main method\n \n \n}//class", "import java.util.*;", "util.*", "java", "public class Main{\n public static void main(String[] args){\n String temp;\n Scanner sc = new Scanner(System.in);\n temp = sc.nextLine();\n String[] ab = temp.split(\" \",0); \n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n \n \n if(a == b){\n System.out.println(\"a == b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }\n \n \n \n \n \n \n }//main method\n \n \n}//class", "Main", "public static void main(String[] args){\n String temp;\n Scanner sc = new Scanner(System.in);\n temp = sc.nextLine();\n String[] ab = temp.split(\" \",0); \n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n \n \n if(a == b){\n System.out.println(\"a == b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }\n \n \n \n \n \n \n }//main method", "main", "{\n String temp;\n Scanner sc = new Scanner(System.in);\n temp = sc.nextLine();\n String[] ab = temp.split(\" \",0); \n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n \n \n if(a == b){\n System.out.println(\"a == b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }\n \n \n \n \n \n \n }", "String temp;", "temp", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "temp = sc.nextLine()", "temp", "sc.nextLine()", "sc.nextLine", "sc", "String[] ab = temp.split(\" \",0);", "ab", "temp.split(\" \",0)", "temp.split", "temp", "\" \"", "0", "int a = Integer.parseInt(ab[0]);", "a", "Integer.parseInt(ab[0])", "Integer.parseInt", "Integer", "ab[0]", "ab", "0", "int b = Integer.parseInt(ab[1]);", "b", "Integer.parseInt(ab[1])", "Integer.parseInt", "Integer", "ab[1]", "ab", "1", "if(a == b){\n System.out.println(\"a == b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }", "a == b", "a", "b", "{\n System.out.println(\"a == b\");\n }", "System.out.println(\"a == b\")", "System.out.println", "System.out", "System", "System.out", "\"a == b\"", "if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }", "a > b", "a", "b", "{\n System.out.println(\"a > b\");\n }", "System.out.println(\"a > b\")", "System.out.println", "System.out", "System", "System.out", "\"a > b\"", "{\n System.out.println(\"a < b\");\n }", "System.out.println(\"a < b\")", "System.out.println", "System.out", "System", "System.out", "\"a < b\"", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n String temp;\n Scanner sc = new Scanner(System.in);\n temp = sc.nextLine();\n String[] ab = temp.split(\" \",0); \n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n \n \n if(a == b){\n System.out.println(\"a == b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }\n \n \n \n \n \n \n }//main method\n \n \n}//class", "public class Main{\n public static void main(String[] args){\n String temp;\n Scanner sc = new Scanner(System.in);\n temp = sc.nextLine();\n String[] ab = temp.split(\" \",0); \n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n \n \n if(a == b){\n System.out.println(\"a == b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a < b\");\n }\n \n \n \n \n \n \n }//main method\n \n \n}//class", "Main" ]
import java.util.*; /* Main class for AOJ where there is no input. */ public class Main{ public static void main(String[] args){ String temp; Scanner sc = new Scanner(System.in); temp = sc.nextLine(); String[] ab = temp.split(" ",0); int a = Integer.parseInt(ab[0]); int b = Integer.parseInt(ab[1]); if(a == b){ System.out.println("a == b"); }else if(a > b){ System.out.println("a > b"); }else{ System.out.println("a < b"); } }//main method }//class
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 10, 12 ], [ 9, 13 ], [ 13, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 14, 19 ], [ 9, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 20, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 25, 30 ], [ 20, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 6, 38 ], [ 38, 39 ], [ 6, 40 ], [ 40, 41 ], [ 4, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 44, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 44, 58 ], [ 58, 59 ], [ 58, 60 ], [ 58, 61 ], [ 42, 62 ], [ 62, 63 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n\npublic static void larger(int a, int b){\nif (a > b) {\nSystem.out.println(\"a > b\");\n} else if (b > a) {\nSystem.out.println(\"a < b\");\n} else {\nSystem.out.println(\"a == b\");\n}\n}\n\t\npublic static void main(String[] args) {\nScanner scanner = new Scanner(System.in);\nint p = scanner.nextInt();\nint q = scanner.nextInt();\nlarger(p, q);\n\n}\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\npublic static void larger(int a, int b){\nif (a > b) {\nSystem.out.println(\"a > b\");\n} else if (b > a) {\nSystem.out.println(\"a < b\");\n} else {\nSystem.out.println(\"a == b\");\n}\n}\n\t\npublic static void main(String[] args) {\nScanner scanner = new Scanner(System.in);\nint p = scanner.nextInt();\nint q = scanner.nextInt();\nlarger(p, q);\n\n}\n}", "Main", "public static void larger(int a, int b){\nif (a > b) {\nSystem.out.println(\"a > b\");\n} else if (b > a) {\nSystem.out.println(\"a < b\");\n} else {\nSystem.out.println(\"a == b\");\n}\n}", "larger", "{\nif (a > b) {\nSystem.out.println(\"a > b\");\n} else if (b > a) {\nSystem.out.println(\"a < b\");\n} else {\nSystem.out.println(\"a == b\");\n}\n}", "if (a > b) {\nSystem.out.println(\"a > b\");\n} else if (b > a) {\nSystem.out.println(\"a < b\");\n} else {\nSystem.out.println(\"a == b\");\n}", "a > b", "a", "b", "{\nSystem.out.println(\"a > b\");\n}", "System.out.println(\"a > b\")", "System.out.println", "System.out", "System", "System.out", "\"a > b\"", "if (b > a) {\nSystem.out.println(\"a < b\");\n} else {\nSystem.out.println(\"a == b\");\n}", "b > a", "b", "a", "{\nSystem.out.println(\"a < b\");\n}", "System.out.println(\"a < b\")", "System.out.println", "System.out", "System", "System.out", "\"a < b\"", "{\nSystem.out.println(\"a == b\");\n}", "System.out.println(\"a == b\")", "System.out.println", "System.out", "System", "System.out", "\"a == b\"", "int a", "a", "int b", "b", "public static void main(String[] args) {\nScanner scanner = new Scanner(System.in);\nint p = scanner.nextInt();\nint q = scanner.nextInt();\nlarger(p, q);\n\n}", "main", "{\nScanner scanner = new Scanner(System.in);\nint p = scanner.nextInt();\nint q = scanner.nextInt();\nlarger(p, q);\n\n}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int p = scanner.nextInt();", "p", "scanner.nextInt()", "scanner.nextInt", "scanner", "int q = scanner.nextInt();", "q", "scanner.nextInt()", "scanner.nextInt", "scanner", "larger(p, q)", "larger", "p", "q", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void larger(int a, int b){ if (a > b) { System.out.println("a > b"); } else if (b > a) { System.out.println("a < b"); } else { System.out.println("a == b"); } } public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int p = scanner.nextInt(); int q = scanner.nextInt(); larger(p, q); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 13, 14, 2, 13, 13, 4, 18, 18, 13, 13, 17, 14, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 12, 13, 30, 4, 18, 20, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 64, 5 ], [ 64, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 24, 28 ], [ 8, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 33, 38 ], [ 29, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 39, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 64, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 55, 61 ], [ 61, 62 ], [ 0, 63 ], [ 63, 64 ], [ 63, 65 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t int b = s.nextInt();\n\t int check = Math.max(a, b);\n\t if(a == b) System.out.println(\"a == b\");\n\t else if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");\n\t \n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t int b = s.nextInt();\n\t int check = Math.max(a, b);\n\t if(a == b) System.out.println(\"a == b\");\n\t else if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");\n\t \n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "Main", "void run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t int b = s.nextInt();\n\t int check = Math.max(a, b);\n\t if(a == b) System.out.println(\"a == b\");\n\t else if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");\n\t \n\t}", "run", "{\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t int b = s.nextInt();\n\t int check = Math.max(a, b);\n\t if(a == b) System.out.println(\"a == b\");\n\t else if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");\n\t \n\t}", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int a = s.nextInt();", "a", "s.nextInt()", "s.nextInt", "s", "int b = s.nextInt();", "b", "s.nextInt()", "s.nextInt", "s", "int check = Math.max(a, b);", "check", "Math.max(a, b)", "Math.max", "Math", "a", "b", "if(a == b) System.out.println(\"a == b\");\n\t else if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");", "a == b", "a", "b", "System.out.println(\"a == b\")", "System.out.println", "System.out", "System", "System.out", "\"a == b\"", "if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");", "check == a", "check", "a", "System.out.println(\"a > b\")", "System.out.println", "System.out", "System", "System.out", "\"a > b\"", "System.out.println(\"a < b\")", "System.out.println", "System.out", "System", "System.out", "\"a < b\"", "public static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}", "main", "{\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t int b = s.nextInt();\n\t int check = Math.max(a, b);\n\t if(a == b) System.out.println(\"a == b\");\n\t else if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");\n\t \n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t int b = s.nextInt();\n\t int check = Math.max(a, b);\n\t if(a == b) System.out.println(\"a == b\");\n\t else if(check == a ) System.out.println(\"a > b\");\n\t else System.out.println(\"a < b\");\n\t \n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void run(){ Scanner s = new Scanner(System.in); int a = s.nextInt(); int b = s.nextInt(); int check = Math.max(a, b); if(a == b) System.out.println("a == b"); else if(check == a ) System.out.println("a > b"); else System.out.println("a < b"); } public static void main(String[] args) { new Main().run(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 90, 5 ], [ 90, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 27, 37 ], [ 37, 38 ], [ 38, 39 ], [ 27, 40 ], [ 41, 41 ], [ 8, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 55, 56 ], [ 55, 57 ], [ 8, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 58, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 69, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 81, 86 ], [ 6, 87 ], [ 87, 88 ], [ 0, 89 ], [ 89, 90 ], [ 89, 91 ] ]
[ "import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tif(a>b){\n\t\tSystem.out.println(\"a > b\");\n\t}\n\telse if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}\n}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tif(a>b){\n\t\tSystem.out.println(\"a > b\");\n\t}\n\telse if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}\n}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tif(a>b){\n\t\tSystem.out.println(\"a > b\");\n\t}\n\telse if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}\n}", "main", "{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tif(a>b){\n\t\tSystem.out.println(\"a > b\");\n\t}\n\telse if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}\n}", "BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));", "buf", "new BufferedReader(new InputStreamReader(System.in))", "int a", "a", "b;", "b", "String s = buf.readLine();", "s", "buf.readLine()", "buf.readLine", "buf", "String[] strlAry =s.split(\" \");", "strlAry", "s.split(\" \")", "s.split", "s", "\" \"", "for(int i=0;i<strlAry.length;i++){\n\t}", "int i=0;", "int i=0;", "i", "0", "i<strlAry.length", "i", "strlAry.length", "strlAry", "strlAry.length", "i++", "i++", "i", "{\n\t}", "{\n\t}", "a= Integer.parseInt(strlAry[0])", "a", "Integer.parseInt(strlAry[0])", "Integer.parseInt", "Integer", "strlAry[0]", "strlAry", "0", "b= Integer.parseInt(strlAry[1])", "b", "Integer.parseInt(strlAry[1])", "Integer.parseInt", "Integer", "strlAry[1]", "strlAry", "1", "if(a>b){\n\t\tSystem.out.println(\"a > b\");\n\t}\n\telse if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}", "a>b", "a", "b", "{\n\t\tSystem.out.println(\"a > b\");\n\t}", "System.out.println(\"a > b\")", "System.out.println", "System.out", "System", "System.out", "\"a > b\"", "if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}", "a<b", "a", "b", "{\n\t\tSystem.out.println(\"a < b\");\t\n\t}", "System.out.println(\"a < b\")", "System.out.println", "System.out", "System", "System.out", "\"a < b\"", "{\n\t\tSystem.out.println(\"a == b\");\n\t}", "System.out.println(\"a == b\")", "System.out.println", "System.out", "System", "System.out", "\"a == b\"", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tif(a>b){\n\t\tSystem.out.println(\"a > b\");\n\t}\n\telse if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}\n}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tif(a>b){\n\t\tSystem.out.println(\"a > b\");\n\t}\n\telse if(a<b){\n\t\tSystem.out.println(\"a < b\");\t\n\t}\n\telse{\n\t\tSystem.out.println(\"a == b\");\n\t}\n}\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException{ BufferedReader buf = new BufferedReader(new InputStreamReader(System.in)); int a,b; String s = buf.readLine(); String[] strlAry =s.split(" "); for(int i=0;i<strlAry.length;i++){ } a= Integer.parseInt(strlAry[0]); b= Integer.parseInt(strlAry[1]); if(a>b){ System.out.println("a > b"); } else if(a<b){ System.out.println("a < b"); } else{ System.out.println("a == b"); } } }