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, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 13, 13, 23, 13, 12, 13, 30, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 70, 8 ], [ 70, 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 ], [ 9, 23 ], [ 23, 24 ], [ 70, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 27, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 27, 42 ], [ 42, 43 ], [ 42, 44 ], [ 45, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 50, 51 ], [ 50, 52 ], [ 27, 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 ], [ 25, 67 ], [ 67, 68 ], [ 0, 69 ], [ 69, 70 ], [ 69, 71 ] ]
[ "import java.io.IOException;\nimport java.util.Scanner;\n\n\npublic class Main {\n\n\t\n\t\n\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\t//??°?????\\???(????????????????????????)???next()??????????????§??????????????????nextInt??§??????Int??????\n\t\t/*\n\t\tScanner in = new Scanner(System.in);\n\t\tint inputA=in.nextInt();\n\t\tint inputB=in.nextInt();\n\t\t\n\t\tSystem.out.println(inputA*inputB+\" \"+(inputA+inputB)*2);\n\t\t*/\n\t\tScanner in=new Scanner(System.in);\n\t\tint a=in.nextInt();\n\t\t\n\t\tChangeTime(a);\n\t}\n\tpublic static void ChangeTime(int Input_seconds){\n\t\tint hours=Input_seconds/3600;\n\t\tint minutes=(Input_seconds-3600*hours)/60;\n\t\tint seconds=Input_seconds-3600*hours-60*minutes;\n\t\t\n\t\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\t}\n\t\n}", "import java.io.IOException;", "IOException", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\t\n\t\n\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\t//??°?????\\???(????????????????????????)???next()??????????????§??????????????????nextInt??§??????Int??????\n\t\t/*\n\t\tScanner in = new Scanner(System.in);\n\t\tint inputA=in.nextInt();\n\t\tint inputB=in.nextInt();\n\t\t\n\t\tSystem.out.println(inputA*inputB+\" \"+(inputA+inputB)*2);\n\t\t*/\n\t\tScanner in=new Scanner(System.in);\n\t\tint a=in.nextInt();\n\t\t\n\t\tChangeTime(a);\n\t}\n\tpublic static void ChangeTime(int Input_seconds){\n\t\tint hours=Input_seconds/3600;\n\t\tint minutes=(Input_seconds-3600*hours)/60;\n\t\tint seconds=Input_seconds-3600*hours-60*minutes;\n\t\t\n\t\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\t}\n\t\n}", "Main", "public static void main(String args[]) throws NumberFormatException, IOException{\n\t\t//??°?????\\???(????????????????????????)???next()??????????????§??????????????????nextInt??§??????Int??????\n\t\t/*\n\t\tScanner in = new Scanner(System.in);\n\t\tint inputA=in.nextInt();\n\t\tint inputB=in.nextInt();\n\t\t\n\t\tSystem.out.println(inputA*inputB+\" \"+(inputA+inputB)*2);\n\t\t*/\n\t\tScanner in=new Scanner(System.in);\n\t\tint a=in.nextInt();\n\t\t\n\t\tChangeTime(a);\n\t}", "main", "{\n\t\t//??°?????\\???(????????????????????????)???next()??????????????§??????????????????nextInt??§??????Int??????\n\t\t/*\n\t\tScanner in = new Scanner(System.in);\n\t\tint inputA=in.nextInt();\n\t\tint inputB=in.nextInt();\n\t\t\n\t\tSystem.out.println(inputA*inputB+\" \"+(inputA+inputB)*2);\n\t\t*/\n\t\tScanner in=new Scanner(System.in);\n\t\tint a=in.nextInt();\n\t\t\n\t\tChangeTime(a);\n\t}", "Scanner in=new Scanner(System.in);", "in", "new Scanner(System.in)", "int a=in.nextInt();", "a", "in.nextInt()", "in.nextInt", "in", "ChangeTime(a)", "ChangeTime", "a", "String args[]", "args", "public static void ChangeTime(int Input_seconds){\n\t\tint hours=Input_seconds/3600;\n\t\tint minutes=(Input_seconds-3600*hours)/60;\n\t\tint seconds=Input_seconds-3600*hours-60*minutes;\n\t\t\n\t\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\t}", "ChangeTime", "{\n\t\tint hours=Input_seconds/3600;\n\t\tint minutes=(Input_seconds-3600*hours)/60;\n\t\tint seconds=Input_seconds-3600*hours-60*minutes;\n\t\t\n\t\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\t}", "int hours=Input_seconds/3600;", "hours", "Input_seconds/3600", "Input_seconds", "3600", "int minutes=(Input_seconds-3600*hours)/60;", "minutes", "(Input_seconds-3600*hours)/60", "(Input_seconds-3600*hours)", "Input_seconds", "3600*hours", "3600", "hours", "60", "int seconds=Input_seconds-3600*hours-60*minutes;", "seconds", "Input_seconds-3600*hours-60*minutes", "Input_seconds-3600*hours-60*minutes", "Input_seconds", "3600*hours", "3600", "hours", "60*minutes", "60", "minutes", "System.out.println(hours+\":\"+minutes+\":\"+seconds)", "System.out.println", "System.out", "System", "System.out", "hours+\":\"+minutes+\":\"+seconds", "\":\"", "minutes", "hours+\":\"+minutes+\":\"+seconds", "hours", "\":\"", "minutes", "\":\"", "seconds", "int Input_seconds", "Input_seconds", "public class Main {\n\n\t\n\t\n\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\t//??°?????\\???(????????????????????????)???next()??????????????§??????????????????nextInt??§??????Int??????\n\t\t/*\n\t\tScanner in = new Scanner(System.in);\n\t\tint inputA=in.nextInt();\n\t\tint inputB=in.nextInt();\n\t\t\n\t\tSystem.out.println(inputA*inputB+\" \"+(inputA+inputB)*2);\n\t\t*/\n\t\tScanner in=new Scanner(System.in);\n\t\tint a=in.nextInt();\n\t\t\n\t\tChangeTime(a);\n\t}\n\tpublic static void ChangeTime(int Input_seconds){\n\t\tint hours=Input_seconds/3600;\n\t\tint minutes=(Input_seconds-3600*hours)/60;\n\t\tint seconds=Input_seconds-3600*hours-60*minutes;\n\t\t\n\t\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\t}\n\t\n}", "public class Main {\n\n\t\n\t\n\tpublic static void main(String args[]) throws NumberFormatException, IOException{\n\t\t//??°?????\\???(????????????????????????)???next()??????????????§??????????????????nextInt??§??????Int??????\n\t\t/*\n\t\tScanner in = new Scanner(System.in);\n\t\tint inputA=in.nextInt();\n\t\tint inputB=in.nextInt();\n\t\t\n\t\tSystem.out.println(inputA*inputB+\" \"+(inputA+inputB)*2);\n\t\t*/\n\t\tScanner in=new Scanner(System.in);\n\t\tint a=in.nextInt();\n\t\t\n\t\tChangeTime(a);\n\t}\n\tpublic static void ChangeTime(int Input_seconds){\n\t\tint hours=Input_seconds/3600;\n\t\tint minutes=(Input_seconds-3600*hours)/60;\n\t\tint seconds=Input_seconds-3600*hours-60*minutes;\n\t\t\n\t\tSystem.out.println(hours+\":\"+minutes+\":\"+seconds);\n\t}\n\t\n}", "Main" ]
import java.io.IOException; import java.util.Scanner; public class Main { public static void main(String args[]) throws NumberFormatException, IOException{ //??°?????\???(????????????????????????)???next()??????????????§??????????????????nextInt??§??????Int?????? /* Scanner in = new Scanner(System.in); int inputA=in.nextInt(); int inputB=in.nextInt(); System.out.println(inputA*inputB+" "+(inputA+inputB)*2); */ Scanner in=new Scanner(System.in); int a=in.nextInt(); ChangeTime(a); } public static void ChangeTime(int Input_seconds){ int hours=Input_seconds/3600; int minutes=(Input_seconds-3600*hours)/60; int seconds=Input_seconds-3600*hours-60*minutes; System.out.println(hours+":"+minutes+":"+seconds); } }
[ 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, 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 ], [ 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 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 6, 41 ], [ 41, 42 ], [ 0, 43 ], [ 43, 44 ], [ 43, 45 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner S = new Scanner(System.in) ;\n\t\tint s = S.nextInt();\n\t\tSystem.out.println(s/3600 + \":\" + (s%3600)/60 + \":\" + (s%3600)%60);\n\t\t\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner S = new Scanner(System.in) ;\n\t\tint s = S.nextInt();\n\t\tSystem.out.println(s/3600 + \":\" + (s%3600)/60 + \":\" + (s%3600)%60);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner S = new Scanner(System.in) ;\n\t\tint s = S.nextInt();\n\t\tSystem.out.println(s/3600 + \":\" + (s%3600)/60 + \":\" + (s%3600)%60);\n\t\t\n\t}", "main", "{\n\t\tScanner S = new Scanner(System.in) ;\n\t\tint s = S.nextInt();\n\t\tSystem.out.println(s/3600 + \":\" + (s%3600)/60 + \":\" + (s%3600)%60);\n\t\t\n\t}", "Scanner S = new Scanner(System.in) ;", "S", "new Scanner(System.in)", "int s = S.nextInt();", "s", "S.nextInt()", "S.nextInt", "S", "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)", "s", "3600", "60", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner S = new Scanner(System.in) ;\n\t\tint s = S.nextInt();\n\t\tSystem.out.println(s/3600 + \":\" + (s%3600)/60 + \":\" + (s%3600)%60);\n\t\t\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner S = new Scanner(System.in) ;\n\t\tint s = S.nextInt();\n\t\tSystem.out.println(s/3600 + \":\" + (s%3600)/60 + \":\" + (s%3600)%60);\n\t\t\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner S = new Scanner(System.in) ; int s = S.nextInt(); System.out.println(s/3600 + ":" + (s%3600)/60 + ":" + (s%3600)%60); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 0, 13, 20, 41, 13, 20, 4, 18, 13, 4, 18, 13, 23, 13, 6, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 2, 17, 13, 17, 41, 13, 2, 13, 17, 4, 18, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 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 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 199, 29 ], [ 199, 30 ], [ 30, 31 ], [ 199, 32 ], [ 32, 33 ], [ 199, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 40, 41 ], [ 40, 42 ], [ 36, 43 ], [ 43, 44 ], [ 43, 45 ], [ 36, 46 ], [ 46, 47 ], [ 47, 48 ], [ 36, 49 ], [ 49, 50 ], [ 50, 51 ], [ 34, 52 ], [ 52, 53 ], [ 199, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 58, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 66, 68 ], [ 58, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 74, 76 ], [ 71, 77 ], [ 58, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 80, 82 ], [ 58, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 89, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 87, 93 ], [ 89, 94 ], [ 199, 95 ], [ 95, 96 ], [ 95, 97 ], [ 97, 98 ], [ 95, 99 ], [ 99, 100 ], [ 95, 101 ], [ 101, 102 ], [ 101, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 101, 107 ], [ 107, 108 ], [ 95, 109 ], [ 109, 110 ], [ 109, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 114, 116 ], [ 113, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 112, 121 ], [ 121, 122 ], [ 122, 123 ], [ 122, 124 ], [ 111, 125 ], [ 125, 126 ], [ 126, 127 ], [ 127, 128 ], [ 126, 129 ], [ 129, 130 ], [ 130, 131 ], [ 95, 132 ], [ 132, 133 ], [ 132, 134 ], [ 134, 135 ], [ 135, 136 ], [ 136, 137 ], [ 137, 138 ], [ 137, 139 ], [ 136, 140 ], [ 140, 141 ], [ 141, 142 ], [ 142, 143 ], [ 135, 144 ], [ 144, 145 ], [ 145, 146 ], [ 145, 147 ], [ 134, 148 ], [ 148, 149 ], [ 149, 150 ], [ 150, 151 ], [ 149, 152 ], [ 152, 153 ], [ 153, 154 ], [ 95, 155 ], [ 155, 156 ], [ 155, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 160, 162 ], [ 159, 163 ], [ 163, 164 ], [ 164, 165 ], [ 165, 166 ], [ 158, 167 ], [ 167, 168 ], [ 168, 169 ], [ 168, 170 ], [ 157, 171 ], [ 171, 172 ], [ 172, 173 ], [ 173, 174 ], [ 95, 175 ], [ 175, 176 ], [ 175, 177 ], [ 177, 178 ], [ 178, 179 ], [ 179, 180 ], [ 180, 181 ], [ 180, 182 ], [ 179, 183 ], [ 183, 184 ], [ 184, 185 ], [ 185, 186 ], [ 178, 187 ], [ 187, 188 ], [ 188, 189 ], [ 188, 190 ], [ 177, 191 ], [ 191, 192 ], [ 192, 193 ], [ 193, 194 ], [ 192, 195 ], [ 195, 196 ], [ 196, 197 ], [ 0, 198 ], [ 198, 199 ], [ 198, 200 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.util.Arrays;\nimport java.util.StringTokenizer;\nimport java.math.BigInteger;\n\npublic class Main {\n// ??¨?????????????????????\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int S = in.nextInt();\n int h = S / 3600;\n int m = (S - 3600*h) / 60;\n int s = S % 60;\n out.println(h+\":\"+m+\":\"+s);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n// ??\\???\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n// ?????????????????????\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n// ????????????????????????\n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.math.BigInteger;", "BigInteger", "java.math", "public class Main {\n// ??¨?????????????????????\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int S = in.nextInt();\n int h = S / 3600;\n int m = (S - 3600*h) / 60;\n int s = S % 60;\n out.println(h+\":\"+m+\":\"+s);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n// ??\\???\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n// ?????????????????????\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n// ????????????????????????\n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "Main", "// ??¨?????????????????????\n static InputReader in;", "in", "static PrintWriter out;", "out", "public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}", "main", "{\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}", "in = new InputReader(System.in)", "in", "new InputReader(System.in)", "out = new PrintWriter(System.out)", "out", "new PrintWriter(System.out)", "Solution solver = new Solution();", "solver", "new Solution()", "solver.solve()", "solver.solve", "solver", "out.close()", "out.close", "out", "String[] args", "args", "static class Solution {\n void solve() throws IOException {\n int S = in.nextInt();\n int h = S / 3600;\n int m = (S - 3600*h) / 60;\n int s = S % 60;\n out.println(h+\":\"+m+\":\"+s);\n }\n }", "Solution", "void solve() throws IOException {\n int S = in.nextInt();\n int h = S / 3600;\n int m = (S - 3600*h) / 60;\n int s = S % 60;\n out.println(h+\":\"+m+\":\"+s);\n }", "solve", "{\n int S = in.nextInt();\n int h = S / 3600;\n int m = (S - 3600*h) / 60;\n int s = S % 60;\n out.println(h+\":\"+m+\":\"+s);\n }", "int S = in.nextInt();", "S", "in.nextInt()", "in.nextInt", "in", "int h = S / 3600;", "h", "S / 3600", "S", "3600", "int m = (S - 3600*h) / 60;", "m", "(S - 3600*h) / 60", "(S - 3600*h)", "S", "3600*h", "3600", "h", "60", "int s = S % 60;", "s", "S % 60", "S", "60", "out.println(h+\":\"+m+\":\"+s)", "out.println", "out", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "static class InputReader {\n// ??\\???\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n// ?????????????????????\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n// ????????????????????????\n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }", "InputReader", "// ??\\???\n public BufferedReader br;", "br", "public StringTokenizer st;", "st", "public InputReader(InputStream stream) {\n// ?????????????????????\n br = new BufferedReader(new InputStreamReader(stream));\n }", "InputReader", "{\n// ?????????????????????\n br = new BufferedReader(new InputStreamReader(stream));\n }", "br = new BufferedReader(new InputStreamReader(stream))", "br", "new BufferedReader(new InputStreamReader(stream))", "InputStream stream", "stream", "// ????????????????????????\n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }", "nextInt", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Integer.parseInt(st.nextToken());", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }", "nextLong", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Long.parseLong(st.nextToken());", "Long.parseLong(st.nextToken())", "Long.parseLong", "Long", "st.nextToken()", "st.nextToken", "st", "public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }", "nextDouble", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Double.parseDouble(st.nextToken());", "Double.parseDouble(st.nextToken())", "Double.parseDouble", "Double", "st.nextToken()", "st.nextToken", "st", "public class Main {\n// ??¨?????????????????????\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int S = in.nextInt();\n int h = S / 3600;\n int m = (S - 3600*h) / 60;\n int s = S % 60;\n out.println(h+\":\"+m+\":\"+s);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n// ??\\???\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n// ?????????????????????\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n// ????????????????????????\n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "public class Main {\n// ??¨?????????????????????\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int S = in.nextInt();\n int h = S / 3600;\n int m = (S - 3600*h) / 60;\n int s = S % 60;\n out.println(h+\":\"+m+\":\"+s);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n// ??\\???\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n// ?????????????????????\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n// ????????????????????????\n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.util.Arrays; import java.util.StringTokenizer; import java.math.BigInteger; public class Main { // ??¨????????????????????? static InputReader in; static PrintWriter out; static class Solution { void solve() throws IOException { int S = in.nextInt(); int h = S / 3600; int m = (S - 3600*h) / 60; int s = S % 60; out.println(h+":"+m+":"+s); } } public static void main(String[] args) throws IOException { // ?????? in = new InputReader(System.in); out = new PrintWriter(System.out); Solution solver = new Solution(); solver.solve(); out.close(); } static class InputReader { // ??\??? public BufferedReader br; public StringTokenizer st; public InputReader(InputStream stream) { // ????????????????????? br = new BufferedReader(new InputStreamReader(stream)); } // ???????????????????????? public int nextInt() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Integer.parseInt(st.nextToken()); } public long nextLong() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Long.parseLong(st.nextToken()); } public String next() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return st.nextToken(); } public double nextDouble() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Double.parseDouble(st.nextToken()); } } }
[ 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, 13, 17, 41, 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 ], [ 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 ], [ 33, 35 ], [ 11, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 42, 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.IOException;\nimport java.util.Scanner;\n\n\n\n\npublic class Main {\n\n\tpublic static void main (String[] args) throws IOException{\n\t\tScanner S = new Scanner(System.in);\n\t\tString Str = S.nextLine();\n\t\tint SI = Integer.parseInt(Str);\n\t\tint seconds = SI%60;\n\t\tint hour = SI/3600;\n\t\tint minute = SI / 60 - hour * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + seconds );\n\t\t\n\t}\t\n}", "import java.io.IOException;", "IOException", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main (String[] args) throws IOException{\n\t\tScanner S = new Scanner(System.in);\n\t\tString Str = S.nextLine();\n\t\tint SI = Integer.parseInt(Str);\n\t\tint seconds = SI%60;\n\t\tint hour = SI/3600;\n\t\tint minute = SI / 60 - hour * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + seconds );\n\t\t\n\t}\t\n}", "Main", "public static void main (String[] args) throws IOException{\n\t\tScanner S = new Scanner(System.in);\n\t\tString Str = S.nextLine();\n\t\tint SI = Integer.parseInt(Str);\n\t\tint seconds = SI%60;\n\t\tint hour = SI/3600;\n\t\tint minute = SI / 60 - hour * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + seconds );\n\t\t\n\t}", "main", "{\n\t\tScanner S = new Scanner(System.in);\n\t\tString Str = S.nextLine();\n\t\tint SI = Integer.parseInt(Str);\n\t\tint seconds = SI%60;\n\t\tint hour = SI/3600;\n\t\tint minute = SI / 60 - hour * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + seconds );\n\t\t\n\t}", "Scanner S = new Scanner(System.in);", "S", "new Scanner(System.in)", "String Str = S.nextLine();", "Str", "S.nextLine()", "S.nextLine", "S", "int SI = Integer.parseInt(Str);", "SI", "Integer.parseInt(Str)", "Integer.parseInt", "Integer", "Str", "int seconds = SI%60;", "seconds", "SI%60", "SI", "60", "int hour = SI/3600;", "hour", "SI/3600", "SI", "3600", "int minute = SI / 60 - hour * 60;", "minute", "SI / 60 - hour * 60", "SI / 60", "SI", "60", "hour * 60", "hour", "60", "System.out.println(hour + \":\" + minute + \":\" + seconds )", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + seconds", "\":\"", "minute", "hour + \":\" + minute + \":\" + seconds", "hour", "\":\"", "minute", "\":\"", "seconds", "String[] args", "args", "public class Main {\n\n\tpublic static void main (String[] args) throws IOException{\n\t\tScanner S = new Scanner(System.in);\n\t\tString Str = S.nextLine();\n\t\tint SI = Integer.parseInt(Str);\n\t\tint seconds = SI%60;\n\t\tint hour = SI/3600;\n\t\tint minute = SI / 60 - hour * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + seconds );\n\t\t\n\t}\t\n}", "public class Main {\n\n\tpublic static void main (String[] args) throws IOException{\n\t\tScanner S = new Scanner(System.in);\n\t\tString Str = S.nextLine();\n\t\tint SI = Integer.parseInt(Str);\n\t\tint seconds = SI%60;\n\t\tint hour = SI/3600;\n\t\tint minute = SI / 60 - hour * 60;\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + seconds );\n\t\t\n\t}\t\n}", "Main" ]
import java.io.IOException; import java.util.Scanner; public class Main { public static void main (String[] args) throws IOException{ Scanner S = new Scanner(System.in); String Str = S.nextLine(); int SI = Integer.parseInt(Str); int seconds = SI%60; int hour = SI/3600; int minute = SI / 60 - hour * 60; System.out.println(hour + ":" + minute + ":" + seconds ); } }
[ 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, 0, 13, 2, 13, 17, 41, 13, 2, 13, 17, 0, 13, 2, 13, 17, 41, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 66, 11 ], [ 66, 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 ], [ 33, 35 ], [ 14, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 14, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 14, 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 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int readS = Integer.parseInt(reader.readLine());\n \n int hour = readS / 3600;\n readS -= hour * 3600;\n int minutus = readS / 60;\n readS -= minutus * 60;\n int second = readS;\n \n System.out.println(hour+\":\"+minutus+\":\"+second);\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\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int readS = Integer.parseInt(reader.readLine());\n \n int hour = readS / 3600;\n readS -= hour * 3600;\n int minutus = readS / 60;\n readS -= minutus * 60;\n int second = readS;\n \n System.out.println(hour+\":\"+minutus+\":\"+second);\n }\n\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int readS = Integer.parseInt(reader.readLine());\n \n int hour = readS / 3600;\n readS -= hour * 3600;\n int minutus = readS / 60;\n readS -= minutus * 60;\n int second = readS;\n \n System.out.println(hour+\":\"+minutus+\":\"+second);\n }", "main", "{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int readS = Integer.parseInt(reader.readLine());\n \n int hour = readS / 3600;\n readS -= hour * 3600;\n int minutus = readS / 60;\n readS -= minutus * 60;\n int second = readS;\n \n System.out.println(hour+\":\"+minutus+\":\"+second);\n }", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "int readS = Integer.parseInt(reader.readLine());", "readS", "Integer.parseInt(reader.readLine())", "Integer.parseInt", "Integer", "reader.readLine()", "reader.readLine", "reader", "int hour = readS / 3600;", "hour", "readS / 3600", "readS", "3600", "readS -= hour * 3600", "readS", "hour * 3600", "hour", "3600", "int minutus = readS / 60;", "minutus", "readS / 60", "readS", "60", "readS -= minutus * 60", "readS", "minutus * 60", "minutus", "60", "int second = readS;", "second", "readS", "System.out.println(hour+\":\"+minutus+\":\"+second)", "System.out.println", "System.out", "System", "System.out", "hour+\":\"+minutus+\":\"+second", "\":\"", "minutus", "hour+\":\"+minutus+\":\"+second", "hour", "\":\"", "minutus", "\":\"", "second", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int readS = Integer.parseInt(reader.readLine());\n \n int hour = readS / 3600;\n readS -= hour * 3600;\n int minutus = readS / 60;\n readS -= minutus * 60;\n int second = readS;\n \n System.out.println(hour+\":\"+minutus+\":\"+second);\n }\n\n}", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n int readS = Integer.parseInt(reader.readLine());\n \n int hour = readS / 3600;\n readS -= hour * 3600;\n int minutus = readS / 60;\n readS -= minutus * 60;\n int second = readS;\n \n System.out.println(hour+\":\"+minutus+\":\"+second);\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 { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); int readS = Integer.parseInt(reader.readLine()); int hour = readS / 3600; readS -= hour * 3600; int minutus = readS / 60; readS -= minutus * 60; int second = readS; System.out.println(hour+":"+minutus+":"+second); } }
[ 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, 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, 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 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 31, 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.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner a=new Scanner(System.in);\n\t\tint b=a.nextInt();\n\t\tint c=b/3600;\n\t\tint d=(b%3600)/60;\n\t\tint e=(b-(c*3600)-(d*60));\n\t\t\n\t\tSystem.out.println(c+\":\"+d+\":\"+e);\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\tScanner a=new Scanner(System.in);\n\t\tint b=a.nextInt();\n\t\tint c=b/3600;\n\t\tint d=(b%3600)/60;\n\t\tint e=(b-(c*3600)-(d*60));\n\t\t\n\t\tSystem.out.println(c+\":\"+d+\":\"+e);\t\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner a=new Scanner(System.in);\n\t\tint b=a.nextInt();\n\t\tint c=b/3600;\n\t\tint d=(b%3600)/60;\n\t\tint e=(b-(c*3600)-(d*60));\n\t\t\n\t\tSystem.out.println(c+\":\"+d+\":\"+e);\t\n\t}", "main", "{\n\t\tScanner a=new Scanner(System.in);\n\t\tint b=a.nextInt();\n\t\tint c=b/3600;\n\t\tint d=(b%3600)/60;\n\t\tint e=(b-(c*3600)-(d*60));\n\t\t\n\t\tSystem.out.println(c+\":\"+d+\":\"+e);\t\n\t}", "Scanner a=new Scanner(System.in);", "a", "new Scanner(System.in)", "int b=a.nextInt();", "b", "a.nextInt()", "a.nextInt", "a", "int c=b/3600;", "c", "b/3600", "b", "3600", "int d=(b%3600)/60;", "d", "(b%3600)/60", "(b%3600)", "b", "3600", "60", "int e=(b-(c*3600)-(d*60));", "e", "(b-(c*3600)-(d*60))", "b-(c*3600)-(d*60)", "b", "(c*3600)", "c", "3600", "(d*60)", "d", "60", "System.out.println(c+\":\"+d+\":\"+e)", "System.out.println", "System.out", "System", "System.out", "c+\":\"+d+\":\"+e", "\":\"", "d", "c+\":\"+d+\":\"+e", "c", "\":\"", "d", "\":\"", "e", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner a=new Scanner(System.in);\n\t\tint b=a.nextInt();\n\t\tint c=b/3600;\n\t\tint d=(b%3600)/60;\n\t\tint e=(b-(c*3600)-(d*60));\n\t\t\n\t\tSystem.out.println(c+\":\"+d+\":\"+e);\t\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner a=new Scanner(System.in);\n\t\tint b=a.nextInt();\n\t\tint c=b/3600;\n\t\tint d=(b%3600)/60;\n\t\tint e=(b-(c*3600)-(d*60));\n\t\t\n\t\tSystem.out.println(c+\":\"+d+\":\"+e);\t\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner a=new Scanner(System.in); int b=a.nextInt(); int c=b/3600; int d=(b%3600)/60; int e=(b-(c*3600)-(d*60)); System.out.println(c+":"+d+":"+e); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 20, 41, 13, 17, 38, 5, 13, 30, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 13, 2, 13, 13, 41, 13, 2, 13, 13, 0, 13, 2, 13, 2, 13, 13, 41, 13, 13, 41, 13, 20, 4, 18, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 86, 5 ], [ 86, 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 ], [ 22, 23 ], [ 22, 24 ], [ 21, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 21, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 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 ], [ 62, 64 ], [ 8, 65 ], [ 65, 66 ], [ 66, 67 ], [ 65, 68 ], [ 71, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 69, 75 ], [ 71, 76 ], [ 8, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 6, 83 ], [ 83, 84 ], [ 0, 85 ], [ 85, 86 ], [ 85, 87 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n final int SEC_FOR_HOUR = 3600;\n final int SEC_FOR_MINUTE = 60;\n\n Scanner sc = new Scanner(System.in);\n int inputSec = 0;\n try {\n inputSec = sc.nextInt();\n } catch (Exception e) {\n // TODO: handle exception\n } finally {\n sc.close();\n }\n\n // Hour\n int hour = inputSec / SEC_FOR_HOUR;\n int wkSec = inputSec - hour * SEC_FOR_HOUR;\n // Minutes\n int minute = wkSec / SEC_FOR_MINUTE;\n wkSec = wkSec - minute * SEC_FOR_MINUTE;\n // Second\n int second = wkSec;\n\n StringBuffer sb = new StringBuffer();\n sb.append(hour + \":\" + minute + \":\" + second);\n\n System.out.println(sb);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n final int SEC_FOR_HOUR = 3600;\n final int SEC_FOR_MINUTE = 60;\n\n Scanner sc = new Scanner(System.in);\n int inputSec = 0;\n try {\n inputSec = sc.nextInt();\n } catch (Exception e) {\n // TODO: handle exception\n } finally {\n sc.close();\n }\n\n // Hour\n int hour = inputSec / SEC_FOR_HOUR;\n int wkSec = inputSec - hour * SEC_FOR_HOUR;\n // Minutes\n int minute = wkSec / SEC_FOR_MINUTE;\n wkSec = wkSec - minute * SEC_FOR_MINUTE;\n // Second\n int second = wkSec;\n\n StringBuffer sb = new StringBuffer();\n sb.append(hour + \":\" + minute + \":\" + second);\n\n System.out.println(sb);\n }\n}", "Main", "public static void main(String[] args) {\n final int SEC_FOR_HOUR = 3600;\n final int SEC_FOR_MINUTE = 60;\n\n Scanner sc = new Scanner(System.in);\n int inputSec = 0;\n try {\n inputSec = sc.nextInt();\n } catch (Exception e) {\n // TODO: handle exception\n } finally {\n sc.close();\n }\n\n // Hour\n int hour = inputSec / SEC_FOR_HOUR;\n int wkSec = inputSec - hour * SEC_FOR_HOUR;\n // Minutes\n int minute = wkSec / SEC_FOR_MINUTE;\n wkSec = wkSec - minute * SEC_FOR_MINUTE;\n // Second\n int second = wkSec;\n\n StringBuffer sb = new StringBuffer();\n sb.append(hour + \":\" + minute + \":\" + second);\n\n System.out.println(sb);\n }", "main", "{\n final int SEC_FOR_HOUR = 3600;\n final int SEC_FOR_MINUTE = 60;\n\n Scanner sc = new Scanner(System.in);\n int inputSec = 0;\n try {\n inputSec = sc.nextInt();\n } catch (Exception e) {\n // TODO: handle exception\n } finally {\n sc.close();\n }\n\n // Hour\n int hour = inputSec / SEC_FOR_HOUR;\n int wkSec = inputSec - hour * SEC_FOR_HOUR;\n // Minutes\n int minute = wkSec / SEC_FOR_MINUTE;\n wkSec = wkSec - minute * SEC_FOR_MINUTE;\n // Second\n int second = wkSec;\n\n StringBuffer sb = new StringBuffer();\n sb.append(hour + \":\" + minute + \":\" + second);\n\n System.out.println(sb);\n }", "final int SEC_FOR_HOUR = 3600;", "SEC_FOR_HOUR", "3600", "final int SEC_FOR_MINUTE = 60;", "SEC_FOR_MINUTE", "60", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int inputSec = 0;", "inputSec", "0", "try {\n inputSec = sc.nextInt();\n } catch (Exception e) {\n // TODO: handle exception\n } finally {\n sc.close();\n }", "catch (Exception e) {\n // TODO: handle exception\n }", "Exception e", "{\n // TODO: handle exception\n }", "{\n sc.close();\n }", "sc.close()", "sc.close", "sc", "{\n inputSec = sc.nextInt();\n }", "inputSec = sc.nextInt()", "inputSec", "sc.nextInt()", "sc.nextInt", "sc", "int hour = inputSec / SEC_FOR_HOUR;", "hour", "inputSec / SEC_FOR_HOUR", "inputSec", "SEC_FOR_HOUR", "int wkSec = inputSec - hour * SEC_FOR_HOUR;", "wkSec", "inputSec - hour * SEC_FOR_HOUR", "inputSec", "hour * SEC_FOR_HOUR", "hour", "SEC_FOR_HOUR", "int minute = wkSec / SEC_FOR_MINUTE;", "minute", "wkSec / SEC_FOR_MINUTE", "wkSec", "SEC_FOR_MINUTE", "wkSec = wkSec - minute * SEC_FOR_MINUTE", "wkSec", "wkSec - minute * SEC_FOR_MINUTE", "wkSec", "minute * SEC_FOR_MINUTE", "minute", "SEC_FOR_MINUTE", "int second = wkSec;", "second", "wkSec", "StringBuffer sb = new StringBuffer();", "sb", "new StringBuffer()", "sb.append(hour + \":\" + minute + \":\" + second)", "sb.append", "sb", "hour + \":\" + minute + \":\" + second", "\":\"", "minute", "hour + \":\" + minute + \":\" + second", "hour", "\":\"", "minute", "\":\"", "second", "System.out.println(sb)", "System.out.println", "System.out", "System", "System.out", "sb", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n final int SEC_FOR_HOUR = 3600;\n final int SEC_FOR_MINUTE = 60;\n\n Scanner sc = new Scanner(System.in);\n int inputSec = 0;\n try {\n inputSec = sc.nextInt();\n } catch (Exception e) {\n // TODO: handle exception\n } finally {\n sc.close();\n }\n\n // Hour\n int hour = inputSec / SEC_FOR_HOUR;\n int wkSec = inputSec - hour * SEC_FOR_HOUR;\n // Minutes\n int minute = wkSec / SEC_FOR_MINUTE;\n wkSec = wkSec - minute * SEC_FOR_MINUTE;\n // Second\n int second = wkSec;\n\n StringBuffer sb = new StringBuffer();\n sb.append(hour + \":\" + minute + \":\" + second);\n\n System.out.println(sb);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n final int SEC_FOR_HOUR = 3600;\n final int SEC_FOR_MINUTE = 60;\n\n Scanner sc = new Scanner(System.in);\n int inputSec = 0;\n try {\n inputSec = sc.nextInt();\n } catch (Exception e) {\n // TODO: handle exception\n } finally {\n sc.close();\n }\n\n // Hour\n int hour = inputSec / SEC_FOR_HOUR;\n int wkSec = inputSec - hour * SEC_FOR_HOUR;\n // Minutes\n int minute = wkSec / SEC_FOR_MINUTE;\n wkSec = wkSec - minute * SEC_FOR_MINUTE;\n // Second\n int second = wkSec;\n\n StringBuffer sb = new StringBuffer();\n sb.append(hour + \":\" + minute + \":\" + second);\n\n System.out.println(sb);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { final int SEC_FOR_HOUR = 3600; final int SEC_FOR_MINUTE = 60; Scanner sc = new Scanner(System.in); int inputSec = 0; try { inputSec = sc.nextInt(); } catch (Exception e) { // TODO: handle exception } finally { sc.close(); } // Hour int hour = inputSec / SEC_FOR_HOUR; int wkSec = inputSec - hour * SEC_FOR_HOUR; // Minutes int minute = wkSec / SEC_FOR_MINUTE; wkSec = wkSec - minute * SEC_FOR_MINUTE; // Second int second = wkSec; StringBuffer sb = new StringBuffer(); sb.append(hour + ":" + minute + ":" + second); System.out.println(sb); } }
[ 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, 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, 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 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 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 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 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 ] ]
[ "import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint h, m, s;\n\n\t\tString str = br.readLine();\n\t\ts = Integer.parseInt(str);\n\n\t\th = s/3600;\n\t\tm = s/60;\n\t\tm = m%60;\n\t\ts = s%60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint h, m, s;\n\n\t\tString str = br.readLine();\n\t\ts = Integer.parseInt(str);\n\n\t\th = s/3600;\n\t\tm = s/60;\n\t\tm = m%60;\n\t\ts = s%60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint h, m, s;\n\n\t\tString str = br.readLine();\n\t\ts = Integer.parseInt(str);\n\n\t\th = s/3600;\n\t\tm = s/60;\n\t\tm = m%60;\n\t\ts = s%60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint h, m, s;\n\n\t\tString str = br.readLine();\n\t\ts = Integer.parseInt(str);\n\n\t\th = s/3600;\n\t\tm = s/60;\n\t\tm = m%60;\n\t\ts = s%60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int h", "h", "m", "m", "s;", "s", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "s = Integer.parseInt(str)", "s", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "h = s/3600", "h", "s/3600", "s", "3600", "m = s/60", "m", "s/60", "s", "60", "m = m%60", "m", "m%60", "m", "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.*; class Main{ public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int h, m, s; String str = br.readLine(); s = Integer.parseInt(str); h = s/3600; m = s/60; m = m%60; s = s%60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 41, 13, 41, 13, 41, 13, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 2, 17, 13, 17, 0, 13, 2, 2, 13, 2, 17, 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 ], [ 8, 11 ], [ 11, 12 ], [ 11, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 8, 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 ], [ 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 public static void main(String[] args){\n int S;\n Scanner scn = new Scanner(System.in);\n S = scn.nextInt();\n int hour;\n int minute;\n int second;\n hour = S/3600;\n minute = (S-3600*hour)/60;\n second = S-3600*hour-minute*60;\n\n System.out.println(hour+\":\"+minute+\":\"+second);\n}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args){\n int S;\n Scanner scn = new Scanner(System.in);\n S = scn.nextInt();\n int hour;\n int minute;\n int second;\n hour = S/3600;\n minute = (S-3600*hour)/60;\n second = S-3600*hour-minute*60;\n\n System.out.println(hour+\":\"+minute+\":\"+second);\n}\n}", "Main", "public static void main(String[] args){\n int S;\n Scanner scn = new Scanner(System.in);\n S = scn.nextInt();\n int hour;\n int minute;\n int second;\n hour = S/3600;\n minute = (S-3600*hour)/60;\n second = S-3600*hour-minute*60;\n\n System.out.println(hour+\":\"+minute+\":\"+second);\n}", "main", "{\n int S;\n Scanner scn = new Scanner(System.in);\n S = scn.nextInt();\n int hour;\n int minute;\n int second;\n hour = S/3600;\n minute = (S-3600*hour)/60;\n second = S-3600*hour-minute*60;\n\n System.out.println(hour+\":\"+minute+\":\"+second);\n}", "int S;", "S", "Scanner scn = new Scanner(System.in);", "scn", "new Scanner(System.in)", "S = scn.nextInt()", "S", "scn.nextInt()", "scn.nextInt", "scn", "int hour;", "hour", "int minute;", "minute", "int second;", "second", "hour = S/3600", "hour", "S/3600", "S", "3600", "minute = (S-3600*hour)/60", "minute", "(S-3600*hour)/60", "(S-3600*hour)", "S", "3600*hour", "3600", "hour", "60", "second = S-3600*hour-minute*60", "second", "S-3600*hour-minute*60", "S-3600*hour-minute*60", "S", "3600*hour", "3600", "hour", "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" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ int S; Scanner scn = new Scanner(System.in); S = scn.nextInt(); int hour; int minute; int second; hour = S/3600; minute = (S-3600*hour)/60; second = S-3600*hour-minute*60; System.out.println(hour+":"+minute+":"+second); } }
[ 7, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 17, 41, 13, 17, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 60, 2 ], [ 60, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 5, 9 ], [ 9, 10 ], [ 9, 11 ], [ 5, 12 ], [ 12, 13 ], [ 12, 14 ], [ 5, 15 ], [ 15, 16 ], [ 15, 17 ], [ 5, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 5, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 5, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 5, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 5, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 5, 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 ], [ 3, 57 ], [ 57, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ] ]
[ "public class Main {\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\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\ts = s % 3600;\n\t\tm = s / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\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\ts = s % 3600;\n\t\tm = s / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\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\ts = s % 3600;\n\t\tm = s / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\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\ts = s % 3600;\n\t\tm = s / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "java.util.Scanner sc = new java.util.Scanner(System.in);", "sc", "new java.util.Scanner(System.in)", "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", "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.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\tjava.util.Scanner sc = new java.util.Scanner(System.in);\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\ts = s % 3600;\n\t\tm = s / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\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\ts = s % 3600;\n\t\tm = s / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}", "Main" ]
public class Main { public static void main(String[] args) { java.util.Scanner sc = new java.util.Scanner(System.in); int h = 0; int m = 0; int s = 0; s = sc.nextInt(); h = s / 3600; s = s % 3600; m = s / 60; s = s % 60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 2, 17, 17, 41, 13, 17, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 41, 13, 4, 18, 13, 0, 13, 4, 18, 13, 13, 0, 13, 2, 13, 13, 0, 13, 2, 2, 13, 13, 13, 0, 13, 2, 2, 13, 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 ], [ 11, 12 ], [ 11, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 35, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 8, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 8, 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 ], [ 6, 72 ], [ 72, 73 ] ]
[ "import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tint a = 60*60;\n\t\tint b = 60;\n\t\tint x,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tx = Integer.parseInt(str);\n\t\th = x/a;\n\t\tm = (x%a)/b;\n\t\ts = (x%a)%b;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tint a = 60*60;\n\t\tint b = 60;\n\t\tint x,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tx = Integer.parseInt(str);\n\t\th = x/a;\n\t\tm = (x%a)/b;\n\t\ts = (x%a)%b;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\tint a = 60*60;\n\t\tint b = 60;\n\t\tint x,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tx = Integer.parseInt(str);\n\t\th = x/a;\n\t\tm = (x%a)/b;\n\t\ts = (x%a)%b;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tint a = 60*60;\n\t\tint b = 60;\n\t\tint x,h,m,s;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tx = Integer.parseInt(str);\n\t\th = x/a;\n\t\tm = (x%a)/b;\n\t\ts = (x%a)%b;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "int a = 60*60;", "a", "60*60", "60", "60", "int b = 60;", "b", "60", "int x", "x", "h", "h", "m", "m", "s;", "s", "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", "x = Integer.parseInt(str)", "x", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "h = x/a", "h", "x/a", "x", "a", "m = (x%a)/b", "m", "(x%a)/b", "(x%a)", "x", "a", "b", "s = (x%a)%b", "s", "(x%a)%b", "(x%a)", "x", "a", "b", "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 a = 60*60; int b = 60; int x,h,m,s; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); x = Integer.parseInt(str); h = x/a; m = (x%a)/b; s = (x%a)%b; 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, 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{\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int second = scan.nextInt();\n System.out.println(second/3600 +\":\"+ (second/60%60) +\":\"+ second%60);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int second = scan.nextInt();\n System.out.println(second/3600 +\":\"+ (second/60%60) +\":\"+ second%60);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int second = scan.nextInt();\n System.out.println(second/3600 +\":\"+ (second/60%60) +\":\"+ second%60);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int second = scan.nextInt();\n System.out.println(second/3600 +\":\"+ (second/60%60) +\":\"+ second%60);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int second = scan.nextInt();", "second", "scan.nextInt()", "scan.nextInt", "scan", "System.out.println(second/3600 +\":\"+ (second/60%60) +\":\"+ second%60)", "System.out.println", "System.out", "System", "System.out", "second/3600 +\":\"+ (second/60%60) +\":\"+ second%60", "\":\"", "(second/60%60)", "second/3600 +\":\"+ (second/60%60) +\":\"+ second%60", "second/3600", "second", "3600", "\":\"", "(second/60%60)", "second/60", "second", "60", "60", "\":\"", "second%60", "second", "60", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int second = scan.nextInt(); System.out.println(second/3600 +":"+ (second/60%60) +":"+ second%60); } }
[ 7, 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, 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 ], [ 51, 8 ], [ 51, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 11, 18 ], [ 18, 19 ], [ 18, 20 ], [ 11, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 11, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 26, 31 ], [ 34, 32 ], [ 32, 33 ], [ 39, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 39, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 32, 44 ], [ 34, 45 ], [ 45, 46 ], [ 45, 47 ], [ 9, 48 ], [ 48, 49 ], [ 0, 50 ], [ 50, 51 ], [ 50, 52 ] ]
[ "import java.io.*;\nimport java.util.*;\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 area=1;\n\t\tint length=0;\n\t\tint num = scan.nextInt();\n\t\tSystem.out.println(num/3600+\":\"+num%3600/60+\":\"+num%60);\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint area=1;\n\t\tint length=0;\n\t\tint num = scan.nextInt();\n\t\tSystem.out.println(num/3600+\":\"+num%3600/60+\":\"+num%60);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint area=1;\n\t\tint length=0;\n\t\tint num = scan.nextInt();\n\t\tSystem.out.println(num/3600+\":\"+num%3600/60+\":\"+num%60);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint area=1;\n\t\tint length=0;\n\t\tint num = scan.nextInt();\n\t\tSystem.out.println(num/3600+\":\"+num%3600/60+\":\"+num%60);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int area=1;", "area", "1", "int length=0;", "length", "0", "int num = scan.nextInt();", "num", "scan.nextInt()", "scan.nextInt", "scan", "System.out.println(num/3600+\":\"+num%3600/60+\":\"+num%60)", "System.out.println", "System.out", "System", "System.out", "num/3600+\":\"+num%3600/60+\":\"+num%60", "\":\"", "num%3600/60", "num/3600+\":\"+num%3600/60+\":\"+num%60", "num/3600", "num", "3600", "\":\"", "num%3600/60", "num%3600", "num", "3600", "60", "\":\"", "num%60", "num", "60", "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 area=1;\n\t\tint length=0;\n\t\tint num = scan.nextInt();\n\t\tSystem.out.println(num/3600+\":\"+num%3600/60+\":\"+num%60);\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 area=1;\n\t\tint length=0;\n\t\tint num = scan.nextInt();\n\t\tSystem.out.println(num/3600+\":\"+num%3600/60+\":\"+num%60);\n\t}\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int area=1; int length=0; int num = scan.nextInt(); System.out.println(num/3600+":"+num%3600/60+":"+num%60); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 13, 4, 18, 13, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 13, 17, 4, 18, 18, 13, 13, 2, 18, 13, 13, 17, 4, 18, 18, 13, 13, 18, 13, 13, 23, 13, 12, 13, 30, 41, 13, 20, 17, 0, 18, 13, 17, 2, 13, 17, 0, 13, 2, 13, 2, 18, 13, 17, 17, 0, 18, 13, 17, 2, 13, 17, 0, 18, 13, 17, 2, 13, 2, 18, 13, 17, 17, 29, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 102, 5 ], [ 102, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 19, 24 ], [ 24, 25 ], [ 24, 26 ], [ 19, 27 ], [ 27, 28 ], [ 28, 29 ], [ 19, 30 ], [ 31, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 32, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 51, 52 ], [ 51, 53 ], [ 6, 54 ], [ 54, 55 ], [ 102, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 67, 68 ], [ 67, 69 ], [ 58, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 74, 78 ], [ 58, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 83, 84 ], [ 83, 85 ], [ 58, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 86, 90 ], [ 90, 91 ], [ 90, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 92, 96 ], [ 58, 97 ], [ 97, 98 ], [ 56, 99 ], [ 99, 100 ], [ 0, 101 ], [ 101, 102 ], [ 101, 103 ] ]
[ "import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int[] time_get = henkan(scan.nextInt());", "time_get", "henkan(scan.nextInt())", "henkan", "scan.nextInt()", "scan.nextInt", "scan", "for(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < 3", "i", "3", "i++", "i++", "i", "{\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}", "{\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}", "if(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);", "i != 2", "i", "2", "System.out.print(time_get[i] + \":\" )", "System.out.print", "System.out", "System", "System.out", "time_get[i] + \":\"", "time_get[i]", "time_get", "i", "\":\"", "System.out.println(time_get[i])", "System.out.println", "System.out", "System", "System.out", "time_get[i]", "time_get", "i", "String[] args", "args", "static int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;\n\t}", "henkan", "{\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;\n\t}", "int[] times = new int[3];", "times", "new int[3]", "3", "times[0] = time_input / 3600", "times[0]", "times", "0", "time_input / 3600", "time_input", "3600", "time_input = time_input - times[0] * 3600", "time_input", "time_input - times[0] * 3600", "time_input", "times[0] * 3600", "times[0]", "times", "0", "3600", "times[1] = time_input /60", "times[1]", "times", "1", "time_input /60", "time_input", "60", "times[2] = time_input - times[1] * 60", "times[2]", "times", "2", "time_input - times[1] * 60", "time_input", "times[1] * 60", "times[1]", "times", "1", "60", "return times;", "times", "int time_input", "time_input", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int[] time_get = henkan(scan.nextInt()); for(int i = 0; i < 3; i++) { if(i != 2) System.out.print(time_get[i] + ":" ); else System.out.println(time_get[i]); } } static int[] henkan(int time_input) { int[] times = new int[3]; times[0] = time_input / 3600; time_input = time_input - times[0] * 3600; times[1] = time_input /60; times[2] = time_input - times[1] * 60; return times; } }
[ 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, 2, 2, 13, 2, 2, 2, 13, 2, 13, 17, 17, 17, 2, 13, 17, 17, 17, 2, 2, 2, 13, 2, 13, 17, 17, 17, 17, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 60, 5 ], [ 60, 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 ], [ 44, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 31, 37 ], [ 30, 38 ], [ 27, 39 ], [ 39, 40 ], [ 39, 41 ], [ 26, 42 ], [ 25, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 45, 51 ], [ 44, 52 ], [ 23, 53 ], [ 25, 54 ], [ 54, 55 ], [ 54, 56 ], [ 6, 57 ], [ 57, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ] ]
[ "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 a=sc.nextInt();\n\t\tSystem.out.println((a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60);\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 a=sc.nextInt();\n\t\tSystem.out.println((a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60);\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\tSystem.out.println((a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60);\n\t}", "main", "{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tSystem.out.println((a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60);\n\t}", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a=sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "System.out.println((a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60)", "System.out.println", "System.out", "System", "System.out", "(a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60", "\":\"", "(a-a%60)/60%60", "(a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60", "(a-(a-a%60)/60%60-a%60)/3600", "(a-(a-a%60)/60%60-a%60)", "a-(a-a%60)/60%60-a%60", "a", "(a-a%60)/60%60", "(a-a%60)/60", "(a-a%60)", "a", "a%60", "a", "60", "60", "60", "a%60", "a", "60", "3600", "\":\"", "(a-a%60)/60%60", "(a-a%60)/60", "(a-a%60)", "a", "a%60", "a", "60", "60", "60", "\":\"", "a%60", "a", "60", "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\tSystem.out.println((a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60);\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\tSystem.out.println((a-(a-a%60)/60%60-a%60)/3600+\":\"+(a-a%60)/60%60+\":\"+a%60);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner sc=new Scanner(System.in); int a=sc.nextInt(); System.out.println((a-(a-a%60)/60%60-a%60)/3600+":"+(a-a%60)/60%60+":"+a%60); } }
[ 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, 14, 2, 2, 13, 17, 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, 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 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 31, 33 ], [ 26, 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 ], [ 12, 66 ], [ 66, 67 ] ]
[ "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 reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint second = Integer.parseInt(reader.readLine());\n\t\tif (second >= 0 && second < 86400) {\n\t\t\tint hh = second / 3600;\n\t\t\tint mm = (second % 3600) / 60;\n\t\t\tint ss = second % 60;\n\t\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\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\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint second = Integer.parseInt(reader.readLine());\n\t\tif (second >= 0 && second < 86400) {\n\t\t\tint hh = second / 3600;\n\t\t\tint mm = (second % 3600) / 60;\n\t\t\tint ss = second % 60;\n\t\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint second = Integer.parseInt(reader.readLine());\n\t\tif (second >= 0 && second < 86400) {\n\t\t\tint hh = second / 3600;\n\t\t\tint mm = (second % 3600) / 60;\n\t\t\tint ss = second % 60;\n\t\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t\t}\n\t}", "main", "{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tint second = Integer.parseInt(reader.readLine());\n\t\tif (second >= 0 && second < 86400) {\n\t\t\tint hh = second / 3600;\n\t\t\tint mm = (second % 3600) / 60;\n\t\t\tint ss = second % 60;\n\t\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t\t}\n\t}", "BufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));", "reader", "new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in))", "int second = Integer.parseInt(reader.readLine());", "second", "Integer.parseInt(reader.readLine())", "Integer.parseInt", "Integer", "reader.readLine()", "reader.readLine", "reader", "if (second >= 0 && second < 86400) {\n\t\t\tint hh = second / 3600;\n\t\t\tint mm = (second % 3600) / 60;\n\t\t\tint ss = second % 60;\n\t\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t\t}", "second >= 0 && second < 86400", "second >= 0", "second", "0", "second < 86400", "second", "86400", "{\n\t\t\tint hh = second / 3600;\n\t\t\tint mm = (second % 3600) / 60;\n\t\t\tint ss = second % 60;\n\t\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t\t}", "int hh = second / 3600;", "hh", "second / 3600", "second", "3600", "int mm = (second % 3600) / 60;", "mm", "(second % 3600) / 60", "(second % 3600)", "second", "3600", "60", "int ss = second % 60;", "ss", "second % 60", "second", "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" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReader(new InputStreamReader( System.in)); int second = Integer.parseInt(reader.readLine()); if (second >= 0 && second < 86400) { int hh = second / 3600; int mm = (second % 3600) / 60; int ss = second % 60; System.out.println(hh + ":" + mm + ":" + ss); } } }
[ 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, 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 ], [ 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 ], [ 43, 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 ] ]
[ "\nimport java.util.*;\n\nclass Main {\n\t\tpublic static void main (String[]agrs){\n\t\t\tint s;\n\t\t\tint m;\n\t\t\tint h;\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\t s =sc.nextInt();\n\t\t\t m =s/60;\n\t\t\t h=m/60;\n\t\t\t s=s%60;\n\t\t\t m=m%60;\n\t\t\t h=h%60;\n\t\t\t System.out.println(h+\":\"+m+\":\"+s);\n\t\t\t \n\t\t\t\n\t\t\n\t \n\t}\n\n}", "import java.util.*;", "util.*", "java", "class Main {\n\t\tpublic static void main (String[]agrs){\n\t\t\tint s;\n\t\t\tint m;\n\t\t\tint h;\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\t s =sc.nextInt();\n\t\t\t m =s/60;\n\t\t\t h=m/60;\n\t\t\t s=s%60;\n\t\t\t m=m%60;\n\t\t\t h=h%60;\n\t\t\t System.out.println(h+\":\"+m+\":\"+s);\n\t\t\t \n\t\t\t\n\t\t\n\t \n\t}\n\n}", "Main", "public static void main (String[]agrs){\n\t\t\tint s;\n\t\t\tint m;\n\t\t\tint h;\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\t s =sc.nextInt();\n\t\t\t m =s/60;\n\t\t\t h=m/60;\n\t\t\t s=s%60;\n\t\t\t m=m%60;\n\t\t\t h=h%60;\n\t\t\t System.out.println(h+\":\"+m+\":\"+s);\n\t\t\t \n\t\t\t\n\t\t\n\t \n\t}", "main", "{\n\t\t\tint s;\n\t\t\tint m;\n\t\t\tint h;\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\t s =sc.nextInt();\n\t\t\t m =s/60;\n\t\t\t h=m/60;\n\t\t\t s=s%60;\n\t\t\t m=m%60;\n\t\t\t h=h%60;\n\t\t\t System.out.println(h+\":\"+m+\":\"+s);\n\t\t\t \n\t\t\t\n\t\t\n\t \n\t}", "int s;", "s", "int m;", "m", "int h;", "h", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "s =sc.nextInt()", "s", "sc.nextInt()", "sc.nextInt", "sc", "m =s/60", "m", "s/60", "s", "60", "h=m/60", "h", "m/60", "m", "60", "s=s%60", "s", "s%60", "s", "60", "m=m%60", "m", "m%60", "m", "60", "h=h%60", "h", "h%60", "h", "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[]agrs", "agrs" ]
import java.util.*; class Main { public static void main (String[]agrs){ int s; int m; int h; Scanner sc = new Scanner(System.in); s =sc.nextInt(); m =s/60; h=m/60; s=s%60; m=m%60; h=h%60; System.out.println(h+":"+m+":"+s); } }
[ 7, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 41, 13, 2, 13, 2, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 57, 2 ], [ 57, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 5, 11 ], [ 11, 12 ], [ 11, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 15, 17 ], [ 5, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 20, 24 ], [ 24, 25 ], [ 24, 26 ], [ 5, 27 ], [ 27, 28 ], [ 27, 29 ], [ 30, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 5, 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 ], [ 3, 54 ], [ 54, 55 ], [ 0, 56 ], [ 56, 57 ], [ 56, 58 ] ]
[ "public class Main {\npublic static void main(String[] args){\n\t\n\tint input = new java.util.Scanner ( System.in ). nextInt();\n\tint h = input / (60 * 60);\n\tint m = (input / 60) - (h * 60);\n\tint s = input - (m * 60) - (h * 60 * 60);\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n}\n}", "public class Main {\npublic static void main(String[] args){\n\t\n\tint input = new java.util.Scanner ( System.in ). nextInt();\n\tint h = input / (60 * 60);\n\tint m = (input / 60) - (h * 60);\n\tint s = input - (m * 60) - (h * 60 * 60);\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n}\n}", "Main", "public static void main(String[] args){\n\t\n\tint input = new java.util.Scanner ( System.in ). nextInt();\n\tint h = input / (60 * 60);\n\tint m = (input / 60) - (h * 60);\n\tint s = input - (m * 60) - (h * 60 * 60);\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n}", "main", "{\n\t\n\tint input = new java.util.Scanner ( System.in ). nextInt();\n\tint h = input / (60 * 60);\n\tint m = (input / 60) - (h * 60);\n\tint s = input - (m * 60) - (h * 60 * 60);\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n}", "int input = new java.util.Scanner ( System.in ). nextInt();", "input", "new java.util.Scanner ( System.in ). nextInt()", "new java.util.Scanner ( System.in ). nextInt", "new java.util.Scanner ( System.in )", "int h = input / (60 * 60);", "h", "input / (60 * 60)", "input", "(60 * 60)", "60", "60", "int m = (input / 60) - (h * 60);", "m", "(input / 60) - (h * 60)", "(input / 60)", "input", "60", "(h * 60)", "h", "60", "int s = input - (m * 60) - (h * 60 * 60);", "s", "input - (m * 60) - (h * 60 * 60)", "input - (m * 60) - (h * 60 * 60)", "input", "(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", "String[] args", "args", "public class Main {\npublic static void main(String[] args){\n\t\n\tint input = new java.util.Scanner ( System.in ). nextInt();\n\tint h = input / (60 * 60);\n\tint m = (input / 60) - (h * 60);\n\tint s = input - (m * 60) - (h * 60 * 60);\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n}\n}", "public class Main {\npublic static void main(String[] args){\n\t\n\tint input = new java.util.Scanner ( System.in ). nextInt();\n\tint h = input / (60 * 60);\n\tint m = (input / 60) - (h * 60);\n\tint s = input - (m * 60) - (h * 60 * 60);\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\n}\n}", "Main" ]
public class Main { public static void main(String[] args){ int input = new java.util.Scanner ( System.in ). nextInt(); int h = input / (60 * 60); int m = (input / 60) - (h * 60); int s = input - (m * 60) - (h * 60 * 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, 4, 18, 13, 41, 13, 4, 18, 13, 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, 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 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 74, 11 ], [ 74, 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 ], [ 26, 27 ], [ 25, 28 ], [ 14, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 34, 36 ], [ 29, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 37, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 45, 49 ], [ 37, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 37, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 65, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 65, 70 ], [ 12, 71 ], [ 71, 72 ], [ 0, 73 ], [ 73, 74 ], [ 73, 75 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\n\npublic class Main {\n\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int n = Integer.parseInt(str);\n if( 0 <= n && n <= 86400 ){\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "public class Main {\n\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int n = Integer.parseInt(str);\n if( 0 <= n && n <= 86400 ){\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int n = Integer.parseInt(str);\n if( 0 <= n && n <= 86400 ){\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }\n }", "main", "{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int n = Integer.parseInt(str);\n if( 0 <= n && n <= 86400 ){\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }\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 n = Integer.parseInt(str);", "n", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "if( 0 <= n && n <= 86400 ){\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }", "0 <= n && n <= 86400", "0 <= n", "0", "n", "n <= 86400", "n", "86400", "{\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }", "int a = n / 3600;", "a", "n / 3600", "n", "3600", "int b = (n % 3600) / 60;", "b", "(n % 3600) / 60", "(n % 3600)", "n", "3600", "60", "int c = (n % 3600) % 60;", "c", "(n % 3600) % 60", "(n % 3600)", "n", "3600", "60", "System.out.println(a + \":\" + b + \":\" + c)", "System.out.println", "System.out", "System", "System.out", "a + \":\" + b + \":\" + c", "\":\"", "b", "a + \":\" + b + \":\" + c", "a", "\":\"", "b", "\":\"", "c", "String[] args", "args", "public class Main {\n\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int n = Integer.parseInt(str);\n if( 0 <= n && n <= 86400 ){\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }\n }\n}", "public class Main {\n\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n int n = Integer.parseInt(str);\n if( 0 <= n && n <= 86400 ){\n int a = n / 3600;\n int b = (n % 3600) / 60;\n int c = (n % 3600) % 60;\n System.out.println(a + \":\" + b + \":\" + c);\n }\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); int n = Integer.parseInt(str); if( 0 <= n && n <= 86400 ){ int a = n / 3600; int b = (n % 3600) / 60; int c = (n % 3600) % 60; System.out.println(a + ":" + b + ":" + c); } } }
[ 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, 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 ], [ 53, 2 ], [ 53, 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 ], [ 32, 33 ], [ 32, 34 ], [ 31, 35 ], [ 5, 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 ], [ 3, 50 ], [ 50, 51 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "public class Main {\n\tpublic static void main(String[] args){\n\t\tint S = new java.util.Scanner( System.in).nextInt();\n\t\tint h,m,s;\n\t\th = S/3600;\n\t\tm = (S%3600)/60;\n\t\ts = (S%3600)%60;\n\t\tSystem.out.println(h + \":\" + m + \":\" +s);\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tint S = new java.util.Scanner( System.in).nextInt();\n\t\tint h,m,s;\n\t\th = S/3600;\n\t\tm = (S%3600)/60;\n\t\ts = (S%3600)%60;\n\t\tSystem.out.println(h + \":\" + m + \":\" +s);\n\t}\n\n}", "Main", "public static void main(String[] args){\n\t\tint S = new java.util.Scanner( System.in).nextInt();\n\t\tint h,m,s;\n\t\th = S/3600;\n\t\tm = (S%3600)/60;\n\t\ts = (S%3600)%60;\n\t\tSystem.out.println(h + \":\" + m + \":\" +s);\n\t}", "main", "{\n\t\tint S = new java.util.Scanner( System.in).nextInt();\n\t\tint h,m,s;\n\t\th = S/3600;\n\t\tm = (S%3600)/60;\n\t\ts = (S%3600)%60;\n\t\tSystem.out.println(h + \":\" + m + \":\" +s);\n\t}", "int S = new java.util.Scanner( System.in).nextInt();", "S", "new java.util.Scanner( System.in).nextInt()", "new java.util.Scanner( System.in).nextInt", "new java.util.Scanner( System.in)", "int h", "h", "m", "m", "s;", "s", "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", "public class Main {\n\tpublic static void main(String[] args){\n\t\tint S = new java.util.Scanner( System.in).nextInt();\n\t\tint h,m,s;\n\t\th = S/3600;\n\t\tm = (S%3600)/60;\n\t\ts = (S%3600)%60;\n\t\tSystem.out.println(h + \":\" + m + \":\" +s);\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tint S = new java.util.Scanner( System.in).nextInt();\n\t\tint h,m,s;\n\t\th = S/3600;\n\t\tm = (S%3600)/60;\n\t\ts = (S%3600)%60;\n\t\tSystem.out.println(h + \":\" + m + \":\" +s);\n\t}\n\n}", "Main" ]
public class Main { public static void main(String[] args){ int S = new java.util.Scanner( System.in).nextInt(); int h,m,s; 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, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 41, 13, 41, 13, 41, 13, 14, 2, 2, 17, 13, 2, 13, 17, 30, 0, 13, 2, 13, 17, 0, 13, 2, 2, 13, 13, 17, 0, 13, 2, 2, 2, 13, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 2, 13, 17, 17, 13, 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 ], [ 8, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 30, 31 ], [ 30, 32 ], [ 25, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 33, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 33, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 33, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 63, 61 ], [ 61, 62 ], [ 66, 63 ], [ 63, 64 ], [ 63, 65 ], [ 66, 66 ], [ 66, 67 ], [ 66, 68 ], [ 61, 69 ], [ 63, 70 ], [ 6, 71 ], [ 71, 72 ], [ 0, 73 ], [ 73, 74 ], [ 73, 75 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint S;\n\t\tScanner scanner=new Scanner(System.in);\n\t\tS=scanner.nextInt();\n\t\t\n\t\t\n\t int s,m,h;\n\t if(0<=S&S<86400){\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}\n\n}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint S;\n\t\tScanner scanner=new Scanner(System.in);\n\t\tS=scanner.nextInt();\n\t\t\n\t\t\n\t int s,m,h;\n\t if(0<=S&S<86400){\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}\n\n}\n}", "Main", "public static void main(String[] args) {\n\t\tint S;\n\t\tScanner scanner=new Scanner(System.in);\n\t\tS=scanner.nextInt();\n\t\t\n\t\t\n\t int s,m,h;\n\t if(0<=S&S<86400){\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}\n\n}", "main", "{\n\t\tint S;\n\t\tScanner scanner=new Scanner(System.in);\n\t\tS=scanner.nextInt();\n\t\t\n\t\t\n\t int s,m,h;\n\t if(0<=S&S<86400){\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}\n\n}", "int S;", "S", "Scanner scanner=new Scanner(System.in);", "scanner", "new Scanner(System.in)", "S=scanner.nextInt()", "S", "scanner.nextInt()", "scanner.nextInt", "scanner", "int s", "s", "m", "m", "h;", "h", "if(0<=S&S<86400){\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}", "0<=S&S<86400", "0<=S", "0", "S", "S<86400", "S", "86400", "{\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}", "s=S%60", "s", "S%60", "S", "60", "m=(S-s)%3600", "m", "(S-s)%3600", "(S-s)", "S", "s", "3600", "h=(S-m-s)/3600", "h", "(S-m-s)/3600", "(S-m-s)", "S-m-s", "S", "m", "s", "3600", "System.out.println(h+\":\"+m/60+\":\"+s)", "System.out.println", "System.out", "System", "System.out", "h+\":\"+m/60+\":\"+s", "\":\"", "m/60", "h+\":\"+m/60+\":\"+s", "h", "\":\"", "m/60", "m", "60", "\":\"", "s", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint S;\n\t\tScanner scanner=new Scanner(System.in);\n\t\tS=scanner.nextInt();\n\t\t\n\t\t\n\t int s,m,h;\n\t if(0<=S&S<86400){\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}\n\n}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint S;\n\t\tScanner scanner=new Scanner(System.in);\n\t\tS=scanner.nextInt();\n\t\t\n\t\t\n\t int s,m,h;\n\t if(0<=S&S<86400){\n\t s=S%60;\n\t m=(S-s)%3600;\n\t h=(S-m-s)/3600;\n\t \n\t \n\t System.out.println(h+\":\"+m/60+\":\"+s);\n\n\t}\n\n}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { int S; Scanner scanner=new Scanner(System.in); S=scanner.nextInt(); int s,m,h; if(0<=S&S<86400){ s=S%60; m=(S-s)%3600; h=(S-m-s)/3600; System.out.println(h+":"+m/60+":"+s); } } }
[ 7, 15, 13, 17, 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, 2, 13, 17, 0, 13, 2, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 66, 14 ], [ 66, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 17, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 17, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 17, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 17, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 17, 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 ], [ 15, 63 ], [ 63, 64 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\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\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint s=x%60;\n\t\tx=x/60;\n\t\tint m=x%60;\n\t\tint h=x/60;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\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", "import java.util.Scanner;", "Scanner", "java.util", "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\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint s=x%60;\n\t\tx=x/60;\n\t\tint m=x%60;\n\t\tint h=x/60;\n\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 br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint s=x%60;\n\t\tx=x/60;\n\t\tint m=x%60;\n\t\tint h=x/60;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}", "main", "{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint s=x%60;\n\t\tx=x/60;\n\t\tint m=x%60;\n\t\tint h=x/60;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));", "scan", "new Scanner(new BufferedReader(new InputStreamReader(System.in)))", "int x=scan.nextInt();", "x", "scan.nextInt()", "scan.nextInt", "scan", "int s=x%60;", "s", "x%60", "x", "60", "x=x/60", "x", "x/60", "x", "60", "int m=x%60;", "m", "x%60", "x", "60", "int h=x/60;", "h", "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\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint s=x%60;\n\t\tx=x/60;\n\t\tint m=x%60;\n\t\tint h=x/60;\n\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 br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint s=x%60;\n\t\tx=x/60;\n\t\tint m=x%60;\n\t\tint h=x/60;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Scanner; public class Main { public static void main(String[] args) throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in))); int x=scan.nextInt(); int s=x%60; x=x/60; int m=x%60; int h=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, 41, 13, 2, 13, 17, 41, 13, 2, 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 ], [ 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.*;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\t\n\t\tScanner inputTime = new Scanner(System.in);\n\t\tint input = inputTime.nextInt();\n\t\tint h = input / 3600;\n\t\tint amari = input % 3600;\n\t\tint m = amari / 60;\n\t\tint s = amari % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args){\n\t\t\n\t\tScanner inputTime = new Scanner(System.in);\n\t\tint input = inputTime.nextInt();\n\t\tint h = input / 3600;\n\t\tint amari = input % 3600;\n\t\tint m = amari / 60;\n\t\tint s = amari % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}\n}", "Main", "public static void main(String[] args){\n\t\t\n\t\tScanner inputTime = new Scanner(System.in);\n\t\tint input = inputTime.nextInt();\n\t\tint h = input / 3600;\n\t\tint amari = input % 3600;\n\t\tint m = amari / 60;\n\t\tint s = amari % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}", "main", "{\n\t\t\n\t\tScanner inputTime = new Scanner(System.in);\n\t\tint input = inputTime.nextInt();\n\t\tint h = input / 3600;\n\t\tint amari = input % 3600;\n\t\tint m = amari / 60;\n\t\tint s = amari % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}", "Scanner inputTime = new Scanner(System.in);", "inputTime", "new Scanner(System.in)", "int input = inputTime.nextInt();", "input", "inputTime.nextInt()", "inputTime.nextInt", "inputTime", "int h = input / 3600;", "h", "input / 3600", "input", "3600", "int amari = input % 3600;", "amari", "input % 3600", "input", "3600", "int m = amari / 60;", "m", "amari / 60", "amari", "60", "int s = amari % 60;", "s", "amari % 60", "amari", "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\t\n\t\tScanner inputTime = new Scanner(System.in);\n\t\tint input = inputTime.nextInt();\n\t\tint h = input / 3600;\n\t\tint amari = input % 3600;\n\t\tint m = amari / 60;\n\t\tint s = amari % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\t\n\t\tScanner inputTime = new Scanner(System.in);\n\t\tint input = inputTime.nextInt();\n\t\tint h = input / 3600;\n\t\tint amari = input % 3600;\n\t\tint m = amari / 60;\n\t\tint s = amari % 60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args){ Scanner inputTime = new Scanner(System.in); int input = inputTime.nextInt(); int h = input / 3600; int amari = input % 3600; int m = amari / 60; int s = amari % 60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 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, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 65, 8 ], [ 65, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 17, 20 ], [ 20, 21 ], [ 21, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 30, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 40, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 45, 46 ], [ 45, 47 ], [ 11, 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 ], [ 9, 62 ], [ 62, 63 ], [ 0, 64 ], [ 64, 65 ], [ 64, 66 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args)throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t \n int input = Integer.parseInt(br.readLine());\n \n int hour = input / 3600;\n int minutes = (input - hour * 3600) / 60;\n int seconds = input - (hour * 3600) - (minutes * 60);\n \n System.out.println(hour + \":\" + minutes + \":\" + seconds);\n\t\t\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\t// TODO ?????????????????????????????????????????????\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t \n int input = Integer.parseInt(br.readLine());\n \n int hour = input / 3600;\n int minutes = (input - hour * 3600) / 60;\n int seconds = input - (hour * 3600) - (minutes * 60);\n \n System.out.println(hour + \":\" + minutes + \":\" + seconds);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args)throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t \n int input = Integer.parseInt(br.readLine());\n \n int hour = input / 3600;\n int minutes = (input - hour * 3600) / 60;\n int seconds = input - (hour * 3600) - (minutes * 60);\n \n System.out.println(hour + \":\" + minutes + \":\" + seconds);\n\t\t\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t \n int input = Integer.parseInt(br.readLine());\n \n int hour = input / 3600;\n int minutes = (input - hour * 3600) / 60;\n int seconds = input - (hour * 3600) - (minutes * 60);\n \n System.out.println(hour + \":\" + minutes + \":\" + seconds);\n\t\t\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int input = Integer.parseInt(br.readLine());", "input", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "int hour = input / 3600;", "hour", "input / 3600", "input", "3600", "int minutes = (input - hour * 3600) / 60;", "minutes", "(input - hour * 3600) / 60", "(input - hour * 3600)", "input", "hour * 3600", "hour", "3600", "60", "int seconds = input - (hour * 3600) - (minutes * 60);", "seconds", "input - (hour * 3600) - (minutes * 60)", "input - (hour * 3600) - (minutes * 60)", "input", "(hour * 3600)", "hour", "3600", "(minutes * 60)", "minutes", "60", "System.out.println(hour + \":\" + minutes + \":\" + seconds)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minutes + \":\" + seconds", "\":\"", "minutes", "hour + \":\" + minutes + \":\" + seconds", "hour", "\":\"", "minutes", "\":\"", "seconds", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args)throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t \n int input = Integer.parseInt(br.readLine());\n \n int hour = input / 3600;\n int minutes = (input - hour * 3600) / 60;\n int seconds = input - (hour * 3600) - (minutes * 60);\n \n System.out.println(hour + \":\" + minutes + \":\" + seconds);\n\t\t\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args)throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t \n int input = Integer.parseInt(br.readLine());\n \n int hour = input / 3600;\n int minutes = (input - hour * 3600) / 60;\n int seconds = input - (hour * 3600) - (minutes * 60);\n \n System.out.println(hour + \":\" + minutes + \":\" + seconds);\n\t\t\n\t}\n\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)); int input = Integer.parseInt(br.readLine()); int hour = input / 3600; int minutes = (input - hour * 3600) / 60; int seconds = input - (hour * 3600) - (minutes * 60); System.out.println(hour + ":" + 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, 13, 17, 41, 13, 2, 2, 13, 17, 2, 17, 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 ], [ 53, 5 ], [ 53, 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 ], [ 30, 31 ], [ 30, 32 ], [ 29, 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 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint s = x%60;\n\t\tint h = x/3600;\n\t\tint m = x/60-60*h;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint s = x%60;\n\t\tint h = x/3600;\n\t\tint m = x/60-60*h;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "Main", "@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint s = x%60;\n\t\tint h = x/3600;\n\t\tint m = x/60-60*h;\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\tint s = x%60;\n\t\tint h = x/3600;\n\t\tint m = x/60-60*h;\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 s = x%60;", "s", "x%60", "x", "60", "int h = x/3600;", "h", "x/3600", "x", "3600", "int m = x/60-60*h;", "m", "x/60-60*h", "x/60", "x", "60", "60*h", "60", "h", "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\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint s = x%60;\n\t\tint h = x/3600;\n\t\tint m = x/60-60*h;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "public class Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint s = x%60;\n\t\tint h = x/3600;\n\t\tint m = x/60-60*h;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { @SuppressWarnings("resource") public static void main(String[] args){ Scanner in = new Scanner(System.in); int x = in.nextInt(); int s = x%60; int h = x/3600; int m = x/60-60*h; System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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, 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 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 12, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 22, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 22, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 22, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 41, 47 ], [ 22, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 56, 57 ], [ 56, 58 ], [ 22, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 67, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 65, 71 ], [ 67, 72 ], [ 6, 73 ], [ 73, 74 ] ]
[ "import java.io.*;\nclass Main{\n\tpublic static void main(String args[]){\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString strS = in.readLine();\n\t\t\tint intS = (int)Integer.parseInt(strS);\n\t\t\tint h = intS / 3600;\n\t\t\tint m = (intS - h * 3600) / 60;\n\t\t\tint s = intS - (h * 3600 + m * 60);\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String args[]){\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString strS = in.readLine();\n\t\t\tint intS = (int)Integer.parseInt(strS);\n\t\t\tint h = intS / 3600;\n\t\t\tint m = (intS - h * 3600) / 60;\n\t\t\tint s = intS - (h * 3600 + m * 60);\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t}\n}", "Main", "public static void main(String args[]){\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString strS = in.readLine();\n\t\t\tint intS = (int)Integer.parseInt(strS);\n\t\t\tint h = intS / 3600;\n\t\t\tint m = (intS - h * 3600) / 60;\n\t\t\tint s = intS - (h * 3600 + m * 60);\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\t\t\tString strS = in.readLine();\n\t\t\tint intS = (int)Integer.parseInt(strS);\n\t\t\tint h = intS / 3600;\n\t\t\tint m = (intS - h * 3600) / 60;\n\t\t\tint s = intS - (h * 3600 + m * 60);\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "try{\n\t\t\tString strS = in.readLine();\n\t\t\tint intS = (int)Integer.parseInt(strS);\n\t\t\tint h = intS / 3600;\n\t\t\tint m = (intS - h * 3600) / 60;\n\t\t\tint s = intS - (h * 3600 + m * 60);\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}", "catch(IOException e){\n\t\t\tSystem.out.println(\"error\");\n\t\t}", "IOException e", "{\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\tString strS = in.readLine();\n\t\t\tint intS = (int)Integer.parseInt(strS);\n\t\t\tint h = intS / 3600;\n\t\t\tint m = (intS - h * 3600) / 60;\n\t\t\tint s = intS - (h * 3600 + m * 60);\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t}", "String strS = in.readLine();", "strS", "in.readLine()", "in.readLine", "in", "int intS = (int)Integer.parseInt(strS);", "intS", "(int)Integer.parseInt(strS)", "Integer.parseInt", "Integer", "strS", "int h = intS / 3600;", "h", "intS / 3600", "intS", "3600", "int m = (intS - h * 3600) / 60;", "m", "(intS - h * 3600) / 60", "(intS - h * 3600)", "intS", "h * 3600", "h", "3600", "60", "int s = intS - (h * 3600 + m * 60);", "s", "intS - (h * 3600 + m * 60)", "intS", "(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" ]
import java.io.*; class Main{ public static void main(String args[]){ BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); try{ String strS = in.readLine(); int intS = (int)Integer.parseInt(strS); int h = intS / 3600; int m = (intS - h * 3600) / 60; int s = intS - (h * 3600 + m * 60); System.out.println(h + ":" + m + ":" + s); }catch(IOException e){ System.out.println("error"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 2, 13, 17, 17, 4, 18, 13, 2, 13, 17, 4, 18, 13, 2, 13, 17, 4, 18, 13, 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 ], [ 11, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 16, 18 ], [ 8, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 21, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 8, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 8, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 6, 49 ], [ 49, 50 ], [ 0, 51 ], [ 51, 52 ], [ 51, 53 ] ]
[ "import static java.lang.System.out;\n public class Main {\n public static void main(String[] args){\n int time = new java.util.Scanner(System.in).nextInt();\n\n int hour = time / 3600;\n int minute = (time % 3600) / 60;\n int second = (time % 3600) % 60;\n out.print(hour + \":\");\n out.print(minute + \":\");\n out.println(second);\n \n }\n }", "import static java.lang.System.out;", "import static java.lang.System.out;", "import static java.lang.System.out;", "public class Main {\n public static void main(String[] args){\n int time = new java.util.Scanner(System.in).nextInt();\n\n int hour = time / 3600;\n int minute = (time % 3600) / 60;\n int second = (time % 3600) % 60;\n out.print(hour + \":\");\n out.print(minute + \":\");\n out.println(second);\n \n }\n }", "Main", "public static void main(String[] args){\n int time = new java.util.Scanner(System.in).nextInt();\n\n int hour = time / 3600;\n int minute = (time % 3600) / 60;\n int second = (time % 3600) % 60;\n out.print(hour + \":\");\n out.print(minute + \":\");\n out.println(second);\n \n }", "main", "{\n int time = new java.util.Scanner(System.in).nextInt();\n\n int hour = time / 3600;\n int minute = (time % 3600) / 60;\n int second = (time % 3600) % 60;\n out.print(hour + \":\");\n out.print(minute + \":\");\n out.println(second);\n \n }", "int time = new java.util.Scanner(System.in).nextInt();", "time", "new java.util.Scanner(System.in).nextInt()", "new java.util.Scanner(System.in).nextInt", "new java.util.Scanner(System.in)", "int hour = time / 3600;", "hour", "time / 3600", "time", "3600", "int minute = (time % 3600) / 60;", "minute", "(time % 3600) / 60", "(time % 3600)", "time", "3600", "60", "int second = (time % 3600) % 60;", "second", "(time % 3600) % 60", "(time % 3600)", "time", "3600", "60", "out.print(hour + \":\")", "out.print", "out", "hour + \":\"", "hour", "\":\"", "out.print(minute + \":\")", "out.print", "out", "minute + \":\"", "minute", "\":\"", "out.println(second)", "out.println", "out", "second", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n int time = new java.util.Scanner(System.in).nextInt();\n\n int hour = time / 3600;\n int minute = (time % 3600) / 60;\n int second = (time % 3600) % 60;\n out.print(hour + \":\");\n out.print(minute + \":\");\n out.println(second);\n \n }\n }", "public class Main {\n public static void main(String[] args){\n int time = new java.util.Scanner(System.in).nextInt();\n\n int hour = time / 3600;\n int minute = (time % 3600) / 60;\n int second = (time % 3600) % 60;\n out.print(hour + \":\");\n out.print(minute + \":\");\n out.println(second);\n \n }\n }", "Main" ]
import static java.lang.System.out; public class Main { public static void main(String[] args){ int time = new java.util.Scanner(System.in).nextInt(); int hour = time / 3600; int minute = (time % 3600) / 60; int second = (time % 3600) % 60; out.print(hour + ":"); out.print(minute + ":"); out.println(second); } }
[ 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, 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 ], [ 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 public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n long time = sc.nextLong();\n \n long sec = time % 60;\n \n long minuteAll = time / 60;\n long minute = minuteAll % 60;\n long hour = minuteAll / 60;\n \n System.out.println(hour + \":\" + minute + \":\" + sec);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n long time = sc.nextLong();\n \n long sec = time % 60;\n \n long minuteAll = time / 60;\n long minute = minuteAll % 60;\n long hour = minuteAll / 60;\n \n System.out.println(hour + \":\" + minute + \":\" + sec);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n long time = sc.nextLong();\n \n long sec = time % 60;\n \n long minuteAll = time / 60;\n long minute = minuteAll % 60;\n long hour = minuteAll / 60;\n \n System.out.println(hour + \":\" + minute + \":\" + sec);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n \n long time = sc.nextLong();\n \n long sec = time % 60;\n \n long minuteAll = time / 60;\n long minute = minuteAll % 60;\n long hour = minuteAll / 60;\n \n System.out.println(hour + \":\" + minute + \":\" + sec);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "long time = sc.nextLong();", "time", "sc.nextLong()", "sc.nextLong", "sc", "long sec = time % 60;", "sec", "time % 60", "time", "60", "long minuteAll = time / 60;", "minuteAll", "time / 60", "time", "60", "long minute = minuteAll % 60;", "minute", "minuteAll % 60", "minuteAll", "60", "long hour = minuteAll / 60;", "hour", "minuteAll / 60", "minuteAll", "60", "System.out.println(hour + \":\" + minute + \":\" + sec)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + sec", "\":\"", "minute", "hour + \":\" + minute + \":\" + sec", "hour", "\":\"", "minute", "\":\"", "sec", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n long time = sc.nextLong();\n \n long sec = time % 60;\n \n long minuteAll = time / 60;\n long minute = minuteAll % 60;\n long hour = minuteAll / 60;\n \n System.out.println(hour + \":\" + minute + \":\" + sec);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n long time = sc.nextLong();\n \n long sec = time % 60;\n \n long minuteAll = time / 60;\n long minute = minuteAll % 60;\n long hour = minuteAll / 60;\n \n System.out.println(hour + \":\" + minute + \":\" + sec);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); long time = sc.nextLong(); long sec = time % 60; long minuteAll = time / 60; long minute = minuteAll % 60; long hour = minuteAll / 60; System.out.println(hour + ":" + minute + ":" + 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, 39, 17, 17, 17, 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 ], [ 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 ], [ 25, 28 ], [ 8, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 29, 34 ], [ 34, 35 ], [ 34, 36 ], [ 29, 37 ], [ 37, 38 ], [ 38, 39 ], [ 29, 40 ], [ 41, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 46, 48 ], [ 41, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 8, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 62, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 61, 67 ], [ 67, 68 ], [ 67, 69 ], [ 60, 70 ], [ 62, 71 ], [ 71, 72 ], [ 71, 73 ], [ 6, 74 ], [ 74, 75 ] ]
[ "import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString secStr = br.readLine();\n\t\tint sec = Integer.parseInt(secStr);\n\t\tint[] hms = {0,0,0};\n\t\tfor( int i = 0; i < 3 ; i++ ) {\n\t\t\thms[i] = sec % 60;\n\t\t\tsec = sec / 60;\n\t\t}\n\t\tSystem.out.println(hms[2] + \":\" + hms[1] + \":\" + hms[0]);\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main {\n\tpublic static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString secStr = br.readLine();\n\t\tint sec = Integer.parseInt(secStr);\n\t\tint[] hms = {0,0,0};\n\t\tfor( int i = 0; i < 3 ; i++ ) {\n\t\t\thms[i] = sec % 60;\n\t\t\tsec = sec / 60;\n\t\t}\n\t\tSystem.out.println(hms[2] + \":\" + hms[1] + \":\" + hms[0]);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString secStr = br.readLine();\n\t\tint sec = Integer.parseInt(secStr);\n\t\tint[] hms = {0,0,0};\n\t\tfor( int i = 0; i < 3 ; i++ ) {\n\t\t\thms[i] = sec % 60;\n\t\t\tsec = sec / 60;\n\t\t}\n\t\tSystem.out.println(hms[2] + \":\" + hms[1] + \":\" + hms[0]);\n\t}", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString secStr = br.readLine();\n\t\tint sec = Integer.parseInt(secStr);\n\t\tint[] hms = {0,0,0};\n\t\tfor( int i = 0; i < 3 ; i++ ) {\n\t\t\thms[i] = sec % 60;\n\t\t\tsec = sec / 60;\n\t\t}\n\t\tSystem.out.println(hms[2] + \":\" + hms[1] + \":\" + hms[0]);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String secStr = br.readLine();", "secStr", "br.readLine()", "br.readLine", "br", "int sec = Integer.parseInt(secStr);", "sec", "Integer.parseInt(secStr)", "Integer.parseInt", "Integer", "secStr", "int[] hms = {0,0,0};", "hms", "{0,0,0}", "0", "0", "0", "for( int i = 0; i < 3 ; i++ ) {\n\t\t\thms[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\thms[i] = sec % 60;\n\t\t\tsec = sec / 60;\n\t\t}", "{\n\t\t\thms[i] = sec % 60;\n\t\t\tsec = sec / 60;\n\t\t}", "hms[i] = sec % 60", "hms[i]", "hms", "i", "sec % 60", "sec", "60", "sec = sec / 60", "sec", "sec / 60", "sec", "60", "System.out.println(hms[2] + \":\" + hms[1] + \":\" + hms[0])", "System.out.println", "System.out", "System", "System.out", "hms[2] + \":\" + hms[1] + \":\" + hms[0]", "\":\"", "hms[1]", "hms[2] + \":\" + hms[1] + \":\" + hms[0]", "hms[2]", "hms", "2", "\":\"", "hms[1]", "hms", "1", "\":\"", "hms[0]", "hms", "0", "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 secStr = br.readLine(); int sec = Integer.parseInt(secStr); int[] hms = {0,0,0}; for( int i = 0; i < 3 ; i++ ) { hms[i] = sec % 60; sec = sec / 60; } System.out.println(hms[2] + ":" + hms[1] + ":" + hms[0]); } }
[ 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, 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 ], [ 54, 8 ], [ 54, 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 ], [ 34, 35 ], [ 34, 36 ], [ 11, 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 ], [ 9, 51 ], [ 51, 52 ], [ 0, 53 ], [ 53, 54 ], [ 53, 55 ] ]
[ "import java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main{\n\tpublic static void main (String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\t\n\t\tint hour = (a / 3600);\n\t\tint minute = (a % 3600) / 60;\n\t\tint second = a % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "import java.io.IOException;", "IOException", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tpublic static void main (String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\t\n\t\tint hour = (a / 3600);\n\t\tint minute = (a % 3600) / 60;\n\t\tint second = a % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main", "public static void main (String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\t\n\t\tint hour = (a / 3600);\n\t\tint minute = (a % 3600) / 60;\n\t\tint second = a % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "main", "{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\t\n\t\tint hour = (a / 3600);\n\t\tint minute = (a % 3600) / 60;\n\t\tint second = a % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int a = in.nextInt();", "a", "in.nextInt()", "in.nextInt", "in", "int hour = (a / 3600);", "hour", "(a / 3600)", "a", "3600", "int minute = (a % 3600) / 60;", "minute", "(a % 3600) / 60", "(a % 3600)", "a", "3600", "60", "int second = a % 60;", "second", "a % 60", "a", "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){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\t\n\t\tint hour = (a / 3600);\n\t\tint minute = (a % 3600) / 60;\n\t\tint second = a % 60;\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 in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\t\n\t\tint hour = (a / 3600);\n\t\tint minute = (a % 3600) / 60;\n\t\tint second = a % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main" ]
import java.io.IOException; import java.util.Scanner; public class Main{ public static void main (String[] args){ Scanner in = new Scanner(System.in); int a = in.nextInt(); int hour = (a / 3600); int minute = (a % 3600) / 60; int second = a % 60; System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 20, 41, 13, 2, 13, 17, 41, 13, 2, 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 ], [ 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 ], [ 8, 20 ], [ 20, 21 ], [ 20, 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 ], [ 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.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[]args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString S = scan.next();\n\t\tint time_sec = new Integer(S);\n\t\t\n\t\tint time_min = time_sec/60;\n\t\tint s =time_sec%60;\n\t\t\n\t\tint h =time_min/60;\n\t\tint m =time_min%60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\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\tString S = scan.next();\n\t\tint time_sec = new Integer(S);\n\t\t\n\t\tint time_min = time_sec/60;\n\t\tint s =time_sec%60;\n\t\t\n\t\tint h =time_min/60;\n\t\tint m =time_min%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 scan = new Scanner(System.in);\n\t\tString S = scan.next();\n\t\tint time_sec = new Integer(S);\n\t\t\n\t\tint time_min = time_sec/60;\n\t\tint s =time_sec%60;\n\t\t\n\t\tint h =time_min/60;\n\t\tint m =time_min%60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tString S = scan.next();\n\t\tint time_sec = new Integer(S);\n\t\t\n\t\tint time_min = time_sec/60;\n\t\tint s =time_sec%60;\n\t\t\n\t\tint h =time_min/60;\n\t\tint m =time_min%60;\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "String S = scan.next();", "S", "scan.next()", "scan.next", "scan", "int time_sec = new Integer(S);", "time_sec", "new Integer(S)", "int time_min = time_sec/60;", "time_min", "time_sec/60", "time_sec", "60", "int s =time_sec%60;", "s", "time_sec%60", "time_sec", "60", "int h =time_min/60;", "h", "time_min/60", "time_min", "60", "int m =time_min%60;", "m", "time_min%60", "time_min", "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 scan = new Scanner(System.in);\n\t\tString S = scan.next();\n\t\tint time_sec = new Integer(S);\n\t\t\n\t\tint time_min = time_sec/60;\n\t\tint s =time_sec%60;\n\t\t\n\t\tint h =time_min/60;\n\t\tint m =time_min%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 scan = new Scanner(System.in);\n\t\tString S = scan.next();\n\t\tint time_sec = new Integer(S);\n\t\t\n\t\tint time_min = time_sec/60;\n\t\tint s =time_sec%60;\n\t\t\n\t\tint h =time_min/60;\n\t\tint m =time_min%60;\n\t\t\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); String S = scan.next(); int time_sec = new Integer(S); int time_min = time_sec/60; int s =time_sec%60; int h =time_min/60; int m =time_min%60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 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, 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, 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 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 61, 14 ], [ 61, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 29, 30 ], [ 30, 31 ], [ 17, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 17, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 17, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 17, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 49, 55 ], [ 49, 56 ], [ 49, 57 ], [ 15, 58 ], [ 58, 59 ], [ 0, 60 ], [ 60, 61 ], [ 60, 62 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\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\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint sec = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tint h = sec / 3600;\n\t\t\tint m = sec % 3600 / 60;\n\t\t\tint s = sec % 60;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d:%d:%d\\n\",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", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "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\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint sec = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tint h = sec / 3600;\n\t\t\tint m = sec % 3600 / 60;\n\t\t\tint s = sec % 60;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint sec = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tint h = sec / 3600;\n\t\t\tint m = sec % 3600 / 60;\n\t\t\tint s = sec % 60;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint sec = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tint h = sec / 3600;\n\t\t\tint m = sec % 3600 / 60;\n\t\t\tint s = sec % 60;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer buffer = new StringTokenizer(br.readLine());", "buffer", "new StringTokenizer(br.readLine())", "int sec = Integer.parseInt(buffer.nextToken());", "sec", "Integer.parseInt(buffer.nextToken())", "Integer.parseInt", "Integer", "buffer.nextToken()", "buffer.nextToken", "buffer", "int h = sec / 3600;", "h", "sec / 3600", "sec", "3600", "int m = sec % 3600 / 60;", "m", "sec % 3600 / 60", "sec % 3600", "sec", "3600", "60", "int s = sec % 60;", "s", "sec % 60", "sec", "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", "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\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint sec = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tint h = sec / 3600;\n\t\t\tint m = sec % 3600 / 60;\n\t\t\tint s = sec % 60;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\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\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint sec = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tint h = sec / 3600;\n\t\t\tint m = sec % 3600 / 60;\n\t\t\tint s = sec % 60;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d:%d:%d\\n\",h,m,s);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer buffer = new StringTokenizer(br.readLine()); int sec = Integer.parseInt(buffer.nextToken()); int h = sec / 3600; int m = sec % 3600 / 60; int s = sec % 60; System.out.printf("%d:%d:%d\n",h,m,s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 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 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 9, 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 ], [ 27, 30 ], [ 16, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 16, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 16, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 16, 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.*;\nclass Main{\n\tpublic static void main(String[] args){\n\t\ttry{\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString c = in.readLine();\n\t\t\tint time = Integer.parseInt(c);\n\t\t\t\n\t\t\tint h = time/3600;\n\t\t\tint m = (time%3600)/60;\n\t\t\tint s = time % 60;\n\t\t\t\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String[] args){\n\t\ttry{\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString c = in.readLine();\n\t\t\tint time = Integer.parseInt(c);\n\t\t\t\n\t\t\tint h = time/3600;\n\t\t\tint m = (time%3600)/60;\n\t\t\tint s = time % 60;\n\t\t\t\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args){\n\t\ttry{\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString c = in.readLine();\n\t\t\tint time = Integer.parseInt(c);\n\t\t\t\n\t\t\tint h = time/3600;\n\t\t\tint m = (time%3600)/60;\n\t\t\tint s = time % 60;\n\t\t\t\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "main", "{\n\t\ttry{\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString c = in.readLine();\n\t\t\tint time = Integer.parseInt(c);\n\t\t\t\n\t\t\tint h = time/3600;\n\t\t\tint m = (time%3600)/60;\n\t\t\tint s = time % 60;\n\t\t\t\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "try{\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString c = in.readLine();\n\t\t\tint time = Integer.parseInt(c);\n\t\t\t\n\t\t\tint h = time/3600;\n\t\t\tint m = (time%3600)/60;\n\t\t\tint s = time % 60;\n\t\t\t\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\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\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString c = in.readLine();\n\t\t\tint time = Integer.parseInt(c);\n\t\t\t\n\t\t\tint h = time/3600;\n\t\t\tint m = (time%3600)/60;\n\t\t\tint s = time % 60;\n\t\t\t\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n\t\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String c = in.readLine();", "c", "in.readLine()", "in.readLine", "in", "int time = Integer.parseInt(c);", "time", "Integer.parseInt(c)", "Integer.parseInt", "Integer", "c", "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 % 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.io.*; class Main{ public static void main(String[] args){ try{ BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String c = in.readLine(); int time = Integer.parseInt(c); int h = time/3600; int m = (time%3600)/60; int s = time % 60; System.out.println(h+":"+m+":"+s); }catch(IOException e){ e.printStackTrace(); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 4, 18, 18, 13, 13, 2, 13, 17, 4, 18, 18, 13, 13, 17, 41, 13, 41, 13, 13, 0, 13, 2, 13, 17, 42, 17, 30, 14, 2, 13, 17, 30, 0, 13, 17, 30, 3, 4, 18, 18, 13, 13, 13, 4, 18, 18, 13, 13, 17, 42, 17, 30, 14, 2, 13, 17, 30, 0, 13, 17, 30, 3, 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 ], [ 99, 8 ], [ 99, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 11, 14 ], [ 14, 15 ], [ 14, 16 ], [ 11, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 11, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 11, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 28, 33 ], [ 33, 34 ], [ 33, 35 ], [ 11, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 11, 42 ], [ 42, 43 ], [ 11, 44 ], [ 44, 45 ], [ 44, 46 ], [ 11, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 11, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 55, 63 ], [ 63, 64 ], [ 11, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 11, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 11, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 80, 88 ], [ 88, 89 ], [ 11, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 9, 96 ], [ 96, 97 ], [ 0, 98 ], [ 98, 99 ], [ 98, 100 ] ]
[ "import java.io.*;\nimport java.util.*;\npublic class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tString a;\n\t\tBufferedReader buf=new BufferedReader(new InputStreamReader(System.in));\n\t\ta=buf.readLine();\n\t\tint x=Integer.parseInt(a);\n\t//\tif(x/3600<10)System.out.print(\"0\");\n\t\tSystem.out.print(x/3600);\n\t\tSystem.out.print(\":\");\n\t\tint y;\n\t\tint g=x;\n\t\tg=g/60;\n\t\twhile(true){\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}\n\t//\tif(g<10)System.out.print(\"0\");\n\t\tSystem.out.print(g);\n\t\tSystem.out.print(\":\");\n\t\twhile(true){\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t//\tif(x<10)System.out.print(\"0\");\n\t\tSystem.out.println(x);\n\t\t\n\t}\n\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tString a;\n\t\tBufferedReader buf=new BufferedReader(new InputStreamReader(System.in));\n\t\ta=buf.readLine();\n\t\tint x=Integer.parseInt(a);\n\t//\tif(x/3600<10)System.out.print(\"0\");\n\t\tSystem.out.print(x/3600);\n\t\tSystem.out.print(\":\");\n\t\tint y;\n\t\tint g=x;\n\t\tg=g/60;\n\t\twhile(true){\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}\n\t//\tif(g<10)System.out.print(\"0\");\n\t\tSystem.out.print(g);\n\t\tSystem.out.print(\":\");\n\t\twhile(true){\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t//\tif(x<10)System.out.print(\"0\");\n\t\tSystem.out.println(x);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args)throws IOException{\n\t\tString a;\n\t\tBufferedReader buf=new BufferedReader(new InputStreamReader(System.in));\n\t\ta=buf.readLine();\n\t\tint x=Integer.parseInt(a);\n\t//\tif(x/3600<10)System.out.print(\"0\");\n\t\tSystem.out.print(x/3600);\n\t\tSystem.out.print(\":\");\n\t\tint y;\n\t\tint g=x;\n\t\tg=g/60;\n\t\twhile(true){\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}\n\t//\tif(g<10)System.out.print(\"0\");\n\t\tSystem.out.print(g);\n\t\tSystem.out.print(\":\");\n\t\twhile(true){\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t//\tif(x<10)System.out.print(\"0\");\n\t\tSystem.out.println(x);\n\t\t\n\t}", "main", "{\n\t\tString a;\n\t\tBufferedReader buf=new BufferedReader(new InputStreamReader(System.in));\n\t\ta=buf.readLine();\n\t\tint x=Integer.parseInt(a);\n\t//\tif(x/3600<10)System.out.print(\"0\");\n\t\tSystem.out.print(x/3600);\n\t\tSystem.out.print(\":\");\n\t\tint y;\n\t\tint g=x;\n\t\tg=g/60;\n\t\twhile(true){\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}\n\t//\tif(g<10)System.out.print(\"0\");\n\t\tSystem.out.print(g);\n\t\tSystem.out.print(\":\");\n\t\twhile(true){\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t//\tif(x<10)System.out.print(\"0\");\n\t\tSystem.out.println(x);\n\t\t\n\t}", "String a;", "a", "BufferedReader buf=new BufferedReader(new InputStreamReader(System.in));", "buf", "new BufferedReader(new InputStreamReader(System.in))", "a=buf.readLine()", "a", "buf.readLine()", "buf.readLine", "buf", "int x=Integer.parseInt(a);", "x", "Integer.parseInt(a)", "Integer.parseInt", "Integer", "a", "System.out.print(x/3600)", "System.out.print", "System.out", "System", "System.out", "x/3600", "x", "3600", "System.out.print(\":\")", "System.out.print", "System.out", "System", "System.out", "\":\"", "int y;", "y", "int g=x;", "g", "x", "g=g/60", "g", "g/60", "g", "60", "while(true){\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}", "true", "{\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}", "if(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}", "g>=60", "g", "60", "{\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}", "g-=60", "g", "60", "{\n\t\t\t\tbreak;\n\t\t\t}", "break;", "System.out.print(g)", "System.out.print", "System.out", "System", "System.out", "g", "System.out.print(\":\")", "System.out.print", "System.out", "System", "System.out", "\":\"", "while(true){\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}", "true", "{\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}", "if(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}", "x>=60", "x", "60", "{\n\t\t\t\tx-=60;\n\t\t\t}", "x-=60", "x", "60", "{\n\t\t\t\tbreak;\n\t\t\t}", "break;", "System.out.println(x)", "System.out.println", "System.out", "System", "System.out", "x", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tString a;\n\t\tBufferedReader buf=new BufferedReader(new InputStreamReader(System.in));\n\t\ta=buf.readLine();\n\t\tint x=Integer.parseInt(a);\n\t//\tif(x/3600<10)System.out.print(\"0\");\n\t\tSystem.out.print(x/3600);\n\t\tSystem.out.print(\":\");\n\t\tint y;\n\t\tint g=x;\n\t\tg=g/60;\n\t\twhile(true){\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}\n\t//\tif(g<10)System.out.print(\"0\");\n\t\tSystem.out.print(g);\n\t\tSystem.out.print(\":\");\n\t\twhile(true){\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t//\tif(x<10)System.out.print(\"0\");\n\t\tSystem.out.println(x);\n\t\t\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tString a;\n\t\tBufferedReader buf=new BufferedReader(new InputStreamReader(System.in));\n\t\ta=buf.readLine();\n\t\tint x=Integer.parseInt(a);\n\t//\tif(x/3600<10)System.out.print(\"0\");\n\t\tSystem.out.print(x/3600);\n\t\tSystem.out.print(\":\");\n\t\tint y;\n\t\tint g=x;\n\t\tg=g/60;\n\t\twhile(true){\n\t\t\tif(g>=60){\n\t\t\t\tg-=60;\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t}\n\t//\tif(g<10)System.out.print(\"0\");\n\t\tSystem.out.print(g);\n\t\tSystem.out.print(\":\");\n\t\twhile(true){\n\t\t\tif(x>=60){\n\t\t\t\tx-=60;\n\t\t\t}else{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t//\tif(x<10)System.out.print(\"0\");\n\t\tSystem.out.println(x);\n\t\t\n\t}\n\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args)throws IOException{ String a; BufferedReader buf=new BufferedReader(new InputStreamReader(System.in)); a=buf.readLine(); int x=Integer.parseInt(a); // if(x/3600<10)System.out.print("0"); System.out.print(x/3600); System.out.print(":"); int y; int g=x; g=g/60; while(true){ if(g>=60){ g-=60; }else{ break; } } // if(g<10)System.out.print("0"); System.out.print(g); System.out.print(":"); while(true){ if(x>=60){ x-=60; }else{ break; } } // if(x<10)System.out.print("0"); System.out.println(x); } }
[ 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, 42, 2, 13, 17, 30, 14, 2, 0, 13, 17, 17, 30, 40, 13, 42, 2, 13, 17, 30, 14, 2, 0, 13, 17, 17, 30, 40, 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 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 8, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 34, 40 ], [ 40, 41 ], [ 41, 42 ], [ 8, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 54, 55 ], [ 55, 56 ], [ 8, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 65, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 65, 70 ], [ 6, 71 ], [ 71, 72 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input= sc.nextLine();\n\n\t\tint inputTime = Integer.parseInt(input);\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\twhile(inputTime >= 3600) {\n\t\t\tif ((inputTime -= 3600) >= 0) {\n\t\t\t\thour++;\n\t\t\t}\n\t\t}\n\n\t\twhile(inputTime >= 60) {\n\t\t\tif ((inputTime -= 60) >= 0) {\n\t\t\t\tminute++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + inputTime);\n\n\t}\n}\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\t\tString input= sc.nextLine();\n\n\t\tint inputTime = Integer.parseInt(input);\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\twhile(inputTime >= 3600) {\n\t\t\tif ((inputTime -= 3600) >= 0) {\n\t\t\t\thour++;\n\t\t\t}\n\t\t}\n\n\t\twhile(inputTime >= 60) {\n\t\t\tif ((inputTime -= 60) >= 0) {\n\t\t\t\tminute++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + inputTime);\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input= sc.nextLine();\n\n\t\tint inputTime = Integer.parseInt(input);\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\twhile(inputTime >= 3600) {\n\t\t\tif ((inputTime -= 3600) >= 0) {\n\t\t\t\thour++;\n\t\t\t}\n\t\t}\n\n\t\twhile(inputTime >= 60) {\n\t\t\tif ((inputTime -= 60) >= 0) {\n\t\t\t\tminute++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + inputTime);\n\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input= sc.nextLine();\n\n\t\tint inputTime = Integer.parseInt(input);\n\t\tint hour = 0;\n\t\tint minute = 0;\n\n\t\twhile(inputTime >= 3600) {\n\t\t\tif ((inputTime -= 3600) >= 0) {\n\t\t\t\thour++;\n\t\t\t}\n\t\t}\n\n\t\twhile(inputTime >= 60) {\n\t\t\tif ((inputTime -= 60) >= 0) {\n\t\t\t\tminute++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + inputTime);\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String input= sc.nextLine();", "input", "sc.nextLine()", "sc.nextLine", "sc", "int inputTime = Integer.parseInt(input);", "inputTime", "Integer.parseInt(input)", "Integer.parseInt", "Integer", "input", "int hour = 0;", "hour", "0", "int minute = 0;", "minute", "0", "while(inputTime >= 3600) {\n\t\t\tif ((inputTime -= 3600) >= 0) {\n\t\t\t\thour++;\n\t\t\t}\n\t\t}", "inputTime >= 3600", "inputTime", "3600", "{\n\t\t\tif ((inputTime -= 3600) >= 0) {\n\t\t\t\thour++;\n\t\t\t}\n\t\t}", "if ((inputTime -= 3600) >= 0) {\n\t\t\t\thour++;\n\t\t\t}", "(inputTime -= 3600) >= 0", "(inputTime -= 3600)", "inputTime", "3600", "0", "{\n\t\t\t\thour++;\n\t\t\t}", "hour++", "hour", "while(inputTime >= 60) {\n\t\t\tif ((inputTime -= 60) >= 0) {\n\t\t\t\tminute++;\n\t\t\t}\n\t\t}", "inputTime >= 60", "inputTime", "60", "{\n\t\t\tif ((inputTime -= 60) >= 0) {\n\t\t\t\tminute++;\n\t\t\t}\n\t\t}", "if ((inputTime -= 60) >= 0) {\n\t\t\t\tminute++;\n\t\t\t}", "(inputTime -= 60) >= 0", "(inputTime -= 60)", "inputTime", "60", "0", "{\n\t\t\t\tminute++;\n\t\t\t}", "minute++", "minute", "System.out.println(hour + \":\" + minute + \":\" + inputTime)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minute + \":\" + inputTime", "\":\"", "minute", "hour + \":\" + minute + \":\" + inputTime", "hour", "\":\"", "minute", "\":\"", "inputTime", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String input= sc.nextLine(); int inputTime = Integer.parseInt(input); int hour = 0; int minute = 0; while(inputTime >= 3600) { if ((inputTime -= 3600) >= 0) { hour++; } } while(inputTime >= 60) { if ((inputTime -= 60) >= 0) { minute++; } } System.out.println(hour + ":" + minute + ":" + inputTime); } }
[ 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, 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 ], [ 63, 11 ], [ 63, 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 ], [ 26, 27 ], [ 27, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 14, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 14, 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 ], [ 12, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "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\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint i = Integer.parseInt(bf.readLine());\n\t\tint s = i % 60;\n\t\tint m = (i / 60) % 60;\n\t\tint h = i / 3600;\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\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint i = Integer.parseInt(bf.readLine());\n\t\tint s = i % 60;\n\t\tint m = (i / 60) % 60;\n\t\tint h = i / 3600;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint i = Integer.parseInt(bf.readLine());\n\t\tint s = i % 60;\n\t\tint m = (i / 60) % 60;\n\t\tint h = i / 3600;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint i = Integer.parseInt(bf.readLine());\n\t\tint s = i % 60;\n\t\tint m = (i / 60) % 60;\n\t\tint h = i / 3600;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "InputStreamReader is = new InputStreamReader(System.in);", "is", "new InputStreamReader(System.in)", "BufferedReader bf = new BufferedReader(is);", "bf", "new BufferedReader(is)", "int i = Integer.parseInt(bf.readLine());", "i", "Integer.parseInt(bf.readLine())", "Integer.parseInt", "Integer", "bf.readLine()", "bf.readLine", "bf", "int s = i % 60;", "s", "i % 60", "i", "60", "int m = (i / 60) % 60;", "m", "(i / 60) % 60", "(i / 60)", "i", "60", "60", "int h = i / 3600;", "h", "i / 3600", "i", "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", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint i = Integer.parseInt(bf.readLine());\n\t\tint s = i % 60;\n\t\tint m = (i / 60) % 60;\n\t\tint h = i / 3600;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tint i = Integer.parseInt(bf.readLine());\n\t\tint s = i % 60;\n\t\tint m = (i / 60) % 60;\n\t\tint h = i / 3600;\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 { InputStreamReader is = new InputStreamReader(System.in); BufferedReader bf = new BufferedReader(is); int i = Integer.parseInt(bf.readLine()); int s = i % 60; int m = (i / 60) % 60; int h = i / 3600; 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, 17, 41, 13, 20, 17, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 0, 18, 13, 13, 2, 13, 13, 0, 13, 13, 0, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 18, 13, 17, 17, 18, 13, 17, 17, 18, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 79, 5 ], [ 79, 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, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 35, 37 ], [ 30, 38 ], [ 38, 39 ], [ 39, 40 ], [ 30, 41 ], [ 42, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 47, 49 ], [ 42, 50 ], [ 50, 51 ], [ 50, 52 ], [ 42, 53 ], [ 53, 54 ], [ 53, 55 ], [ 8, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 64, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 69, 70 ], [ 69, 71 ], [ 62, 72 ], [ 64, 73 ], [ 73, 74 ], [ 73, 75 ], [ 6, 76 ], [ 76, 77 ], [ 0, 78 ], [ 78, 79 ], [ 78, 80 ] ]
[ "import java.util.Scanner;\npublic class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint inputTime = Integer.parseInt(input1);\n\tint numberCrack = 3600;\n\tint[] times = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}\n\tSystem.out.println(times[0] + \":\" + times[1] + \":\" + times[2]);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint inputTime = Integer.parseInt(input1);\n\tint numberCrack = 3600;\n\tint[] times = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}\n\tSystem.out.println(times[0] + \":\" + times[1] + \":\" + times[2]);\n }\n}", "Main", "public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint inputTime = Integer.parseInt(input1);\n\tint numberCrack = 3600;\n\tint[] times = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}\n\tSystem.out.println(times[0] + \":\" + times[1] + \":\" + times[2]);\n }", "main", "{\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint inputTime = Integer.parseInt(input1);\n\tint numberCrack = 3600;\n\tint[] times = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}\n\tSystem.out.println(times[0] + \":\" + times[1] + \":\" + times[2]);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "String input1 = scan.next();", "input1", "scan.next()", "scan.next", "scan", "int inputTime = Integer.parseInt(input1);", "inputTime", "Integer.parseInt(input1)", "Integer.parseInt", "Integer", "input1", "int numberCrack = 3600;", "numberCrack", "3600", "int[] times = new int[3];", "times", "new int[3]", "3", "for (int i = 0; i < 3; i++) {\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}", "int i = 0;", "int i = 0;", "i", "0", "i < 3", "i", "3", "i++", "i++", "i", "{\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}", "{\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}", "times[i] = inputTime / numberCrack", "times[i]", "times", "i", "inputTime / numberCrack", "inputTime", "numberCrack", "inputTime %= numberCrack", "inputTime", "numberCrack", "numberCrack /= 60", "numberCrack", "60", "System.out.println(times[0] + \":\" + times[1] + \":\" + times[2])", "System.out.println", "System.out", "System", "System.out", "times[0] + \":\" + times[1] + \":\" + times[2]", "\":\"", "times[1]", "times[0] + \":\" + times[1] + \":\" + times[2]", "times[0]", "times", "0", "\":\"", "times[1]", "times", "1", "\":\"", "times[2]", "times", "2", "String[] args", "args", "public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint inputTime = Integer.parseInt(input1);\n\tint numberCrack = 3600;\n\tint[] times = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}\n\tSystem.out.println(times[0] + \":\" + times[1] + \":\" + times[2]);\n }\n}", "public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint inputTime = Integer.parseInt(input1);\n\tint numberCrack = 3600;\n\tint[] times = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t times[i] = inputTime / numberCrack;\n\t inputTime %= numberCrack;\n\t numberCrack /= 60;\n\t}\n\tSystem.out.println(times[0] + \":\" + times[1] + \":\" + times[2]);\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) { Scanner scan = new Scanner(System.in); String input1 = scan.next(); int inputTime = Integer.parseInt(input1); int numberCrack = 3600; int[] times = new int[3]; for (int i = 0; i < 3; i++) { times[i] = inputTime / numberCrack; inputTime %= numberCrack; numberCrack /= 60; } System.out.println(times[0] + ":" + times[1] + ":" + times[2]); } }
[ 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, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 2, 13, 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 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 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 ], [ 25, 28 ], [ 28, 29 ], [ 29, 30 ], [ 19, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 19, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 42, 44 ], [ 19, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 53, 55 ], [ 19, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 64, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 62, 68 ], [ 64, 69 ], [ 6, 70 ], [ 70, 71 ] ]
[ "import java.util.*;\n\nclass Main\n{\n\tpublic static void main(String args[]) {\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint temp = Integer.parseInt(sc.next());\n\n\t\t\tint hou = temp/3600;\n\t\t\tint min = (temp/60) - (hou*60);\n\t\t\tint sec = temp - (hou*3600+min*60);\n\n\t\t\tSystem.out.println(hou +\":\"+ min +\":\"+ sec);\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main\n{\n\tpublic static void main(String args[]) {\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint temp = Integer.parseInt(sc.next());\n\n\t\t\tint hou = temp/3600;\n\t\t\tint min = (temp/60) - (hou*60);\n\t\t\tint sec = temp - (hou*3600+min*60);\n\n\t\t\tSystem.out.println(hou +\":\"+ min +\":\"+ sec);\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}", "Main", "public static void main(String args[]) {\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint temp = Integer.parseInt(sc.next());\n\n\t\t\tint hou = temp/3600;\n\t\t\tint min = (temp/60) - (hou*60);\n\t\t\tint sec = temp - (hou*3600+min*60);\n\n\t\t\tSystem.out.println(hou +\":\"+ min +\":\"+ sec);\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}", "main", "{\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint temp = Integer.parseInt(sc.next());\n\n\t\t\tint hou = temp/3600;\n\t\t\tint min = (temp/60) - (hou*60);\n\t\t\tint sec = temp - (hou*3600+min*60);\n\n\t\t\tSystem.out.println(hou +\":\"+ min +\":\"+ sec);\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}", "try {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint temp = Integer.parseInt(sc.next());\n\n\t\t\tint hou = temp/3600;\n\t\t\tint min = (temp/60) - (hou*60);\n\t\t\tint sec = temp - (hou*3600+min*60);\n\n\t\t\tSystem.out.println(hou +\":\"+ min +\":\"+ sec);\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}", "catch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}", "Exception e", "{\n\t\t\tSystem.out.println(e);\n\t\t}", "System.out.println(e)", "System.out.println", "System.out", "System", "System.out", "e", "{\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint temp = Integer.parseInt(sc.next());\n\n\t\t\tint hou = temp/3600;\n\t\t\tint min = (temp/60) - (hou*60);\n\t\t\tint sec = temp - (hou*3600+min*60);\n\n\t\t\tSystem.out.println(hou +\":\"+ min +\":\"+ sec);\n\t\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int temp = Integer.parseInt(sc.next());", "temp", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int hou = temp/3600;", "hou", "temp/3600", "temp", "3600", "int min = (temp/60) - (hou*60);", "min", "(temp/60) - (hou*60)", "(temp/60)", "temp", "60", "(hou*60)", "hou", "60", "int sec = temp - (hou*3600+min*60);", "sec", "temp - (hou*3600+min*60)", "temp", "(hou*3600+min*60)", "hou*3600", "hou", "3600", "min*60", "min", "60", "System.out.println(hou +\":\"+ min +\":\"+ sec)", "System.out.println", "System.out", "System", "System.out", "hou +\":\"+ min +\":\"+ sec", "\":\"", "min", "hou +\":\"+ min +\":\"+ sec", "hou", "\":\"", "min", "\":\"", "sec", "String args[]", "args" ]
import java.util.*; class Main { public static void main(String args[]) { try { Scanner sc = new Scanner(System.in); int temp = Integer.parseInt(sc.next()); int hou = temp/3600; int min = (temp/60) - (hou*60); int sec = temp - (hou*3600+min*60); System.out.println(hou +":"+ min +":"+ sec); } catch (Exception e) { System.out.println(e); } } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 41, 13, 42, 2, 2, 17, 0, 13, 4, 18, 13, 2, 13, 17, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 70, 5 ], [ 70, 6 ], [ 6, 7 ], [ 70, 8 ], [ 8, 9 ], [ 8, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 10, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 17, 25 ], [ 25, 26 ], [ 25, 27 ], [ 10, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 10, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 10, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 44, 50 ], [ 50, 51 ], [ 50, 52 ], [ 10, 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 ], [ 8, 67 ], [ 67, 68 ], [ 0, 69 ], [ 69, 70 ], [ 69, 71 ] ]
[ "\nimport java.util.Scanner;\n\npublic class Main {\n\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint S;\n\t\twhile(0 > (S = scanner.nextInt()) || S >= 86400 );\n\n\t\tint hour = S/3600;\n\t\tint minute = (S-hour*3600)/60;\n\t\tint second = (S-hour*3600-minute*60);\n\t\tSystem.out.println(hour+\":\"+minute+\":\"+second);\n\n\t}\n\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint S;\n\t\twhile(0 > (S = scanner.nextInt()) || S >= 86400 );\n\n\t\tint hour = S/3600;\n\t\tint minute = (S-hour*3600)/60;\n\t\tint second = (S-hour*3600-minute*60);\n\t\tSystem.out.println(hour+\":\"+minute+\":\"+second);\n\n\t}\n\n}", "Main", "private static Scanner scanner;", "scanner", "public static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint S;\n\t\twhile(0 > (S = scanner.nextInt()) || S >= 86400 );\n\n\t\tint hour = S/3600;\n\t\tint minute = (S-hour*3600)/60;\n\t\tint second = (S-hour*3600-minute*60);\n\t\tSystem.out.println(hour+\":\"+minute+\":\"+second);\n\n\t}", "main", "{\n\n\t\tscanner = new Scanner(System.in);\n\t\tint S;\n\t\twhile(0 > (S = scanner.nextInt()) || S >= 86400 );\n\n\t\tint hour = S/3600;\n\t\tint minute = (S-hour*3600)/60;\n\t\tint second = (S-hour*3600-minute*60);\n\t\tSystem.out.println(hour+\":\"+minute+\":\"+second);\n\n\t}", "scanner = new Scanner(System.in)", "scanner", "new Scanner(System.in)", "int S;", "S", "while(0 > (S = scanner.nextInt()) || S >= 86400 );", "0 > (S = scanner.nextInt()) || S >= 86400", "0 > (S = scanner.nextInt())", "0", "(S = scanner.nextInt())", "S", "scanner.nextInt()", "scanner.nextInt", "scanner", "S >= 86400", "S", "86400", "int hour = S/3600;", "hour", "S/3600", "S", "3600", "int minute = (S-hour*3600)/60;", "minute", "(S-hour*3600)/60", "(S-hour*3600)", "S", "hour*3600", "hour", "3600", "60", "int second = (S-hour*3600-minute*60);", "second", "(S-hour*3600-minute*60)", "S-hour*3600-minute*60", "S", "hour*3600", "hour", "3600", "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\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint S;\n\t\twhile(0 > (S = scanner.nextInt()) || S >= 86400 );\n\n\t\tint hour = S/3600;\n\t\tint minute = (S-hour*3600)/60;\n\t\tint second = (S-hour*3600-minute*60);\n\t\tSystem.out.println(hour+\":\"+minute+\":\"+second);\n\n\t}\n\n}", "public class Main {\n\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint S;\n\t\twhile(0 > (S = scanner.nextInt()) || S >= 86400 );\n\n\t\tint hour = S/3600;\n\t\tint minute = (S-hour*3600)/60;\n\t\tint second = (S-hour*3600-minute*60);\n\t\tSystem.out.println(hour+\":\"+minute+\":\"+second);\n\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { private static Scanner scanner; public static void main(String[] args) { scanner = new Scanner(System.in); int S; while(0 > (S = scanner.nextInt()) || S >= 86400 ); int hour = S/3600; int minute = (S-hour*3600)/60; int second = (S-hour*3600-minute*60); System.out.println(hour+":"+minute+":"+second); } }
[ 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, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 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 ], [ 24, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 8, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 8, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 8, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 52, 57 ], [ 8, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 6, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "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 S = scan.nextInt();\n\t\t//????????§?§???°??\\???\n\t\tint h = S / 3600;\n\t\tint m = S % 3600 / 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.print(h);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.print(m);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.println(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\tint S = scan.nextInt();\n\t\t//????????§?§???°??\\???\n\t\tint h = S / 3600;\n\t\tint m = S % 3600 / 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.print(h);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.print(m);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.println(s);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint S = scan.nextInt();\n\t\t//????????§?§???°??\\???\n\t\tint h = S / 3600;\n\t\tint m = S % 3600 / 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.print(h);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.print(m);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.println(s);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint S = scan.nextInt();\n\t\t//????????§?§???°??\\???\n\t\tint h = S / 3600;\n\t\tint m = S % 3600 / 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.print(h);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.print(m);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.println(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 / 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.print(h)", "System.out.print", "System.out", "System", "System.out", "h", "System.out.print(\":\")", "System.out.print", "System.out", "System", "System.out", "\":\"", "System.out.print(m)", "System.out.print", "System.out", "System", "System.out", "m", "System.out.print(\":\")", "System.out.print", "System.out", "System", "System.out", "\":\"", "System.out.println(s)", "System.out.println", "System.out", "System", "System.out", "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\tint S = scan.nextInt();\n\t\t//????????§?§???°??\\???\n\t\tint h = S / 3600;\n\t\tint m = S % 3600 / 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.print(h);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.print(m);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.println(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\tint S = scan.nextInt();\n\t\t//????????§?§???°??\\???\n\t\tint h = S / 3600;\n\t\tint m = S % 3600 / 60;\n\t\tint s = S % 60;\n\n\t\tSystem.out.print(h);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.print(m);\n\t\tSystem.out.print(\":\");\n\t\tSystem.out.println(s);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int S = scan.nextInt(); //????????§?§???°??\??? int h = S / 3600; int m = S % 3600 / 60; int s = S % 60; System.out.print(h); System.out.print(":"); System.out.print(m); System.out.print(":"); System.out.println(s); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 17, 41, 13, 17, 12, 13, 30, 0, 13, 20, 4, 18, 18, 13, 13, 4, 13, 4, 18, 13, 23, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 14, 2, 13, 13, 30, 41, 13, 17, 0, 13, 2, 13, 13, 0, 13, 2, 13, 13, 14, 2, 13, 13, 30, 0, 13, 2, 13, 13, 0, 13, 2, 13, 13, 30, 0, 13, 13, 30, 0, 13, 2, 13, 13, 0, 13, 2, 13, 13, 29, 2, 2, 2, 2, 4, 18, 13, 17, 4, 18, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 111, 5 ], [ 111, 6 ], [ 6, 7 ], [ 111, 8 ], [ 8, 9 ], [ 8, 10 ], [ 111, 11 ], [ 11, 12 ], [ 11, 13 ], [ 111, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 20, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 14, 30 ], [ 30, 31 ], [ 111, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 38, 39 ], [ 38, 40 ], [ 34, 41 ], [ 41, 42 ], [ 41, 43 ], [ 34, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 54, 56 ], [ 48, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 59, 61 ], [ 48, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 69, 71 ], [ 66, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 74, 76 ], [ 62, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 44, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 84, 86 ], [ 81, 87 ], [ 87, 88 ], [ 87, 89 ], [ 89, 90 ], [ 89, 91 ], [ 34, 92 ], [ 92, 93 ], [ 96, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 96, 100 ], [ 95, 101 ], [ 101, 102 ], [ 102, 103 ], [ 94, 104 ], [ 96, 105 ], [ 105, 106 ], [ 106, 107 ], [ 32, 108 ], [ 108, 109 ], [ 0, 110 ], [ 110, 111 ], [ 110, 112 ] ]
[ "\nimport java.util.Scanner;\n\npublic class Main {\n\n private static Scanner scanner;\n private static final int HH_TIME = 3600;\n private static final int MM_TIME = 60;\n\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n System.out.println(timeChangeHMS(scanner.nextInt()));\n }\n\n /*\n * 秒数からHH:MM:SSで変換します。\n */\n private static String timeChangeHMS(int input) {\n Integer hh = 0;\n Integer mm = 0;\n Integer ss = 0;\n if (input >= HH_TIME) {\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n } else {\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }\n return hh.toString() + \":\" + mm.toString() + \":\" + ss.toString();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n private static Scanner scanner;\n private static final int HH_TIME = 3600;\n private static final int MM_TIME = 60;\n\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n System.out.println(timeChangeHMS(scanner.nextInt()));\n }\n\n /*\n * 秒数からHH:MM:SSで変換します。\n */\n private static String timeChangeHMS(int input) {\n Integer hh = 0;\n Integer mm = 0;\n Integer ss = 0;\n if (input >= HH_TIME) {\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n } else {\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }\n return hh.toString() + \":\" + mm.toString() + \":\" + ss.toString();\n }\n}", "Main", "private static Scanner scanner;", "scanner", "private static final int HH_TIME = 3600;", "HH_TIME", "3600", "private static final int MM_TIME = 60;", "MM_TIME", "60", "public static void main(String[] args) {\n scanner = new Scanner(System.in);\n System.out.println(timeChangeHMS(scanner.nextInt()));\n }", "main", "{\n scanner = new Scanner(System.in);\n System.out.println(timeChangeHMS(scanner.nextInt()));\n }", "scanner = new Scanner(System.in)", "scanner", "new Scanner(System.in)", "System.out.println(timeChangeHMS(scanner.nextInt()))", "System.out.println", "System.out", "System", "System.out", "timeChangeHMS(scanner.nextInt())", "timeChangeHMS", "scanner.nextInt()", "scanner.nextInt", "scanner", "String[] args", "args", "/*\n * 秒数からHH:MM:SSで変換します。\n */\n private static String timeChangeHMS(int input) {\n Integer hh = 0;\n Integer mm = 0;\n Integer ss = 0;\n if (input >= HH_TIME) {\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n } else {\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }\n return hh.toString() + \":\" + mm.toString() + \":\" + ss.toString();\n }", "timeChangeHMS", "{\n Integer hh = 0;\n Integer mm = 0;\n Integer ss = 0;\n if (input >= HH_TIME) {\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n } else {\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }\n return hh.toString() + \":\" + mm.toString() + \":\" + ss.toString();\n }", "Integer hh = 0;", "hh", "0", "Integer mm = 0;", "mm", "0", "Integer ss = 0;", "ss", "0", "if (input >= HH_TIME) {\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n } else {\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }", "input >= HH_TIME", "input", "HH_TIME", "{\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n }", "Integer mm_s = 0;", "mm_s", "0", "hh = input / HH_TIME", "hh", "input / HH_TIME", "input", "HH_TIME", "mm_s = input % HH_TIME", "mm_s", "input % HH_TIME", "input", "HH_TIME", "if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }", "mm_s >= MM_TIME", "mm_s", "MM_TIME", "{\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n }", "mm = mm_s / MM_TIME", "mm", "mm_s / MM_TIME", "mm_s", "MM_TIME", "ss = mm_s % MM_TIME", "ss", "mm_s % MM_TIME", "mm_s", "MM_TIME", "{\n ss = mm_s;\n }", "ss = mm_s", "ss", "mm_s", "{\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }", "mm = input / MM_TIME", "mm", "input / MM_TIME", "input", "MM_TIME", "ss = input % MM_TIME", "ss", "input % MM_TIME", "input", "MM_TIME", "return hh.toString() + \":\" + mm.toString() + \":\" + ss.toString();", "hh.toString() + \":\" + mm.toString() + \":\" + ss.toString()", "\":\"", "mm.toString()", "hh.toString() + \":\" + mm.toString() + \":\" + ss.toString()", "hh.toString()", "hh.toString", "hh", "\":\"", "mm.toString()", "mm.toString", "mm", "\":\"", "ss.toString()", "ss.toString", "ss", "int input", "input", "public class Main {\n\n private static Scanner scanner;\n private static final int HH_TIME = 3600;\n private static final int MM_TIME = 60;\n\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n System.out.println(timeChangeHMS(scanner.nextInt()));\n }\n\n /*\n * 秒数からHH:MM:SSで変換します。\n */\n private static String timeChangeHMS(int input) {\n Integer hh = 0;\n Integer mm = 0;\n Integer ss = 0;\n if (input >= HH_TIME) {\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n } else {\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }\n return hh.toString() + \":\" + mm.toString() + \":\" + ss.toString();\n }\n}", "public class Main {\n\n private static Scanner scanner;\n private static final int HH_TIME = 3600;\n private static final int MM_TIME = 60;\n\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n System.out.println(timeChangeHMS(scanner.nextInt()));\n }\n\n /*\n * 秒数からHH:MM:SSで変換します。\n */\n private static String timeChangeHMS(int input) {\n Integer hh = 0;\n Integer mm = 0;\n Integer ss = 0;\n if (input >= HH_TIME) {\n Integer mm_s = 0;\n hh = input / HH_TIME;\n mm_s = input % HH_TIME;\n if (mm_s >= MM_TIME) {\n mm = mm_s / MM_TIME;\n ss = mm_s % MM_TIME;\n } else {\n ss = mm_s;\n }\n } else {\n mm = input / MM_TIME;\n ss = input % MM_TIME;\n }\n return hh.toString() + \":\" + mm.toString() + \":\" + ss.toString();\n }\n}", "Main" ]
import java.util.Scanner; public class Main { private static Scanner scanner; private static final int HH_TIME = 3600; private static final int MM_TIME = 60; public static void main(String[] args) { scanner = new Scanner(System.in); System.out.println(timeChangeHMS(scanner.nextInt())); } /* * 秒数からHH:MM:SSで変換します。 */ private static String timeChangeHMS(int input) { Integer hh = 0; Integer mm = 0; Integer ss = 0; if (input >= HH_TIME) { Integer mm_s = 0; hh = input / HH_TIME; mm_s = input % HH_TIME; if (mm_s >= MM_TIME) { mm = mm_s / MM_TIME; ss = mm_s % MM_TIME; } else { ss = mm_s; } } else { mm = input / MM_TIME; ss = input % MM_TIME; } return hh.toString() + ":" + mm.toString() + ":" + ss.toString(); } }
[ 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, 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 ], [ 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 ], [ 33, 34 ], [ 33, 35 ], [ 30, 36 ], [ 8, 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 Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString str=br.readLine();\n\t\t//String[] str = line.split(\" \");\n\t\tint time=Integer.parseInt(str);\n\t\tint hour=time/3600;\n\t\tint min=(time-hour*3600)/60;\n\t\tint sec=time%60;\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString str=br.readLine();\n\t\t//String[] str = line.split(\" \");\n\t\tint time=Integer.parseInt(str);\n\t\tint hour=time/3600;\n\t\tint min=(time-hour*3600)/60;\n\t\tint sec=time%60;\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "Main", "public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString str=br.readLine();\n\t\t//String[] str = line.split(\" \");\n\t\tint time=Integer.parseInt(str);\n\t\tint hour=time/3600;\n\t\tint min=(time-hour*3600)/60;\n\t\tint sec=time%60;\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString str=br.readLine();\n\t\t//String[] str = line.split(\" \");\n\t\tint time=Integer.parseInt(str);\n\t\tint hour=time/3600;\n\t\tint min=(time-hour*3600)/60;\n\t\tint sec=time%60;\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}", "BufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));", "br", "new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in))", "String str=br.readLine();", "str", "br.readLine()", "br.readLine", "br", "int time=Integer.parseInt(str);", "time", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "int hour=time/3600;", "hour", "time/3600", "time", "3600", "int min=(time-hour*3600)/60;", "min", "(time-hour*3600)/60", "(time-hour*3600)", "time", "hour*3600", "hour", "3600", "60", "int sec=time%60;", "sec", "time%60", "time", "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) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString str=br.readLine();\n\t\t//String[] str = line.split(\" \");\n\t\tint time=Integer.parseInt(str);\n\t\tint hour=time/3600;\n\t\tint min=(time-hour*3600)/60;\n\t\tint sec=time%60;\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString str=br.readLine();\n\t\t//String[] str = line.split(\" \");\n\t\tint time=Integer.parseInt(str);\n\t\tint hour=time/3600;\n\t\tint min=(time-hour*3600)/60;\n\t\tint sec=time%60;\n\t\tSystem.out.println(hour+\":\"+min+\":\"+sec);\n\t}\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws Exception{ BufferedReader br = new BufferedReader( new InputStreamReader (System.in)); String str=br.readLine(); //String[] str = line.split(" "); int time=Integer.parseInt(str); int hour=time/3600; int min=(time-hour*3600)/60; int sec=time%60; System.out.println(hour+":"+min+":"+sec); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 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, 13, 2, 17, 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, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 100, 5 ], [ 100, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 12, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 25, 30 ], [ 12, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 31, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 31, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 48, 49 ], [ 48, 50 ], [ 43, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 51, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 63, 65 ], [ 51, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 68, 70 ], [ 51, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 73, 75 ], [ 51, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 76, 81 ], [ 84, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 83, 87 ], [ 82, 88 ], [ 84, 89 ], [ 43, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 91, 96 ], [ 6, 97 ], [ 97, 98 ], [ 0, 99 ], [ 99, 100 ], [ 99, 101 ] ]
[ "import java.io.*;\npublic class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }\n }\n}", "import java.io.*;", "io.*", "java", "public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }\n }", "main", "{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }\n }", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "try {\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }", "catch (IOException e) {\n System.out.println(e);\n }", "IOException e", "{\n System.out.println(e);\n }", "System.out.println(e)", "System.out.println", "System.out", "System", "System.out", "e", "catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }", "NumberFormatException e", "{\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }", "System.out.println(\"??°????????¢????????£????????????????????????\")", "System.out.println", "System.out", "System", "System.out", "\"??°????????¢????????£????????????????????????\"", "{\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n }", "String line = reader.readLine();", "line", "reader.readLine()", "reader.readLine", "reader", "int n = Integer.parseInt(line);", "n", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }", "0 <= n && n < 86400", "0 <= n", "0", "n", "n < 86400", "n", "86400", "{\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n }", "int h = n / (60 * 60);", "h", "n / (60 * 60)", "n", "(60 * 60)", "60", "60", "int x = n % (60 * 60);", "x", "n % (60 * 60)", "n", "(60 * 60)", "60", "60", "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", "{\n System.out.println(\"error!\");\n }", "System.out.println(\"error!\")", "System.out.println", "System.out", "System", "System.out", "\"error!\"", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }\n }\n}", "public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n int n = Integer.parseInt(line);\n if (0 <= n && n < 86400) {\n int h = n / (60 * 60);\n int x = n % (60 * 60);\n int m = x / 60;\n int s = x % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n } else {\n System.out.println(\"error!\");\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"??°????????¢????????£????????????????????????\");\n }\n }\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); try { String line = reader.readLine(); int n = Integer.parseInt(line); if (0 <= n && n < 86400) { int h = n / (60 * 60); int x = n % (60 * 60); int m = x / 60; int s = x % 60; System.out.println(h + ":" + m + ":" + s); } else { System.out.println("error!"); } } catch (IOException e) { System.out.println(e); } catch (NumberFormatException e) { System.out.println("??°????????¢????????£????????????????????????"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 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, 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 ], [ 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 ], [ 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 ], [ 33, 35 ], [ 25, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 25, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 25, 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 ], [ 6, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n if (0 <= s && s < 86400) {\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n if (0 <= s && s < 86400) {\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n if (0 <= s && s < 86400) {\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }\n }", "main", "{\n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n if (0 <= s && s < 86400) {\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int s = scanner.nextInt();", "s", "scanner.nextInt()", "scanner.nextInt", "scanner", "if (0 <= s && s < 86400) {\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }", "0 <= s && s < 86400", "0 <= s", "0", "s", "s < 86400", "s", "86400", "{\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }", "int m = s / 60;", "m", "s / 60", "s", "60", "int h = m / 60;", "h", "m / 60", "m", "60", "int mm=m%60;", "mm", "m%60", "m", "60", "int ss = s % 60;", "ss", "s % 60", "s", "60", "System.out.println(h + \":\" + mm + \":\" + ss)", "System.out.println", "System.out", "System", "System.out", "h + \":\" + mm + \":\" + ss", "\":\"", "mm", "h + \":\" + mm + \":\" + ss", "h", "\":\"", "mm", "\":\"", "ss", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n if (0 <= s && s < 86400) {\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n if (0 <= s && s < 86400) {\n\n int m = s / 60;\n int h = m / 60;\n int mm=m%60;\n int ss = s % 60;\n\n System.out.println(h + \":\" + mm + \":\" + ss);\n }\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int s = scanner.nextInt(); if (0 <= s && s < 86400) { int m = s / 60; int h = m / 60; int mm=m%60; int ss = s % 60; System.out.println(h + ":" + mm + ":" + ss); } } }
[ 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, 2, 13, 2, 2, 13, 17, 17, 17, 0, 13, 2, 2, 13, 2, 2, 13, 17, 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 ], [ 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 ], [ 33, 34 ], [ 33, 35 ], [ 36, 36 ], [ 36, 37 ], [ 36, 38 ], [ 36, 39 ], [ 32, 40 ], [ 8, 41 ], [ 41, 42 ], [ 41, 43 ], [ 44, 44 ], [ 44, 45 ], [ 44, 46 ], [ 47, 47 ], [ 47, 48 ], [ 47, 49 ], [ 47, 50 ], [ 44, 51 ], [ 51, 52 ], [ 51, 53 ], [ 8, 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 ], [ 6, 68 ], [ 68, 69 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args){\n \tScanner scan = new Scanner(System.in);\n \tint x = scan.nextInt();\n \tint h,m,s;\n \th = x / (60*60);\n \tm = (x-h*60*60)/60;\n \ts = x-h*60*60-m*60;\n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tpublic static void main(String[] args){\n \tScanner scan = new Scanner(System.in);\n \tint x = scan.nextInt();\n \tint h,m,s;\n \th = x / (60*60);\n \tm = (x-h*60*60)/60;\n \ts = x-h*60*60-m*60;\n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String[] args){\n \tScanner scan = new Scanner(System.in);\n \tint x = scan.nextInt();\n \tint h,m,s;\n \th = x / (60*60);\n \tm = (x-h*60*60)/60;\n \ts = x-h*60*60-m*60;\n System.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n \tScanner scan = new Scanner(System.in);\n \tint x = scan.nextInt();\n \tint h,m,s;\n \th = x / (60*60);\n \tm = (x-h*60*60)/60;\n \ts = x-h*60*60-m*60;\n System.out.println(h+\":\"+m+\":\"+s);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int x = scan.nextInt();", "x", "scan.nextInt()", "scan.nextInt", "scan", "int h", "h", "m", "m", "s;", "s", "h = x / (60*60)", "h", "x / (60*60)", "x", "(60*60)", "60", "60", "m = (x-h*60*60)/60", "m", "(x-h*60*60)/60", "(x-h*60*60)", "x", "h*60*60", "h*60*60", "h", "60", "60", "60", "s = x-h*60*60-m*60", "s", "x-h*60*60-m*60", "x-h*60*60-m*60", "x", "h*60*60", "h*60*60", "h", "60", "60", "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" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner scan = new Scanner(System.in); int x = scan.nextInt(); int h,m,s; h = x / (60*60); m = (x-h*60*60)/60; s = x-h*60*60-m*60; System.out.println(h+":"+m+":"+s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 20, 41, 13, 4, 18, 13, 0, 13, 17, 0, 13, 17, 0, 13, 17, 14, 2, 2, 13, 17, 2, 17, 13, 30, 37, 20, 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 ], [ 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 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 8, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 8, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 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.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n int h,m,s;\n Scanner timeScan = new Scanner(System.in);\n int time = timeScan.nextInt();\n\n h = 0;\n m = 0;\n s = 0;\n\n if(time < 0 || 86400 < time) {\n throw new RuntimeException(\"範囲外\");\n }\n s = time % 60;\n m = (time / 60) % 60;\n h = (time / 60) / 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 int h,m,s;\n Scanner timeScan = new Scanner(System.in);\n int time = timeScan.nextInt();\n\n h = 0;\n m = 0;\n s = 0;\n\n if(time < 0 || 86400 < time) {\n throw new RuntimeException(\"範囲外\");\n }\n s = time % 60;\n m = (time / 60) % 60;\n h = (time / 60) / 60;\n\n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String[] args){\n int h,m,s;\n Scanner timeScan = new Scanner(System.in);\n int time = timeScan.nextInt();\n\n h = 0;\n m = 0;\n s = 0;\n\n if(time < 0 || 86400 < time) {\n throw new RuntimeException(\"範囲外\");\n }\n s = time % 60;\n m = (time / 60) % 60;\n h = (time / 60) / 60;\n\n System.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n int h,m,s;\n Scanner timeScan = new Scanner(System.in);\n int time = timeScan.nextInt();\n\n h = 0;\n m = 0;\n s = 0;\n\n if(time < 0 || 86400 < time) {\n throw new RuntimeException(\"範囲外\");\n }\n s = time % 60;\n m = (time / 60) % 60;\n h = (time / 60) / 60;\n\n System.out.println(h+\":\"+m+\":\"+s);\n }", "int h", "h", "m", "m", "s;", "s", "Scanner timeScan = new Scanner(System.in);", "timeScan", "new Scanner(System.in)", "int time = timeScan.nextInt();", "time", "timeScan.nextInt()", "timeScan.nextInt", "timeScan", "h = 0", "h", "0", "m = 0", "m", "0", "s = 0", "s", "0", "if(time < 0 || 86400 < time) {\n throw new RuntimeException(\"範囲外\");\n }", "time < 0 || 86400 < time", "time < 0", "time", "0", "86400 < time", "86400", "time", "{\n throw new RuntimeException(\"範囲外\");\n }", "throw new RuntimeException(\"範囲外\");", "new RuntimeException(\"範囲外\")", "s = time % 60", "s", "time % 60", "time", "60", "m = (time / 60) % 60", "m", "(time / 60) % 60", "(time / 60)", "time", "60", "60", "h = (time / 60) / 60", "h", "(time / 60) / 60", "(time / 60)", "time", "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", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ int h,m,s; Scanner timeScan = new Scanner(System.in); int time = timeScan.nextInt(); h = 0; m = 0; s = 0; if(time < 0 || 86400 < time) { throw new RuntimeException("範囲外"); } s = time % 60; m = (time / 60) % 60; h = (time / 60) / 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, 41, 13, 17, 41, 13, 17, 41, 13, 17, 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 ], [ 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 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 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 ] ]
[ "import java.io.*;\nclass Main{\n public static void main(String[] args)throws java.io.IOException{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String tmp = input.readLine();\n int S = Integer.parseInt(tmp);\n \n int h=0,m=0,s=0;\n \n \n s = S%60;\n m = (S/60)%60;\n h = S/3600;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String[] args)throws java.io.IOException{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String tmp = input.readLine();\n int S = Integer.parseInt(tmp);\n \n int h=0,m=0,s=0;\n \n \n s = S%60;\n m = (S/60)%60;\n h = S/3600;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String[] args)throws java.io.IOException{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String tmp = input.readLine();\n int S = Integer.parseInt(tmp);\n \n int h=0,m=0,s=0;\n \n \n s = S%60;\n m = (S/60)%60;\n h = S/3600;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n BufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n \n String tmp = input.readLine();\n int S = Integer.parseInt(tmp);\n \n int h=0,m=0,s=0;\n \n \n s = S%60;\n m = (S/60)%60;\n h = S/3600;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }", "BufferedReader input = new BufferedReader(new InputStreamReader(System.in));", "input", "new BufferedReader(new InputStreamReader(System.in))", "String tmp = input.readLine();", "tmp", "input.readLine()", "input.readLine", "input", "int S = Integer.parseInt(tmp);", "S", "Integer.parseInt(tmp)", "Integer.parseInt", "Integer", "tmp", "int h=0", "h", "0", "m=0", "m", "0", "s=0;", "s", "0", "s = S%60", "s", "S%60", "S", "60", "m = (S/60)%60", "m", "(S/60)%60", "(S/60)", "S", "60", "60", "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", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args)throws java.io.IOException{ BufferedReader input = new BufferedReader(new InputStreamReader(System.in)); String tmp = input.readLine(); int S = Integer.parseInt(tmp); int h=0,m=0,s=0; s = S%60; m = (S/60)%60; h = S/3600; 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, 4, 18, 13, 13, 17, 41, 13, 2, 2, 4, 18, 13, 13, 17, 17, 41, 13, 2, 2, 4, 18, 13, 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 ], [ 21, 22 ], [ 20, 23 ], [ 19, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 28, 33 ], [ 27, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 38, 43 ], [ 37, 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 ] ]
[ "\nimport java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n int hour = Integer.parseInt(strInput)/3600;\n int min = (Integer.parseInt(strInput)%3600)/60;\n int sec = (Integer.parseInt(strInput)%3600)%60;\n System.out.println(hour + \":\" + min + \":\" + sec);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n int hour = Integer.parseInt(strInput)/3600;\n int min = (Integer.parseInt(strInput)%3600)/60;\n int sec = (Integer.parseInt(strInput)%3600)%60;\n System.out.println(hour + \":\" + min + \":\" + sec);\n }\n}", "Main", "public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n int hour = Integer.parseInt(strInput)/3600;\n int min = (Integer.parseInt(strInput)%3600)/60;\n int sec = (Integer.parseInt(strInput)%3600)%60;\n System.out.println(hour + \":\" + min + \":\" + sec);\n }", "main", "{\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n int hour = Integer.parseInt(strInput)/3600;\n int min = (Integer.parseInt(strInput)%3600)/60;\n int sec = (Integer.parseInt(strInput)%3600)%60;\n System.out.println(hour + \":\" + min + \":\" + sec);\n }", "Scanner input = new Scanner(System.in);", "input", "new Scanner(System.in)", "String strInput = input.nextLine();", "strInput", "input.nextLine()", "input.nextLine", "input", "int hour = Integer.parseInt(strInput)/3600;", "hour", "Integer.parseInt(strInput)/3600", "Integer.parseInt(strInput)", "Integer.parseInt", "Integer", "strInput", "3600", "int min = (Integer.parseInt(strInput)%3600)/60;", "min", "(Integer.parseInt(strInput)%3600)/60", "(Integer.parseInt(strInput)%3600)", "Integer.parseInt(strInput)", "Integer.parseInt", "Integer", "strInput", "3600", "60", "int sec = (Integer.parseInt(strInput)%3600)%60;", "sec", "(Integer.parseInt(strInput)%3600)%60", "(Integer.parseInt(strInput)%3600)", "Integer.parseInt(strInput)", "Integer.parseInt", "Integer", "strInput", "3600", "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.Scanner; class Main{ public static void main(String[] args){ Scanner input = new Scanner(System.in); String strInput = input.nextLine(); int hour = Integer.parseInt(strInput)/3600; int min = (Integer.parseInt(strInput)%3600)/60; int sec = (Integer.parseInt(strInput)%3600)%60; System.out.println(hour + ":" + min + ":" + sec); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 4, 13, 41, 13, 2, 13, 17, 41, 13, 2, 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, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 0, 13, 20, 0, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 14, 2, 2, 13, 17, 40, 4, 18, 13, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 41, 13, 20, 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 ], [ 118, 14 ], [ 118, 15 ], [ 15, 16 ], [ 118, 17 ], [ 17, 18 ], [ 118, 19 ], [ 19, 20 ], [ 118, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 23, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 23, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 23, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 23, 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 ], [ 118, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 63, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 74, 75 ], [ 74, 76 ], [ 70, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 118, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 85, 88 ], [ 88, 89 ], [ 118, 90 ], [ 90, 91 ], [ 90, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 93, 102 ], [ 102, 103 ], [ 102, 104 ], [ 92, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 118, 109 ], [ 109, 110 ], [ 109, 111 ], [ 111, 112 ], [ 112, 113 ], [ 112, 114 ], [ 109, 115 ], [ 115, 116 ], [ 0, 117 ], [ 117, 118 ], [ 117, 119 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n//\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tint h = n/3600;\n\t\tint r = n % 3600;\n\t\tint m = r / 60;\n\t\tint s = r % 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\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", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n//\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tint h = n/3600;\n\t\tint r = n % 3600;\n\t\tint m = r / 60;\n\t\tint s = r % 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}", "Main", "private StringTokenizer st;", "st", "private BufferedReader bf;", "bf", "private int n;", "n", "Main() {\n\t\treadData();\n\t\t\n\t\tint h = n/3600;\n\t\tint r = n % 3600;\n\t\tint m = r / 60;\n\t\tint s = r % 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "Main", "{\n\t\treadData();\n\t\t\n\t\tint h = n/3600;\n\t\tint r = n % 3600;\n\t\tint m = r / 60;\n\t\tint s = r % 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "readData()", "readData", "int h = n/3600;", "h", "n/3600", "n", "3600", "int r = n % 3600;", "r", "n % 3600", "n", "3600", "int m = r / 60;", "m", "r / 60", "r", "60", "int s = r % 60;", "s", "r % 60", "r", "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", "private void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "readData", "{\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "try {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}", "catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}", "Exception e", "{\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t}", "bf = new BufferedReader(new InputStreamReader(System.in))", "bf", "new BufferedReader(new InputStreamReader(System.in))", "st = new StringTokenizer(bf.readLine())", "st", "new StringTokenizer(bf.readLine())", "n = nextInt()", "n", "nextInt()", "nextInt", "private int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}", "nextInt", "{\n\t\treturn Integer.parseInt(next());\n\t}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "private String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}", "next", "{\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}", "if (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "st = new StringTokenizer(bf.readLine())", "st", "new StringTokenizer(bf.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}", "Main m = new Main();", "m", "new Main()", "String[] args", "args", "public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n//\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tint h = n/3600;\n\t\tint r = n % 3600;\n\t\tint m = r / 60;\n\t\tint s = r % 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}", "public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n//\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tint h = n/3600;\n\t\tint r = n % 3600;\n\t\tint m = r / 60;\n\t\tint s = r % 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n//\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Main { private StringTokenizer st; private BufferedReader bf; private int n; // private int m; Main() { readData(); int h = n/3600; int r = n % 3600; int m = r / 60; int s = r % 60; System.out.println(h + ":" + m + ":" + s); } private void readData() { try { bf = new BufferedReader(new InputStreamReader(System.in)); st = new StringTokenizer(bf.readLine()); n = nextInt(); // m = nextInt(); } catch (Exception e) { e.printStackTrace(); } } private int nextInt() throws IOException { return Integer.parseInt(next()); } private String next() throws IOException { if (st == null || !st.hasMoreTokens()) st = new StringTokenizer(bf.readLine()); return st.nextToken(); } public static void main(String[] args) { // TODO Auto-generated method stub Main m = new Main(); } }
[ 7, 15, 13, 17, 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, 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 ], [ 0, 7 ], [ 7, 8 ], [ 7, 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 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 20, 25 ], [ 29, 26 ], [ 26, 27 ], [ 35, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 28, 34 ], [ 35, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 26, 40 ], [ 29, 41 ], [ 41, 42 ], [ 41, 43 ], [ 9, 44 ], [ 44, 45 ] ]
[ "import java.lang.*;\nimport java.util.*;\n \nclass Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int S = stdId.nextInt(); \n System.out.println(\"\" + S/3600 + \":\" + S%3600/60 + \":\" + S%60);\n }\n}", "import java.lang.*;", "lang.*", "java", "import java.util.*;", "util.*", "java", "class Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int S = stdId.nextInt(); \n System.out.println(\"\" + S/3600 + \":\" + S%3600/60 + \":\" + S%60);\n }\n}", "Main", "public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int S = stdId.nextInt(); \n System.out.println(\"\" + S/3600 + \":\" + S%3600/60 + \":\" + S%60);\n }", "main", "{\n Scanner stdId = new Scanner(System.in);\n int S = stdId.nextInt(); \n System.out.println(\"\" + S/3600 + \":\" + S%3600/60 + \":\" + S%60);\n }", "Scanner stdId = new Scanner(System.in);", "stdId", "new Scanner(System.in)", "int S = stdId.nextInt();", "S", "stdId.nextInt()", "stdId.nextInt", "stdId", "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.lang.*; import java.util.*; class Main{ public static void main(String[] args){ Scanner stdId = new Scanner(System.in); int S = stdId.nextInt(); System.out.println("" + S/3600 + ":" + S%3600/60 + ":" + S%60); } }
[ 7, 15, 13, 17, 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, 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, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 68, 8 ], [ 68, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 12, 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 ], [ 33, 35 ], [ 22, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 22, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 22, 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 ], [ 22, 62 ], [ 62, 63 ], [ 63, 64 ], [ 9, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.util.InputMismatchException;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}\n\t}\n}", "import java.util.InputMismatchException;", "InputMismatchException", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\ttry {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}\n\t}", "main", "{\n\t\ttry {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}\n\t}", "try {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}", "catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}", "InputMismatchException e", "{\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}", "System.out.println(\"Maybe Inputdata contains some characters\")", "System.out.println", "System.out", "System", "System.out", "\"Maybe Inputdata contains some characters\"", "{\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int sec = scan.nextInt();", "sec", "scan.nextInt()", "scan.nextInt", "scan", "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", "scan.close()", "scan.close", "scan", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint sec = scan.nextInt();\n\t\t\tint h = sec / 3600;\n\t\t\tint m = (sec / 60) % 60;\n\t\t\tint s = sec % 60;\n\t\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\tscan.close();\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(\"Maybe Inputdata contains some characters\");\n\t\t}\n\t}\n}", "Main" ]
import java.util.InputMismatchException; import java.util.Scanner; public class Main { public static void main(String[] args) { try { Scanner scan = new Scanner(System.in); int sec = scan.nextInt(); int h = sec / 3600; int m = (sec / 60) % 60; int s = sec % 60; System.out.println(h + ":" + m + ":" + s); scan.close(); } catch (InputMismatchException e) { System.out.println("Maybe Inputdata contains some characters"); } } }
[ 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, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 41, 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 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 19, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 26, 28 ], [ 29, 29 ], [ 29, 30 ], [ 29, 31 ], [ 29, 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\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intNum = scan.nextInt();\n\n\t\tint intH = (intNum/60)/60;\n\n\t\tint intNum2 = intNum - intH * 60 * 60;\n\n\t\t//System.out.println(\"intNum2: \" + intNum2);\n\n\t\tint intM = intNum2/60;\n\n\t\tint intS = intNum2 - intM * 60;\n\n\n\n\t\tSystem.out.println(intH + \":\" + intM + \":\" + intS);\n\n\n\n\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\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intNum = scan.nextInt();\n\n\t\tint intH = (intNum/60)/60;\n\n\t\tint intNum2 = intNum - intH * 60 * 60;\n\n\t\t//System.out.println(\"intNum2: \" + intNum2);\n\n\t\tint intM = intNum2/60;\n\n\t\tint intS = intNum2 - intM * 60;\n\n\n\n\t\tSystem.out.println(intH + \":\" + intM + \":\" + intS);\n\n\n\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intNum = scan.nextInt();\n\n\t\tint intH = (intNum/60)/60;\n\n\t\tint intNum2 = intNum - intH * 60 * 60;\n\n\t\t//System.out.println(\"intNum2: \" + intNum2);\n\n\t\tint intM = intNum2/60;\n\n\t\tint intS = intNum2 - intM * 60;\n\n\n\n\t\tSystem.out.println(intH + \":\" + intM + \":\" + intS);\n\n\n\n\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intNum = scan.nextInt();\n\n\t\tint intH = (intNum/60)/60;\n\n\t\tint intNum2 = intNum - intH * 60 * 60;\n\n\t\t//System.out.println(\"intNum2: \" + intNum2);\n\n\t\tint intM = intNum2/60;\n\n\t\tint intS = intNum2 - intM * 60;\n\n\n\n\t\tSystem.out.println(intH + \":\" + intM + \":\" + intS);\n\n\n\n\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int intNum = scan.nextInt();", "intNum", "scan.nextInt()", "scan.nextInt", "scan", "int intH = (intNum/60)/60;", "intH", "(intNum/60)/60", "(intNum/60)", "intNum", "60", "60", "int intNum2 = intNum - intH * 60 * 60;", "intNum2", "intNum - intH * 60 * 60", "intNum", "intH * 60 * 60", "intH * 60 * 60", "intH", "60", "60", "int intM = intNum2/60;", "intM", "intNum2/60", "intNum2", "60", "int intS = intNum2 - intM * 60;", "intS", "intNum2 - intM * 60", "intNum2", "intM * 60", "intM", "60", "System.out.println(intH + \":\" + intM + \":\" + intS)", "System.out.println", "System.out", "System", "System.out", "intH + \":\" + intM + \":\" + intS", "\":\"", "intM", "intH + \":\" + intM + \":\" + intS", "intH", "\":\"", "intM", "\":\"", "intS", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intNum = scan.nextInt();\n\n\t\tint intH = (intNum/60)/60;\n\n\t\tint intNum2 = intNum - intH * 60 * 60;\n\n\t\t//System.out.println(\"intNum2: \" + intNum2);\n\n\t\tint intM = intNum2/60;\n\n\t\tint intS = intNum2 - intM * 60;\n\n\n\n\t\tSystem.out.println(intH + \":\" + intM + \":\" + intS);\n\n\n\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intNum = scan.nextInt();\n\n\t\tint intH = (intNum/60)/60;\n\n\t\tint intNum2 = intNum - intH * 60 * 60;\n\n\t\t//System.out.println(\"intNum2: \" + intNum2);\n\n\t\tint intM = intNum2/60;\n\n\t\tint intS = intNum2 - intM * 60;\n\n\n\n\t\tSystem.out.println(intH + \":\" + intM + \":\" + intS);\n\n\n\n\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO ????????????????????????????????????????????? //System.out.println("??\???>>"); Scanner scan = new Scanner(System.in); int intNum = scan.nextInt(); int intH = (intNum/60)/60; int intNum2 = intNum - intH * 60 * 60; //System.out.println("intNum2: " + intNum2); int intM = intNum2/60; int intS = intNum2 - intM * 60; System.out.println(intH + ":" + intM + ":" + intS); } }
[ 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, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 68, 11 ], [ 68, 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 ], [ 38, 40 ], [ 35, 41 ], [ 14, 42 ], [ 42, 43 ], [ 42, 44 ], [ 45, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 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\tpublic static void main(String args[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint seconds = Integer.parseInt(br.readLine());\n\n\t\tint hh = seconds / (60 * 60);\n\t\tint mm = seconds % (60 * 60) / 60;\n\t\tint ss = seconds % (60 * 60) % 60;\n\n\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\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\t\tint seconds = Integer.parseInt(br.readLine());\n\n\t\tint hh = seconds / (60 * 60);\n\t\tint mm = seconds % (60 * 60) / 60;\n\t\tint ss = seconds % (60 * 60) % 60;\n\n\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t}\n}", "Main", "public static void main(String args[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint seconds = Integer.parseInt(br.readLine());\n\n\t\tint hh = seconds / (60 * 60);\n\t\tint mm = seconds % (60 * 60) / 60;\n\t\tint ss = seconds % (60 * 60) % 60;\n\n\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint seconds = Integer.parseInt(br.readLine());\n\n\t\tint hh = seconds / (60 * 60);\n\t\tint mm = seconds % (60 * 60) / 60;\n\t\tint ss = seconds % (60 * 60) % 60;\n\n\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int seconds = Integer.parseInt(br.readLine());", "seconds", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "int hh = seconds / (60 * 60);", "hh", "seconds / (60 * 60)", "seconds", "(60 * 60)", "60", "60", "int mm = seconds % (60 * 60) / 60;", "mm", "seconds % (60 * 60) / 60", "seconds % (60 * 60)", "seconds", "(60 * 60)", "60", "60", "60", "int ss = seconds % (60 * 60) % 60;", "ss", "seconds % (60 * 60) % 60", "seconds % (60 * 60) % 60", "seconds", "(60 * 60)", "60", "60", "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\tpublic static void main(String args[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint seconds = Integer.parseInt(br.readLine());\n\n\t\tint hh = seconds / (60 * 60);\n\t\tint mm = seconds % (60 * 60) / 60;\n\t\tint ss = seconds % (60 * 60) % 60;\n\n\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\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\tint seconds = Integer.parseInt(br.readLine());\n\n\t\tint hh = seconds / (60 * 60);\n\t\tint mm = seconds % (60 * 60) / 60;\n\t\tint ss = seconds % (60 * 60) % 60;\n\n\t\tSystem.out.println(hh + \":\" + mm + \":\" + ss);\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 seconds = Integer.parseInt(br.readLine()); int hh = seconds / (60 * 60); int mm = seconds % (60 * 60) / 60; int ss = seconds % (60 * 60) % 60; System.out.println(hh + ":" + mm + ":" + ss); } }
[ 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, 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 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 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 ], [ 34, 36 ], [ 23, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 23, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 23, 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 ], [ 21, 63 ], [ 63, 64 ] ]
[ "import java.io.*;\nimport java.io.IOException;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\nimport java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n\t Scanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n \n int h = n/3600;\n int m = n%3600/60;\n int s = n%60;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "import java.io.*;", "io.*", "java", "import java.io.IOException;", "IOException", "java.io", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "class Main\n{\n public static void main(String[] args) throws IOException\n {\n\t Scanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n \n int h = n/3600;\n int m = n%3600/60;\n int s = n%60;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String[] args) throws IOException\n {\n\t Scanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n \n int h = n/3600;\n int m = n%3600/60;\n int s = n%60;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n\t Scanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n \n int h = n/3600;\n int m = n%3600/60;\n int s = n%60;\n \n System.out.println(h+\":\"+m+\":\"+s);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int n = sc.nextInt();", "n", "sc.nextInt()", "sc.nextInt", "sc", "int h = n/3600;", "h", "n/3600", "n", "3600", "int m = n%3600/60;", "m", "n%3600/60", "n%3600", "n", "3600", "60", "int 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" ]
import java.io.*; import java.io.IOException; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.*; import java.io.*; class Main { public static void main(String[] args) throws IOException { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int h = n/3600; int m = n%3600/60; int s = n%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, 13, 13, 23, 13, 12, 13, 30, 41, 13, 41, 13, 41, 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, 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 ], [ 6, 20 ], [ 20, 21 ], [ 67, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 27, 28 ], [ 24, 29 ], [ 29, 30 ], [ 24, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 24, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 24, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 45, 49 ], [ 24, 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 ], [ 22, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "import java.util.Scanner;\n\n//?§????????????????S???hms?????????????????????????????°??????\npublic class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tarea(a);\n\n\n\t}\n\n\t//????????¢?????¢???????±?????????????????????????\n\tprivate static void area(int a){\n\n\t\tint h, m, s;\n\t\th=a/3600;\n\t\tm=(a%3600)/60;\n\t\ts=((a%3600)%60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tarea(a);\n\n\n\t}\n\n\t//????????¢?????¢???????±?????????????????????????\n\tprivate static void area(int a){\n\n\t\tint h, m, s;\n\t\th=a/3600;\n\t\tm=(a%3600)/60;\n\t\ts=((a%3600)%60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\n\n}", "Main", "public static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tarea(a);\n\n\n\t}", "main", "{\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tarea(a);\n\n\n\t}", "Scanner scan=new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a=scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "area(a)", "area", "a", "String[] args", "args", "//????????¢?????¢???????±?????????????????????????\n\tprivate static void area(int a){\n\n\t\tint h, m, s;\n\t\th=a/3600;\n\t\tm=(a%3600)/60;\n\t\ts=((a%3600)%60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "area", "{\n\n\t\tint h, m, s;\n\t\th=a/3600;\n\t\tm=(a%3600)/60;\n\t\ts=((a%3600)%60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "int h", "h", "m", "m", "s;", "s", "h=a/3600", "h", "a/3600", "a", "3600", "m=(a%3600)/60", "m", "(a%3600)/60", "(a%3600)", "a", "3600", "60", "s=((a%3600)%60)", "s", "((a%3600)%60)", "(a%3600)", "a", "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", "int a", "a", "public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tarea(a);\n\n\n\t}\n\n\t//????????¢?????¢???????±?????????????????????????\n\tprivate static void area(int a){\n\n\t\tint h, m, s;\n\t\th=a/3600;\n\t\tm=(a%3600)/60;\n\t\ts=((a%3600)%60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\n\n}", "public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tarea(a);\n\n\n\t}\n\n\t//????????¢?????¢???????±?????????????????????????\n\tprivate static void area(int a){\n\n\t\tint h, m, s;\n\t\th=a/3600;\n\t\tm=(a%3600)/60;\n\t\ts=((a%3600)%60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n\n\n}", "Main" ]
import java.util.Scanner; //?§????????????????S???hms?????????????????????????????°?????? public class Main{ public static void main(String[] args){ //?¨??????\??? Scanner scan=new Scanner(System.in); int a=scan.nextInt(); area(a); } //????????¢?????¢???????±????????????????????????? private static void area(int a){ int h, m, s; h=a/3600; m=(a%3600)/60; s=((a%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, 17, 41, 13, 17, 41, 13, 17, 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, 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 ], [ 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 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 33, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 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 ], [ 8, 65 ], [ 65, 66 ], [ 66, 67 ], [ 6, 68 ], [ 68, 69 ] ]
[ "import java.util.Scanner;\nclass Main{\n\tpublic static void main(String[]args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m =0;\n\t\tint s = 0;\n\t\th=S / 3600;\n\t\tm = (S - h * 3600) / 60;\n\t\ts = S -(h*3600+m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tsc.close();\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\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m =0;\n\t\tint s = 0;\n\t\th=S / 3600;\n\t\tm = (S - h * 3600) / 60;\n\t\ts = S -(h*3600+m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+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 S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m =0;\n\t\tint s = 0;\n\t\th=S / 3600;\n\t\tm = (S - h * 3600) / 60;\n\t\ts = S -(h*3600+m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tsc.close();\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m =0;\n\t\tint s = 0;\n\t\th=S / 3600;\n\t\tm = (S - h * 3600) / 60;\n\t\ts = S -(h*3600+m*60);\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\tsc.close();\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 = 0;", "h", "0", "int m =0;", "m", "0", "int s = 0;", "s", "0", "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)", "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", "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 = 0; int m =0; int s = 0; h=S / 3600; m = (S - h * 3600) / 60; s = S -(h*3600+m*60); System.out.println(h+":"+m+":"+s); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 4, 18, 18, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 2, 2, 13, 2, 13, 17, 17, 41, 13, 2, 2, 2, 13, 2, 13, 17, 2, 2, 13, 2, 13, 17, 17, 17, 41, 13, 2, 2, 13, 2, 13, 17, 2, 13, 17, 29, 2, 2, 2, 2, 13, 17, 13, 17, 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 ], [ 11, 12 ], [ 11, 13 ], [ 9, 14 ], [ 14, 15 ], [ 15, 16 ], [ 6, 17 ], [ 17, 18 ], [ 78, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 21, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 21, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 21, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 42, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 48, 54 ], [ 41, 55 ], [ 21, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 58, 64 ], [ 64, 65 ], [ 64, 66 ], [ 21, 67 ], [ 67, 68 ], [ 71, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 69, 75 ], [ 71, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n System.out.println(Main.time());\n }\n\n public static String time(){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h = (S-S%3600)/3600;\n int m = ((S-h*3600)-(S-h*3600)%60)/60;\n int s = (S-h*3600-m*60);\n return h+\":\"+m+\":\"+s;\n }\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args){\n System.out.println(Main.time());\n }\n\n public static String time(){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h = (S-S%3600)/3600;\n int m = ((S-h*3600)-(S-h*3600)%60)/60;\n int s = (S-h*3600-m*60);\n return h+\":\"+m+\":\"+s;\n }\n}", "Main", "public static void main(String[] args){\n System.out.println(Main.time());\n }", "main", "{\n System.out.println(Main.time());\n }", "System.out.println(Main.time())", "System.out.println", "System.out", "System", "System.out", "Main.time()", "Main.time", "Main", "String[] args", "args", "public static String time(){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h = (S-S%3600)/3600;\n int m = ((S-h*3600)-(S-h*3600)%60)/60;\n int s = (S-h*3600-m*60);\n return h+\":\"+m+\":\"+s;\n }", "time", "{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h = (S-S%3600)/3600;\n int m = ((S-h*3600)-(S-h*3600)%60)/60;\n int s = (S-h*3600-m*60);\n return 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 = (S-S%3600)/3600;", "h", "(S-S%3600)/3600", "(S-S%3600)", "S", "S%3600", "S", "3600", "3600", "int m = ((S-h*3600)-(S-h*3600)%60)/60;", "m", "((S-h*3600)-(S-h*3600)%60)/60", "((S-h*3600)-(S-h*3600)%60)", "(S-h*3600)", "S", "h*3600", "h", "3600", "(S-h*3600)%60", "(S-h*3600)", "S", "h*3600", "h", "3600", "60", "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", "return h+\":\"+m+\":\"+s;", "h+\":\"+m+\":\"+s", "\":\"", "m", "h+\":\"+m+\":\"+s", "h", "\":\"", "m", "\":\"", "s", "public class Main{\n public static void main(String[] args){\n System.out.println(Main.time());\n }\n\n public static String time(){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h = (S-S%3600)/3600;\n int m = ((S-h*3600)-(S-h*3600)%60)/60;\n int s = (S-h*3600-m*60);\n return h+\":\"+m+\":\"+s;\n }\n}", "public class Main{\n public static void main(String[] args){\n System.out.println(Main.time());\n }\n\n public static String time(){\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int h = (S-S%3600)/3600;\n int m = ((S-h*3600)-(S-h*3600)%60)/60;\n int s = (S-h*3600-m*60);\n return h+\":\"+m+\":\"+s;\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ System.out.println(Main.time()); } public static String time(){ Scanner scan = new Scanner(System.in); int S = scan.nextInt(); int h = (S-S%3600)/3600; int m = ((S-h*3600)-(S-h*3600)%60)/60; int s = (S-h*3600-m*60); return h+":"+m+":"+s; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 0, 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 ], [ 57, 5 ], [ 57, 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 ], [ 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.util.Scanner;\n\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s,m,h;\n\t\ts = sc.nextInt();\n\n\t\th = s / 3600;\n\t\tm = (s%3600) / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}\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,m,h;\n\t\ts = sc.nextInt();\n\n\t\th = s / 3600;\n\t\tm = (s%3600) / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s,m,h;\n\t\ts = sc.nextInt();\n\n\t\th = s / 3600;\n\t\tm = (s%3600) / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s,m,h;\n\t\ts = sc.nextInt();\n\n\t\th = s / 3600;\n\t\tm = (s%3600) / 60;\n\t\ts = s % 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", "s", "m", "m", "h;", "h", "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 % 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", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s,m,h;\n\t\ts = sc.nextInt();\n\n\t\th = s / 3600;\n\t\tm = (s%3600) / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s,m,h;\n\t\ts = sc.nextInt();\n\n\t\th = s / 3600;\n\t\tm = (s%3600) / 60;\n\t\ts = s % 60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int s,m,h; s = sc.nextInt(); h = s / 3600; m = (s%3600) / 60; 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, 4, 18, 13, 41, 13, 2, 13, 17, 41, 13, 2, 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 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 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 ], [ 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.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n \t//System.out.println(\"数字を入力してください\");\n \tScanner sc = new Scanner(System.in);\n \tint i = Integer.parseInt(sc.next());\n\n \tint h=i/3600;\n \tint a=i%3600;\n \tint m=a/60;\n \tint s=a%60;\n \tSystem.out.println(h+\":\"+m+\":\"+s);\n }\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) {\n \t//System.out.println(\"数字を入力してください\");\n \tScanner sc = new Scanner(System.in);\n \tint i = Integer.parseInt(sc.next());\n\n \tint h=i/3600;\n \tint a=i%3600;\n \tint m=a/60;\n \tint s=a%60;\n \tSystem.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String[] args) {\n \t//System.out.println(\"数字を入力してください\");\n \tScanner sc = new Scanner(System.in);\n \tint i = Integer.parseInt(sc.next());\n\n \tint h=i/3600;\n \tint a=i%3600;\n \tint m=a/60;\n \tint s=a%60;\n \tSystem.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n \t//System.out.println(\"数字を入力してください\");\n \tScanner sc = new Scanner(System.in);\n \tint i = Integer.parseInt(sc.next());\n\n \tint h=i/3600;\n \tint a=i%3600;\n \tint m=a/60;\n \tint s=a%60;\n \tSystem.out.println(h+\":\"+m+\":\"+s);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int i = Integer.parseInt(sc.next());", "i", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int h=i/3600;", "h", "i/3600", "i", "3600", "int a=i%3600;", "a", "i%3600", "i", "3600", "int m=a/60;", "m", "a/60", "a", "60", "int s=a%60;", "s", "a%60", "a", "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) { //System.out.println("数字を入力してください"); Scanner sc = new Scanner(System.in); int i = Integer.parseInt(sc.next()); int h=i/3600; int a=i%3600; int m=a/60; int s=a%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, 20, 41, 13, 4, 18, 13, 13, 4, 18, 18, 13, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 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 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 14, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 52, 57 ], [ 57, 58 ], [ 57, 59 ], [ 12, 60 ], [ 60, 61 ] ]
[ "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\tint a = Integer.parseInt(s);\n\t\tSystem.out.print(a/3600+\":\");\n\t\tint b = a % 3600;\n\t\tSystem.out.print(b/60+\":\");\n\t\tSystem.out.println(b%60);\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\tint a = Integer.parseInt(s);\n\t\tSystem.out.print(a/3600+\":\");\n\t\tint b = a % 3600;\n\t\tSystem.out.print(b/60+\":\");\n\t\tSystem.out.println(b%60);\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\tint a = Integer.parseInt(s);\n\t\tSystem.out.print(a/3600+\":\");\n\t\tint b = a % 3600;\n\t\tSystem.out.print(b/60+\":\");\n\t\tSystem.out.println(b%60);\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\tint a = Integer.parseInt(s);\n\t\tSystem.out.print(a/3600+\":\");\n\t\tint b = a % 3600;\n\t\tSystem.out.print(b/60+\":\");\n\t\tSystem.out.println(b%60);\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())", "int a = Integer.parseInt(s);", "a", "Integer.parseInt(s)", "Integer.parseInt", "Integer", "s", "System.out.print(a/3600+\":\")", "System.out.print", "System.out", "System", "System.out", "a/3600+\":\"", "a/3600", "a", "3600", "\":\"", "int b = a % 3600;", "b", "a % 3600", "a", "3600", "System.out.print(b/60+\":\")", "System.out.print", "System.out", "System", "System.out", "b/60+\":\"", "b/60", "b", "60", "\":\"", "System.out.println(b%60)", "System.out.println", "System.out", "System", "System.out", "b%60", "b", "60", "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()); int a = Integer.parseInt(s); System.out.print(a/3600+":"); int b = a % 3600; System.out.print(b/60+":"); System.out.println(b%60); } }
[ 7, 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, 41, 13, 17, 41, 13, 17, 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, 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 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 14, 32 ], [ 32, 33 ], [ 32, 34 ], [ 14, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 14, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 14, 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\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\t\n\t\tint second = Integer.parseInt(test);\n\t\tint minite = 0;\n\t\tint hour = 0;\n\t\t\n\t\tminite = second / 60;\n\t\tsecond %= 60;\n\t\thour = minite / 60;\n\t\tminite %= 60;\n\t\t\n\t\tSystem.out.println(hour+ \":\" + minite + \":\" + second);\n\t\t\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\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\t\n\t\tint second = Integer.parseInt(test);\n\t\tint minite = 0;\n\t\tint hour = 0;\n\t\t\n\t\tminite = second / 60;\n\t\tsecond %= 60;\n\t\thour = minite / 60;\n\t\tminite %= 60;\n\t\t\n\t\tSystem.out.println(hour+ \":\" + minite + \":\" + second);\n\t\t\n\t\t\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\t\n\t\tint second = Integer.parseInt(test);\n\t\tint minite = 0;\n\t\tint hour = 0;\n\t\t\n\t\tminite = second / 60;\n\t\tsecond %= 60;\n\t\thour = minite / 60;\n\t\tminite %= 60;\n\t\t\n\t\tSystem.out.println(hour+ \":\" + minite + \":\" + second);\n\t\t\n\t\t\n\t}", "main", "{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\t\n\t\tint second = Integer.parseInt(test);\n\t\tint minite = 0;\n\t\tint hour = 0;\n\t\t\n\t\tminite = second / 60;\n\t\tsecond %= 60;\n\t\thour = minite / 60;\n\t\tminite %= 60;\n\t\t\n\t\tSystem.out.println(hour+ \":\" + minite + \":\" + second);\n\t\t\n\t\t\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String test = br.readLine();", "test", "br.readLine()", "br.readLine", "br", "int second = Integer.parseInt(test);", "second", "Integer.parseInt(test)", "Integer.parseInt", "Integer", "test", "int minite = 0;", "minite", "0", "int hour = 0;", "hour", "0", "minite = second / 60", "minite", "second / 60", "second", "60", "second %= 60", "second", "60", "hour = minite / 60", "hour", "minite / 60", "minite", "60", "minite %= 60", "minite", "60", "System.out.println(hour+ \":\" + minite + \":\" + second)", "System.out.println", "System.out", "System", "System.out", "hour+ \":\" + minite + \":\" + second", "\":\"", "minite", "hour+ \":\" + minite + \":\" + second", "hour", "\":\"", "minite", "\":\"", "second", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\t\n\t\tint second = Integer.parseInt(test);\n\t\tint minite = 0;\n\t\tint hour = 0;\n\t\t\n\t\tminite = second / 60;\n\t\tsecond %= 60;\n\t\thour = minite / 60;\n\t\tminite %= 60;\n\t\t\n\t\tSystem.out.println(hour+ \":\" + minite + \":\" + second);\n\t\t\n\t\t\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\t\n\t\tint second = Integer.parseInt(test);\n\t\tint minite = 0;\n\t\tint hour = 0;\n\t\t\n\t\tminite = second / 60;\n\t\tsecond %= 60;\n\t\thour = minite / 60;\n\t\tminite %= 60;\n\t\t\n\t\tSystem.out.println(hour+ \":\" + minite + \":\" + second);\n\t\t\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 test = br.readLine(); int second = Integer.parseInt(test); int minite = 0; int hour = 0; minite = second / 60; second %= 60; hour = minite / 60; minite %= 60; System.out.println(hour+ ":" + minite + ":" + second); } }
[ 7, 15, 13, 17, 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, 2, 17, 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 ], [ 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 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 14, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 30, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 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 ], [ 12, 56 ], [ 56, 57 ] ]
[ "import java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S - 3600 * h) / 60;\n\t\tint s = S % 60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "import java.io.*;", "io.*", "java", "class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S - 3600 * h) / 60;\n\t\tint s = S % 60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}", "Main", "public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S - 3600 * h) / 60;\n\t\tint s = S % 60;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S - 3600 * h) / 60;\n\t\tint s = S % 60;\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 = S / 3600;", "h", "S / 3600", "S", "3600", "int m = (S - 3600 * h) / 60;", "m", "(S - 3600 * h) / 60", "(S - 3600 * h)", "S", "3600 * h", "3600", "h", "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.util.*; import java.lang.*; import java.io.*; class Main { public static void main (String[] args) throws java.lang.Exception { Scanner sc = new Scanner(System.in); int S = sc.nextInt(); int h = S / 3600; int m = (S - 3600 * h) / 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, 14, 2, 2, 13, 17, 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, 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 ], [ 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 ], [ 40, 42 ], [ 25, 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\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tif(i>=0 && i<86400){\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\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 i = sc.nextInt();\n\t\tif(i>=0 && i<86400){\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\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 i = sc.nextInt();\n\t\tif(i>=0 && i<86400){\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\n\t}", "solve", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tif(i>=0 && i<86400){\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int i = sc.nextInt();", "i", "sc.nextInt()", "sc.nextInt", "sc", "if(i>=0 && i<86400){\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}", "i>=0 && i<86400", "i>=0", "i", "0", "i<86400", "i", "86400", "{\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}", "int h = i / 3600;", "h", "i / 3600", "i", "3600", "int m = i % 3600 /60;", "m", "i % 3600 /60", "i % 3600", "i", "3600", "60", "int s = i % 60;", "s", "i % 60", "i", "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 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 i = sc.nextInt();\n\t\tif(i>=0 && i<86400){\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\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 i = sc.nextInt();\n\t\tif(i>=0 && i<86400){\n\t\t\tint h = i / 3600;\n\t\t\tint m = i % 3600 /60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\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 i = sc.nextInt(); if(i>=0 && i<86400){ int h = i / 3600; int m = i % 3600 /60; int s = i % 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, 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 ], [ 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 ], [ 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.util.Scanner;\n\nclass Main{\n public static void main(String args[]){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n\n int b;\n\n int c;\n\n int d;\n\n b = a % 60;\n\n c = a % 3600 / 60;\n\n d = a /3600;\n\n \n System.out.println(d+\":\"+c+\":\"+b);\n }\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 a = scan.nextInt();\n\n int b;\n\n int c;\n\n int d;\n\n b = a % 60;\n\n c = a % 3600 / 60;\n\n d = a /3600;\n\n \n System.out.println(d+\":\"+c+\":\"+b);\n }\n}", "Main", "public static void main(String args[]){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n\n int b;\n\n int c;\n\n int d;\n\n b = a % 60;\n\n c = a % 3600 / 60;\n\n d = a /3600;\n\n \n System.out.println(d+\":\"+c+\":\"+b);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n\n int b;\n\n int c;\n\n int d;\n\n b = a % 60;\n\n c = a % 3600 / 60;\n\n d = a /3600;\n\n \n System.out.println(d+\":\"+c+\":\"+b);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b;", "b", "int c;", "c", "int d;", "d", "b = a % 60", "b", "a % 60", "a", "60", "c = a % 3600 / 60", "c", "a % 3600 / 60", "a % 3600", "a", "3600", "60", "d = a /3600", "d", "a /3600", "a", "3600", "System.out.println(d+\":\"+c+\":\"+b)", "System.out.println", "System.out", "System", "System.out", "d+\":\"+c+\":\"+b", "\":\"", "c", "d+\":\"+c+\":\"+b", "d", "\":\"", "c", "\":\"", "b", "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; int c; int d; b = a % 60; c = a % 3600 / 60; d = a /3600; System.out.println(d+":"+c+":"+b); } }
[ 7, 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, 2, 13, 17, 0, 13, 2, 17, 13, 41, 13, 2, 13, 17, 0, 13, 2, 17, 13, 4, 18, 18, 13, 13, 17, 13, 13, 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 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 17, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 17, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 17, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 17, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 17, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 46, 52 ], [ 46, 53 ], [ 46, 54 ], [ 15, 55 ], [ 55, 56 ] ]
[ "import java.io.*;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int s = in.nextInt();\n int h = s / 3600;\n s -= 3600*h;\n int m = s / 60;\n s -= 60*m;\n System.out.printf(\"%d:%d:%d\\n\",h,m,s);\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Collections;", "Collections", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int s = in.nextInt();\n int h = s / 3600;\n s -= 3600*h;\n int m = s / 60;\n s -= 60*m;\n System.out.printf(\"%d:%d:%d\\n\",h,m,s);\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int s = in.nextInt();\n int h = s / 3600;\n s -= 3600*h;\n int m = s / 60;\n s -= 60*m;\n System.out.printf(\"%d:%d:%d\\n\",h,m,s);\n }", "main", "{\n Scanner in = new Scanner(System.in);\n int s = in.nextInt();\n int h = s / 3600;\n s -= 3600*h;\n int m = s / 60;\n s -= 60*m;\n System.out.printf(\"%d:%d:%d\\n\",h,m,s);\n }", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int s = in.nextInt();", "s", "in.nextInt()", "in.nextInt", "in", "int h = s / 3600;", "h", "s / 3600", "s", "3600", "s -= 3600*h", "s", "3600*h", "3600", "h", "int m = s / 60;", "m", "s / 60", "s", "60", "s -= 60*m", "s", "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" ]
import java.io.*; import java.util.ArrayList; import java.util.Collections; import java.util.Scanner; class Main { public static void main(String[] args) throws IOException { Scanner in = new Scanner(System.in); int s = in.nextInt(); int h = s / 3600; s -= 3600*h; int m = s / 60; s -= 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, 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 ], [ 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 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 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\tpublic static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tint s = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tint hour = s / 3600;\n\t\tint minute = (s / 60) % 60;\n\t\tint second = s % 60;\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 input = new Scanner(System.in);\n\t\tint s = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tint hour = s / 3600;\n\t\tint minute = (s / 60) % 60;\n\t\tint second = s % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tint s = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tint hour = s / 3600;\n\t\tint minute = (s / 60) % 60;\n\t\tint second = s % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "main", "{\n\t\tScanner input = new Scanner(System.in);\n\t\tint s = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tint hour = s / 3600;\n\t\tint minute = (s / 60) % 60;\n\t\tint second = s % 60;\n\t\t\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\t}", "Scanner input = new Scanner(System.in);", "input", "new Scanner(System.in)", "int s = input.nextInt();", "s", "input.nextInt()", "input.nextInt", "input", "input.close()", "input.close", "input", "int hour = s / 3600;", "hour", "s / 3600", "s", "3600", "int minute = (s / 60) % 60;", "minute", "(s / 60) % 60", "(s / 60)", "s", "60", "60", "int second = s % 60;", "second", "s % 60", "s", "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) {\n\t\tScanner input = new Scanner(System.in);\n\t\tint s = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tint hour = s / 3600;\n\t\tint minute = (s / 60) % 60;\n\t\tint second = s % 60;\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 input = new Scanner(System.in);\n\t\tint s = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tint hour = s / 3600;\n\t\tint minute = (s / 60) % 60;\n\t\tint second = s % 60;\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 input = new Scanner(System.in); int s = input.nextInt(); input.close(); int hour = s / 3600; int minute = (s / 60) % 60; int second = s % 60; System.out.println(hour + ":" + minute + ":" + second); } }
[ 7, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 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 ], [ 36, 2 ], [ 36, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 5, 11 ], [ 11, 12 ], [ 12, 13 ], [ 13, 14 ], [ 13, 15 ], [ 11, 16 ], [ 19, 17 ], [ 17, 18 ], [ 24, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 19, 23 ], [ 24, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 17, 29 ], [ 19, 30 ], [ 30, 31 ], [ 30, 32 ], [ 3, 33 ], [ 33, 34 ], [ 0, 35 ], [ 35, 36 ], [ 35, 37 ] ]
[ "public class Main{public static void main(String[]z){int a=new java.util.Scanner(System.in).nextInt();System.out.println(a/3600+\":\"+a/60%60+\":\"+a%60);}}", "public class Main{public static void main(String[]z){int a=new java.util.Scanner(System.in).nextInt();System.out.println(a/3600+\":\"+a/60%60+\":\"+a%60);}}", "Main", "public static void main(String[]z){int a=new java.util.Scanner(System.in).nextInt();System.out.println(a/3600+\":\"+a/60%60+\":\"+a%60);}", "main", "{int a=new java.util.Scanner(System.in).nextInt();System.out.println(a/3600+\":\"+a/60%60+\":\"+a%60);}", "int a=new java.util.Scanner(System.in).nextInt();", "a", "new java.util.Scanner(System.in).nextInt()", "new java.util.Scanner(System.in).nextInt", "new java.util.Scanner(System.in)", "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[]z", "z", "public class Main{public static void main(String[]z){int a=new java.util.Scanner(System.in).nextInt();System.out.println(a/3600+\":\"+a/60%60+\":\"+a%60);}}", "public class Main{public static void main(String[]z){int a=new java.util.Scanner(System.in).nextInt();System.out.println(a/3600+\":\"+a/60%60+\":\"+a%60);}}", "Main" ]
public class Main{public static void main(String[]z){int a=new java.util.Scanner(System.in).nextInt();System.out.println(a/3600+":"+a/60%60+":"+a%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, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 17, 13, 4, 18, 18, 13, 13, 2, 17, 13, 4, 18, 18, 13, 13, 2, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 61, 5 ], [ 61, 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 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 55, 56 ], [ 55, 57 ], [ 6, 58 ], [ 58, 59 ], [ 0, 60 ], [ 60, 61 ], [ 60, 62 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint h = i / 3600;\n\t\t\tint m = (i / 60) % 60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.print(\"\" + h);\n\t\t\tSystem.out.print(\":\" + m);\n\t\t\tSystem.out.println(\":\"+ s);\n\t\t\t\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\t\tint i = scan.nextInt();\n\t\t\tint h = i / 3600;\n\t\t\tint m = (i / 60) % 60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.print(\"\" + h);\n\t\t\tSystem.out.print(\":\" + m);\n\t\t\tSystem.out.println(\":\"+ s);\n\t\t\t\n\t}\n}", "Main", "public static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint h = i / 3600;\n\t\t\tint m = (i / 60) % 60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.print(\"\" + h);\n\t\t\tSystem.out.print(\":\" + m);\n\t\t\tSystem.out.println(\":\"+ s);\n\t\t\t\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint h = i / 3600;\n\t\t\tint m = (i / 60) % 60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.print(\"\" + h);\n\t\t\tSystem.out.print(\":\" + m);\n\t\t\tSystem.out.println(\":\"+ s);\n\t\t\t\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int i = scan.nextInt();", "i", "scan.nextInt()", "scan.nextInt", "scan", "int h = i / 3600;", "h", "i / 3600", "i", "3600", "int m = (i / 60) % 60;", "m", "(i / 60) % 60", "(i / 60)", "i", "60", "60", "int s = i % 60;", "s", "i % 60", "i", "60", "System.out.print(\"\" + h)", "System.out.print", "System.out", "System", "System.out", "\"\" + h", "\"\"", "h", "System.out.print(\":\" + m)", "System.out.print", "System.out", "System", "System.out", "\":\" + m", "\":\"", "m", "System.out.println(\":\"+ s)", "System.out.println", "System.out", "System", "System.out", "\":\"+ s", "\":\"", "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\t\tint i = scan.nextInt();\n\t\t\tint h = i / 3600;\n\t\t\tint m = (i / 60) % 60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.print(\"\" + h);\n\t\t\tSystem.out.print(\":\" + m);\n\t\t\tSystem.out.println(\":\"+ s);\n\t\t\t\n\t}\n}", "public class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint i = scan.nextInt();\n\t\t\tint h = i / 3600;\n\t\t\tint m = (i / 60) % 60;\n\t\t\tint s = i % 60;\n\t\t\tSystem.out.print(\"\" + h);\n\t\t\tSystem.out.print(\":\" + m);\n\t\t\tSystem.out.println(\":\"+ s);\n\t\t\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String args []){ Scanner scan = new Scanner(System.in); int i = scan.nextInt(); int h = i / 3600; int m = (i / 60) % 60; int s = i % 60; System.out.print("" + h); System.out.print(":" + m); System.out.println(":"+ s); } }
[ 7, 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, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 4, 18, 13, 23, 13, 23, 13, 12, 13, 30, 4, 18, 20, 18, 13, 13, 18, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 60, 2 ], [ 60, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 5, 9 ], [ 9, 10 ], [ 5, 11 ], [ 11, 12 ], [ 11, 13 ], [ 13, 14 ], [ 14, 15 ], [ 5, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 24, 22 ], [ 22, 23 ], [ 29, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 29, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 22, 34 ], [ 24, 35 ], [ 35, 36 ], [ 35, 37 ], [ 5, 38 ], [ 38, 39 ], [ 39, 40 ], [ 3, 41 ], [ 41, 42 ], [ 3, 43 ], [ 43, 44 ], [ 60, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 48, 54 ], [ 54, 55 ], [ 54, 56 ], [ 45, 57 ], [ 57, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ] ]
[ "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int s;\n s = sc.nextInt();\n System.out.println((s / 3600) + \":\" + ((s % 3600) / 60) + \":\" + (s % 60));\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int s;\n s = sc.nextInt();\n System.out.println((s / 3600) + \":\" + ((s % 3600) / 60) + \":\" + (s % 60));\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "Main", "public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int s;\n s = sc.nextInt();\n System.out.println((s / 3600) + \":\" + ((s % 3600) / 60) + \":\" + (s % 60));\n/*fin*/\n sc.close();\n }", "run", "{\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int s;\n s = sc.nextInt();\n System.out.println((s / 3600) + \":\" + ((s % 3600) / 60) + \":\" + (s % 60));\n/*fin*/\n sc.close();\n }", "java.util.Scanner sc = new java.util.Scanner(in);", "sc", "new java.util.Scanner(in)", "int s;", "s", "s = sc.nextInt()", "s", "sc.nextInt()", "sc.nextInt", "sc", "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", "sc.close()", "sc.close", "sc", "java.io.InputStream in", "in", "java.io.PrintStream out", "out", "public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }", "main", "{\n (new Main()).run(System.in, System.out);\n }", "(new Main()).run(System.in, System.out)", "(new Main()).run", "(new Main())", "System.in", "System", "System.in", "System.out", "System", "System.out", "String[] args", "args", "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int s;\n s = sc.nextInt();\n System.out.println((s / 3600) + \":\" + ((s % 3600) / 60) + \":\" + (s % 60));\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int s;\n s = sc.nextInt();\n System.out.println((s / 3600) + \":\" + ((s % 3600) / 60) + \":\" + (s % 60));\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "Main" ]
public class Main{ public void run(java.io.InputStream in, java.io.PrintStream out){ java.util.Scanner sc = new java.util.Scanner(in); /*answer*/ int s; s = sc.nextInt(); System.out.println((s / 3600) + ":" + ((s % 3600) / 60) + ":" + (s % 60)); /*fin*/ sc.close(); } public static void main(String[] args){ (new Main()).run(System.in, System.out); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 4, 18, 13, 14, 2, 13, 2, 17, 17, 30, 0, 13, 2, 13, 2, 17, 17, 0, 13, 2, 13, 2, 2, 13, 17, 17, 14, 2, 13, 17, 30, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 80, 5 ], [ 80, 6 ], [ 6, 7 ], [ 6, 8 ], [ 80, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 11, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 11, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 26, 28 ], [ 23, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 42, 42 ], [ 42, 43 ], [ 42, 44 ], [ 42, 45 ], [ 11, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 53, 55 ], [ 11, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 60, 62 ], [ 11, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 71, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 69, 75 ], [ 71, 76 ], [ 9, 77 ], [ 77, 78 ], [ 0, 79 ], [ 79, 80 ], [ 79, 81 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tstatic Scanner scan = new Scanner(System.in);\n\t\n\tpublic static void main(String[] args){\n\t\tint min = 0, hour = 0;\n\t//\tint sec = Integer.parseInt(args[0]);\n\t\tint sec = scan.nextInt();\n\t\tif(sec >= 60*60){\n\t\t\thour = sec / (60 *60);\n\t\t}\n\t\t\tsec = sec - hour*60*60;\n\n\t\tif(sec>=60){\n\t\t\tmin = sec /60;\n\t\t}\n\t\tsec = sec - min * 60;\n\t//\tint sec = sec % 60;\n\t\tSystem.out.println(hour + \":\" + min +\":\" + sec);\n\t}\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tstatic Scanner scan = new Scanner(System.in);\n\t\n\tpublic static void main(String[] args){\n\t\tint min = 0, hour = 0;\n\t//\tint sec = Integer.parseInt(args[0]);\n\t\tint sec = scan.nextInt();\n\t\tif(sec >= 60*60){\n\t\t\thour = sec / (60 *60);\n\t\t}\n\t\t\tsec = sec - hour*60*60;\n\n\t\tif(sec>=60){\n\t\t\tmin = sec /60;\n\t\t}\n\t\tsec = sec - min * 60;\n\t//\tint sec = sec % 60;\n\t\tSystem.out.println(hour + \":\" + min +\":\" + sec);\n\t}\n}", "Main", "static Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "public static void main(String[] args){\n\t\tint min = 0, hour = 0;\n\t//\tint sec = Integer.parseInt(args[0]);\n\t\tint sec = scan.nextInt();\n\t\tif(sec >= 60*60){\n\t\t\thour = sec / (60 *60);\n\t\t}\n\t\t\tsec = sec - hour*60*60;\n\n\t\tif(sec>=60){\n\t\t\tmin = sec /60;\n\t\t}\n\t\tsec = sec - min * 60;\n\t//\tint sec = sec % 60;\n\t\tSystem.out.println(hour + \":\" + min +\":\" + sec);\n\t}", "main", "{\n\t\tint min = 0, hour = 0;\n\t//\tint sec = Integer.parseInt(args[0]);\n\t\tint sec = scan.nextInt();\n\t\tif(sec >= 60*60){\n\t\t\thour = sec / (60 *60);\n\t\t}\n\t\t\tsec = sec - hour*60*60;\n\n\t\tif(sec>=60){\n\t\t\tmin = sec /60;\n\t\t}\n\t\tsec = sec - min * 60;\n\t//\tint sec = sec % 60;\n\t\tSystem.out.println(hour + \":\" + min +\":\" + sec);\n\t}", "int min = 0", "min", "0", "hour = 0;", "hour", "0", "int sec = scan.nextInt();", "sec", "scan.nextInt()", "scan.nextInt", "scan", "if(sec >= 60*60){\n\t\t\thour = sec / (60 *60);\n\t\t}", "sec >= 60*60", "sec", "60*60", "60", "60", "{\n\t\t\thour = sec / (60 *60);\n\t\t}", "hour = sec / (60 *60)", "hour", "sec / (60 *60)", "sec", "(60 *60)", "60", "60", "sec = sec - hour*60*60", "sec", "sec - hour*60*60", "sec", "hour*60*60", "hour*60*60", "hour", "60", "60", "if(sec>=60){\n\t\t\tmin = sec /60;\n\t\t}", "sec>=60", "sec", "60", "{\n\t\t\tmin = sec /60;\n\t\t}", "min = sec /60", "min", "sec /60", "sec", "60", "sec = sec - min * 60", "sec", "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", "public class Main {\n\n\tstatic Scanner scan = new Scanner(System.in);\n\t\n\tpublic static void main(String[] args){\n\t\tint min = 0, hour = 0;\n\t//\tint sec = Integer.parseInt(args[0]);\n\t\tint sec = scan.nextInt();\n\t\tif(sec >= 60*60){\n\t\t\thour = sec / (60 *60);\n\t\t}\n\t\t\tsec = sec - hour*60*60;\n\n\t\tif(sec>=60){\n\t\t\tmin = sec /60;\n\t\t}\n\t\tsec = sec - min * 60;\n\t//\tint sec = sec % 60;\n\t\tSystem.out.println(hour + \":\" + min +\":\" + sec);\n\t}\n}", "public class Main {\n\n\tstatic Scanner scan = new Scanner(System.in);\n\t\n\tpublic static void main(String[] args){\n\t\tint min = 0, hour = 0;\n\t//\tint sec = Integer.parseInt(args[0]);\n\t\tint sec = scan.nextInt();\n\t\tif(sec >= 60*60){\n\t\t\thour = sec / (60 *60);\n\t\t}\n\t\t\tsec = sec - hour*60*60;\n\n\t\tif(sec>=60){\n\t\t\tmin = sec /60;\n\t\t}\n\t\tsec = sec - min * 60;\n\t//\tint sec = sec % 60;\n\t\tSystem.out.println(hour + \":\" + min +\":\" + sec);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { static Scanner scan = new Scanner(System.in); public static void main(String[] args){ int min = 0, hour = 0; // int sec = Integer.parseInt(args[0]); int sec = scan.nextInt(); if(sec >= 60*60){ hour = sec / (60 *60); } sec = sec - hour*60*60; if(sec>=60){ min = sec /60; } sec = sec - min * 60; // int sec = sec % 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, 2, 13, 17, 41, 13, 4, 18, 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, 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 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 27, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 30, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 39, 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 ], [ 0, 64 ], [ 64, 65 ], [ 64, 66 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int x = s.nextInt();\n int hour = (int)Math.ceil(x / 3600);\n int minutes = (int)Math.ceil((x - hour * 3600 ) / 60);\n int second = (x - hour * 3600 - minutes * 60);\n\n System.out.println(hour + \":\" + minutes + \":\" +second);\n }\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int x = s.nextInt();\n int hour = (int)Math.ceil(x / 3600);\n int minutes = (int)Math.ceil((x - hour * 3600 ) / 60);\n int second = (x - hour * 3600 - minutes * 60);\n\n System.out.println(hour + \":\" + minutes + \":\" +second);\n }\n\n}", "Main", "public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int x = s.nextInt();\n int hour = (int)Math.ceil(x / 3600);\n int minutes = (int)Math.ceil((x - hour * 3600 ) / 60);\n int second = (x - hour * 3600 - minutes * 60);\n\n System.out.println(hour + \":\" + minutes + \":\" +second);\n }", "main", "{\n Scanner s = new Scanner(System.in);\n int x = s.nextInt();\n int hour = (int)Math.ceil(x / 3600);\n int minutes = (int)Math.ceil((x - hour * 3600 ) / 60);\n int second = (x - hour * 3600 - minutes * 60);\n\n System.out.println(hour + \":\" + minutes + \":\" +second);\n }", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int x = s.nextInt();", "x", "s.nextInt()", "s.nextInt", "s", "int hour = (int)Math.ceil(x / 3600);", "hour", "(int)Math.ceil(x / 3600)", "Math.ceil", "Math", "x / 3600", "x", "3600", "int minutes = (int)Math.ceil((x - hour * 3600 ) / 60);", "minutes", "(int)Math.ceil((x - hour * 3600 ) / 60)", "Math.ceil", "Math", "(x - hour * 3600 ) / 60", "(x - hour * 3600 )", "x", "hour * 3600", "hour", "3600", "60", "int second = (x - hour * 3600 - minutes * 60);", "second", "(x - hour * 3600 - minutes * 60)", "x - hour * 3600 - minutes * 60", "x", "hour * 3600", "hour", "3600", "minutes * 60", "minutes", "60", "System.out.println(hour + \":\" + minutes + \":\" +second)", "System.out.println", "System.out", "System", "System.out", "hour + \":\" + minutes + \":\" +second", "\":\"", "minutes", "hour + \":\" + minutes + \":\" +second", "hour", "\":\"", "minutes", "\":\"", "second", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int x = s.nextInt();\n int hour = (int)Math.ceil(x / 3600);\n int minutes = (int)Math.ceil((x - hour * 3600 ) / 60);\n int second = (x - hour * 3600 - minutes * 60);\n\n System.out.println(hour + \":\" + minutes + \":\" +second);\n }\n\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int x = s.nextInt();\n int hour = (int)Math.ceil(x / 3600);\n int minutes = (int)Math.ceil((x - hour * 3600 ) / 60);\n int second = (x - hour * 3600 - minutes * 60);\n\n System.out.println(hour + \":\" + minutes + \":\" +second);\n }\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); int x = s.nextInt(); int hour = (int)Math.ceil(x / 3600); int minutes = (int)Math.ceil((x - hour * 3600 ) / 60); int second = (x - hour * 3600 - minutes * 60); System.out.println(hour + ":" + minutes + ":" +second); } }
[ 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, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 63, 11 ], [ 63, 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 ], [ 33, 35 ], [ 14, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 14, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 14, 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 ], [ 12, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n \npublic class Main {\n \n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\n\tint input = Integer.parseInt(br.readLine());\n\t\n\tint h = input/3600;\n\tint ms = input%3600;\n\tint m = ms/60;\n\tint s = ms%60;\n\n\tSystem.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", "public class Main {\n \n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\n\tint input = Integer.parseInt(br.readLine());\n\t\n\tint h = input/3600;\n\tint ms = input%3600;\n\tint m = ms/60;\n\tint s = ms%60;\n\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\n\tint input = Integer.parseInt(br.readLine());\n\t\n\tint h = input/3600;\n\tint ms = input%3600;\n\tint m = ms/60;\n\tint s = ms%60;\n\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\n\tint input = Integer.parseInt(br.readLine());\n\t\n\tint h = input/3600;\n\tint ms = input%3600;\n\tint m = ms/60;\n\tint s = ms%60;\n\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int input = Integer.parseInt(br.readLine());", "input", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "int h = input/3600;", "h", "input/3600", "input", "3600", "int ms = input%3600;", "ms", "input%3600", "input", "3600", "int m = ms/60;", "m", "ms/60", "ms", "60", "int s = ms%60;", "s", "ms%60", "ms", "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 public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\n\tint input = Integer.parseInt(br.readLine());\n\t\n\tint h = input/3600;\n\tint ms = input%3600;\n\tint m = ms/60;\n\tint s = ms%60;\n\n\tSystem.out.println(h + \":\" + m + \":\" + s);\n }\n}", "public class Main {\n \n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\n\tint input = Integer.parseInt(br.readLine());\n\t\n\tint h = input/3600;\n\tint ms = input%3600;\n\tint m = ms/60;\n\tint s = ms%60;\n\n\tSystem.out.println(h + \":\" + m + \":\" + s);\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 input = Integer.parseInt(br.readLine()); int h = input/3600; int ms = input%3600; int m = ms/60; int s = ms%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, 13, 17, 41, 13, 2, 13, 17, 41, 13, 2, 13, 17, 41, 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 ], [ 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 ], [ 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 ], [ 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 ] ]
[ "\nimport 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 S = sc.nextInt();\n\n\t\t//\n\t\tint s = S % 60;\n\t\tint M = S / 60;\n\t\tint m = M % 60;\n\t\tint H = M / 60;\n\t\tint h = H;\n\n\t\t// ret\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\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 S = sc.nextInt();\n\n\t\t//\n\t\tint s = S % 60;\n\t\tint M = S / 60;\n\t\tint m = M % 60;\n\t\tint H = M / 60;\n\t\tint h = H;\n\n\t\t// ret\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\t\tint S = sc.nextInt();\n\n\t\t//\n\t\tint s = S % 60;\n\t\tint M = S / 60;\n\t\tint m = M % 60;\n\t\tint H = M / 60;\n\t\tint h = H;\n\n\t\t// ret\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\n\t\t//\n\t\tint s = S % 60;\n\t\tint M = S / 60;\n\t\tint m = M % 60;\n\t\tint H = M / 60;\n\t\tint h = H;\n\n\t\t// ret\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 s = S % 60;", "s", "S % 60", "S", "60", "int M = S / 60;", "M", "S / 60", "S", "60", "int m = M % 60;", "m", "M % 60", "M", "60", "int H = M / 60;", "H", "M / 60", "M", "60", "int h = H;", "h", "H", "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 sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\n\t\t//\n\t\tint s = S % 60;\n\t\tint M = S / 60;\n\t\tint m = M % 60;\n\t\tint H = M / 60;\n\t\tint h = H;\n\n\t\t// ret\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\n\t\t//\n\t\tint s = S % 60;\n\t\tint M = S / 60;\n\t\tint m = M % 60;\n\t\tint H = M / 60;\n\t\tint h = H;\n\n\t\t// ret\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 sc = new Scanner(System.in); int S = sc.nextInt(); // int s = S % 60; int M = S / 60; int m = M % 60; int H = M / 60; int h = H; // ret 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, 2, 2, 13, 17, 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 ], [ 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 ], [ 20, 20 ], [ 20, 21 ], [ 20, 22 ], [ 20, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 30, 30 ], [ 30, 31 ], [ 30, 32 ], [ 30, 33 ], [ 26, 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.util.Scanner;\n\npublic 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 int m = (s - h * 60 * 60) / 60;\n s = s % 60;\n\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 Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = s / 60 / 60;\n int m = (s - h * 60 * 60) / 60;\n s = s % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\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 int m = (s - h * 60 * 60) / 60;\n s = s % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = s / 60 / 60;\n int m = (s - h * 60 * 60) / 60;\n s = s % 60;\n\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 = s / 60 / 60;", "h", "s / 60 / 60", "s / 60 / 60", "s", "60", "60", "int m = (s - h * 60 * 60) / 60;", "m", "(s - h * 60 * 60) / 60", "(s - h * 60 * 60)", "s", "h * 60 * 60", "h * 60 * 60", "h", "60", "60", "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", "public 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 int m = (s - h * 60 * 60) / 60;\n s = s % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "public 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 int m = (s - h * 60 * 60) / 60;\n s = s % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }\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 h = s / 60 / 60; int m = (s - h * 60 * 60) / 60; 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, 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 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 32, 32 ], [ 32, 33 ], [ 32, 34 ], [ 32, 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{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint s = sc.nextInt ();\n\n\t\tint s1 = s % 60;\n\t\tint s2 = ( s / 60 ) % 60;\n\t\tint s3 = s / 60 / 60;\n\t\t\n\t\tSystem.out.println ( s3 + \":\" + s2 + \":\" + s1 );\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint s = sc.nextInt ();\n\n\t\tint s1 = s % 60;\n\t\tint s2 = ( s / 60 ) % 60;\n\t\tint s3 = s / 60 / 60;\n\t\t\n\t\tSystem.out.println ( s3 + \":\" + s2 + \":\" + s1 );\n\t}\n}", "Main", "public static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint s = sc.nextInt ();\n\n\t\tint s1 = s % 60;\n\t\tint s2 = ( s / 60 ) % 60;\n\t\tint s3 = s / 60 / 60;\n\t\t\n\t\tSystem.out.println ( s3 + \":\" + s2 + \":\" + s1 );\n\t}", "main", "{\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint s = sc.nextInt ();\n\n\t\tint s1 = s % 60;\n\t\tint s2 = ( s / 60 ) % 60;\n\t\tint s3 = s / 60 / 60;\n\t\t\n\t\tSystem.out.println ( s3 + \":\" + s2 + \":\" + s1 );\n\t}", "Scanner sc = new Scanner ( System.in );", "sc", "new Scanner ( System.in )", "int s = sc.nextInt ();", "s", "sc.nextInt ()", "sc.nextInt", "sc", "int s1 = s % 60;", "s1", "s % 60", "s", "60", "int s2 = ( s / 60 ) % 60;", "s2", "( s / 60 ) % 60", "( s / 60 )", "s", "60", "60", "int s3 = s / 60 / 60;", "s3", "s / 60 / 60", "s / 60 / 60", "s", "60", "60", "System.out.println ( s3 + \":\" + s2 + \":\" + s1 )", "System.out.println", "System.out", "System", "System.out", "s3 + \":\" + s2 + \":\" + s1", "\":\"", "s2", "s3 + \":\" + s2 + \":\" + s1", "s3", "\":\"", "s2", "\":\"", "s1", "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 s1 = s % 60; int s2 = ( s / 60 ) % 60; int s3 = s / 60 / 60; System.out.println ( s3 + ":" + s2 + ":" + s1 ); } }
[ 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, 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 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 32, 32 ], [ 32, 33 ], [ 32, 34 ], [ 32, 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\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint ts = sc.nextInt();\n\t\tint h = ts/3600;\n\t\tint m = ts%3600/60;\n\t\tint s = ts%3600%60;\n\t\tSystem.out.println(h + \":\" + m +\":\" + s);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint ts = sc.nextInt();\n\t\tint h = ts/3600;\n\t\tint m = ts%3600/60;\n\t\tint s = ts%3600%60;\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\t\tint ts = sc.nextInt();\n\t\tint h = ts/3600;\n\t\tint m = ts%3600/60;\n\t\tint s = ts%3600%60;\n\t\tSystem.out.println(h + \":\" + m +\":\" + s);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint ts = sc.nextInt();\n\t\tint h = ts/3600;\n\t\tint m = ts%3600/60;\n\t\tint s = ts%3600%60;\n\t\tSystem.out.println(h + \":\" + m +\":\" + s);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int ts = sc.nextInt();", "ts", "sc.nextInt()", "sc.nextInt", "sc", "int h = ts/3600;", "h", "ts/3600", "ts", "3600", "int m = ts%3600/60;", "m", "ts%3600/60", "ts%3600", "ts", "3600", "60", "int s = ts%3600%60;", "s", "ts%3600%60", "ts%3600%60", "ts", "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 ts = sc.nextInt(); int h = ts/3600; int m = ts%3600/60; int s = ts%3600%60; System.out.println(h + ":" + m +":" + s); } }
[ 7, 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, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 56, 5 ], [ 56, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 15, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 29, 30 ], [ 22, 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 ], [ 50, 52 ], [ 6, 53 ], [ 53, 54 ], [ 0, 55 ], [ 55, 56 ], [ 55, 57 ] ]
[ "import java.io.*;\n\npublic class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}", "import java.io.*;", "io.*", "java", "public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}", "Main", "public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }", "main", "{\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }", "InputStreamReader isr = new InputStreamReader(System.in);", "isr", "new InputStreamReader(System.in)", "BufferedReader br = new BufferedReader(isr);", "br", "new BufferedReader(isr)", "try {\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n } catch(IOException e) {\n e.printStackTrace();\n }", "catch(IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n }", "int S = Integer.parseInt(br.readLine());", "S", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "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", "public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}", "public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n int S = Integer.parseInt(br.readLine());\n System.out.println(S / 3600 + \":\" + S % 3600 / 60 + \":\" + S % 60);\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) { InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(isr); try { int S = Integer.parseInt(br.readLine()); System.out.println(S / 3600 + ":" + S % 3600 / 60 + ":" + S % 60); } catch(IOException e) { e.printStackTrace(); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 14, 2, 13, 17, 30, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 68, 11 ], [ 68, 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 ], [ 24, 25 ], [ 24, 26 ], [ 23, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 27, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 27, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 27, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 27, 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, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\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", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\n\t\t}\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\n\t\t}\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\n\t\t}\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", "if( line != null ){\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\n\t\t}", "line != null", "line", "null", "{\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\n\t\t}", "int input = Integer.parseInt(line);", "input", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "int HH = input/3600;", "HH", "input/3600", "input", "3600", "int mi = input%3600/60;", "mi", "input%3600/60", "input%3600", "input", "3600", "60", "int SS = input%60;", "SS", "input%60", "input", "60", "System.out.println(HH+\":\"+mi+\":\"+SS)", "System.out.println", "System.out", "System", "System.out", "HH+\":\"+mi+\":\"+SS", "\":\"", "mi", "HH+\":\"+mi+\":\"+SS", "HH", "\":\"", "mi", "\":\"", "SS", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\n\t\t}\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tint input = Integer.parseInt(line);\n\t\t\tint HH = input/3600;\n\t\t\tint mi = input%3600/60;\n\t\t\tint SS = input%60;\n\n\t\t\tSystem.out.println(HH+\":\"+mi+\":\"+SS);\n\t\t}\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, NumberFormatException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); if( line != null ){ int input = Integer.parseInt(line); int HH = input/3600; int mi = input%3600/60; int SS = input%60; System.out.println(HH+":"+mi+":"+SS); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 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, 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 ], [ 71, 5 ], [ 71, 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 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 26, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 50, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 50, 55 ], [ 49, 56 ], [ 56, 57 ], [ 57, 58 ], [ 56, 59 ], [ 48, 60 ], [ 50, 61 ], [ 61, 62 ], [ 62, 63 ], [ 61, 64 ], [ 8, 65 ], [ 65, 66 ], [ 66, 67 ], [ 6, 68 ], [ 68, 69 ], [ 0, 70 ], [ 70, 71 ], [ 70, 72 ] ]
[ "import java.util.Scanner;\n\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint input= scanner.nextInt();\n\t\tint hour=input/(60*60);\n\t\tint minute= (input%(60*60))/60;\n\t\tint second= (input%(60*60))%60;\n\t\tSystem.out.println(Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second));\n\t\tscanner.close();\n\t}\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 input= scanner.nextInt();\n\t\tint hour=input/(60*60);\n\t\tint minute= (input%(60*60))/60;\n\t\tint second= (input%(60*60))%60;\n\t\tSystem.out.println(Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second));\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 input= scanner.nextInt();\n\t\tint hour=input/(60*60);\n\t\tint minute= (input%(60*60))/60;\n\t\tint second= (input%(60*60))%60;\n\t\tSystem.out.println(Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second));\n\t\tscanner.close();\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint input= scanner.nextInt();\n\t\tint hour=input/(60*60);\n\t\tint minute= (input%(60*60))/60;\n\t\tint second= (input%(60*60))%60;\n\t\tSystem.out.println(Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second));\n\t\tscanner.close();\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int input= scanner.nextInt();", "input", "scanner.nextInt()", "scanner.nextInt", "scanner", "int hour=input/(60*60);", "hour", "input/(60*60)", "input", "(60*60)", "60", "60", "int minute= (input%(60*60))/60;", "minute", "(input%(60*60))/60", "(input%(60*60))", "input", "(60*60)", "60", "60", "60", "int second= (input%(60*60))%60;", "second", "(input%(60*60))%60", "(input%(60*60))", "input", "(60*60)", "60", "60", "60", "System.out.println(Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second))", "System.out.println", "System.out", "System", "System.out", "Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second)", "\":\"", "Integer.toString(minute)", "Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second)", "Integer.toString(hour)", "Integer.toString", "Integer", "hour", "\":\"", "Integer.toString(minute)", "Integer.toString", "Integer", "minute", "\":\"", "Integer.toString(second)", "Integer.toString", "Integer", "second", "scanner.close()", "scanner.close", "scanner", "String args[]", "args", "public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint input= scanner.nextInt();\n\t\tint hour=input/(60*60);\n\t\tint minute= (input%(60*60))/60;\n\t\tint second= (input%(60*60))%60;\n\t\tSystem.out.println(Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second));\n\t\tscanner.close();\n\t}\n}", "public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint input= scanner.nextInt();\n\t\tint hour=input/(60*60);\n\t\tint minute= (input%(60*60))/60;\n\t\tint second= (input%(60*60))%60;\n\t\tSystem.out.println(Integer.toString(hour)+\":\"+Integer.toString(minute)+\":\"+Integer.toString(second));\n\t\tscanner.close();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String args[]){ Scanner scanner = new Scanner(System.in); int input= scanner.nextInt(); int hour=input/(60*60); int minute= (input%(60*60))/60; int second= (input%(60*60))%60; System.out.println(Integer.toString(hour)+":"+Integer.toString(minute)+":"+Integer.toString(second)); scanner.close(); } }
[ 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, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 4, 18, 13, 17, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 49, 5 ], [ 49, 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 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 39, 43 ], [ 39, 44 ], [ 39, 45 ], [ 6, 46 ], [ 46, 47 ], [ 0, 48 ], [ 48, 49 ], [ 48, 50 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = num1/3600;\n\t\tint num3 = num1%3600/60;\n\t\tint num4 = num1%60;\n\t\tSystem.out.println(String.format(\"%s:%s:%s\", num2,num3,num4));\n\t}\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 num1 = scanner.nextInt();\n\t\tint num2 = num1/3600;\n\t\tint num3 = num1%3600/60;\n\t\tint num4 = num1%60;\n\t\tSystem.out.println(String.format(\"%s:%s:%s\", num2,num3,num4));\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = num1/3600;\n\t\tint num3 = num1%3600/60;\n\t\tint num4 = num1%60;\n\t\tSystem.out.println(String.format(\"%s:%s:%s\", num2,num3,num4));\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = num1/3600;\n\t\tint num3 = num1%3600/60;\n\t\tint num4 = num1%60;\n\t\tSystem.out.println(String.format(\"%s:%s:%s\", num2,num3,num4));\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int num1 = scanner.nextInt();", "num1", "scanner.nextInt()", "scanner.nextInt", "scanner", "int num2 = num1/3600;", "num2", "num1/3600", "num1", "3600", "int num3 = num1%3600/60;", "num3", "num1%3600/60", "num1%3600", "num1", "3600", "60", "int num4 = num1%60;", "num4", "num1%60", "num1", "60", "System.out.println(String.format(\"%s:%s:%s\", num2,num3,num4))", "System.out.println", "System.out", "System", "System.out", "String.format(\"%s:%s:%s\", num2,num3,num4)", "String.format", "String", "\"%s:%s:%s\"", "num2", "num3", "num4", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = num1/3600;\n\t\tint num3 = num1%3600/60;\n\t\tint num4 = num1%60;\n\t\tSystem.out.println(String.format(\"%s:%s:%s\", num2,num3,num4));\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = num1/3600;\n\t\tint num3 = num1%3600/60;\n\t\tint num4 = num1%60;\n\t\tSystem.out.println(String.format(\"%s:%s:%s\", num2,num3,num4));\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int num1 = scanner.nextInt(); int num2 = num1/3600; int num3 = num1%3600/60; int num4 = num1%60; System.out.println(String.format("%s:%s:%s", num2,num3,num4)); } }
[ 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, 4, 13, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 13, 41, 13, 41, 13, 41, 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, 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 ], [ 88, 11 ], [ 88, 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 ], [ 12, 29 ], [ 29, 30 ], [ 88, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 33, 40 ], [ 40, 41 ], [ 33, 42 ], [ 42, 43 ], [ 33, 44 ], [ 44, 45 ], [ 33, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 33, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 53, 59 ], [ 33, 60 ], [ 60, 61 ], [ 60, 62 ], [ 63, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 68, 69 ], [ 68, 70 ], [ 33, 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 ], [ 31, 85 ], [ 85, 86 ], [ 0, 87 ], [ 87, 88 ], [ 87, 89 ] ]
[ "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\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tint num = Integer.parseInt(str);\n\t\tint s,m,h;\n\n\t\th = num/3600;\n\t\tm = (num-3600*h)/60;\n\t\ts = num - 3600*h -60*m;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\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\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tint num = Integer.parseInt(str);\n\t\tint s,m,h;\n\n\t\th = num/3600;\n\t\tm = (num-3600*h)/60;\n\t\ts = num - 3600*h -60*m;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}", "main", "{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\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", "calc(str)", "calc", "str", "String[] args", "args", "public static void calc(String str){\n\t\tint num = Integer.parseInt(str);\n\t\tint s,m,h;\n\n\t\th = num/3600;\n\t\tm = (num-3600*h)/60;\n\t\ts = num - 3600*h -60*m;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}", "calc", "{\n\t\tint num = Integer.parseInt(str);\n\t\tint s,m,h;\n\n\t\th = num/3600;\n\t\tm = (num-3600*h)/60;\n\t\ts = num - 3600*h -60*m;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}", "int num = Integer.parseInt(str);", "num", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "int s", "s", "m", "m", "h;", "h", "h = num/3600", "h", "num/3600", "num", "3600", "m = (num-3600*h)/60", "m", "(num-3600*h)/60", "(num-3600*h)", "num", "3600*h", "3600", "h", "60", "s = num - 3600*h -60*m", "s", "num - 3600*h -60*m", "num - 3600*h -60*m", "num", "3600*h", "3600", "h", "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 str", "str", "public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tint num = Integer.parseInt(str);\n\t\tint s,m,h;\n\n\t\th = num/3600;\n\t\tm = (num-3600*h)/60;\n\t\ts = num - 3600*h -60*m;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\t}\n}", "public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tint num = Integer.parseInt(str);\n\t\tint s,m,h;\n\n\t\th = num/3600;\n\t\tm = (num-3600*h)/60;\n\t\ts = num - 3600*h -60*m;\n\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t\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{ InputStreamReader is = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(is); String str = br.readLine(); calc(str); } public static void calc(String str){ int num = Integer.parseInt(str); int s,m,h; h = num/3600; m = (num-3600*h)/60; s = num - 3600*h -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, 2, 13, 17, 41, 13, 2, 2, 13, 2, 13, 17, 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 ], [ 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 ], [ 6, 56 ], [ 56, 57 ] ]
[ "import java.util.*;\n\nclass Main {\n\tpublic static void main (String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint uhouho = scan.nextInt();\n\t\tint h = uhouho / 3600;\n\t\tint m = (uhouho - h * 3600) / 60;\n\t\tint s = uhouho - 3600 * h - 60 * m;\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\tScanner scan = new Scanner(System.in);\n\t\tint uhouho = scan.nextInt();\n\t\tint h = uhouho / 3600;\n\t\tint m = (uhouho - h * 3600) / 60;\n\t\tint s = uhouho - 3600 * h - 60 * m;\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\tint uhouho = scan.nextInt();\n\t\tint h = uhouho / 3600;\n\t\tint m = (uhouho - h * 3600) / 60;\n\t\tint s = uhouho - 3600 * h - 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s );\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint uhouho = scan.nextInt();\n\t\tint h = uhouho / 3600;\n\t\tint m = (uhouho - h * 3600) / 60;\n\t\tint s = uhouho - 3600 * h - 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s );\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int uhouho = scan.nextInt();", "uhouho", "scan.nextInt()", "scan.nextInt", "scan", "int h = uhouho / 3600;", "h", "uhouho / 3600", "uhouho", "3600", "int m = (uhouho - h * 3600) / 60;", "m", "(uhouho - h * 3600) / 60", "(uhouho - h * 3600)", "uhouho", "h * 3600", "h", "3600", "60", "int s = uhouho - 3600 * h - 60 * m;", "s", "uhouho - 3600 * h - 60 * m", "uhouho - 3600 * h - 60 * m", "uhouho", "3600 * h", "3600", "h", "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.*; class Main { public static void main (String[] args) { Scanner scan = new Scanner(System.in); int uhouho = scan.nextInt(); int h = uhouho / 3600; int m = (uhouho - h * 3600) / 60; int s = uhouho - 3600 * h - 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, 2, 13, 17, 41, 13, 2, 2, 13, 2, 17, 13, 17, 41, 13, 2, 13, 2, 2, 17, 13, 2, 17, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 18, 13, 13, 17, 12, 13, 30, 41, 13, 20, 4, 18, 13, 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 ], [ 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 ], [ 50, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 50, 55 ], [ 8, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 74, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 69, 70 ], [ 62, 71 ], [ 71, 72 ], [ 0, 73 ], [ 73, 74 ], [ 73, 75 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint time =scanner.nextInt();\n\t\t\n\t\t\tint hour=time/3600;\n\t\t\tint min =(time-(3600*hour))/60;\n\t\t\tint sec =time-(3600*hour+60*min);\n\t\t\tSystem.out.print(hour +\":\"+ min + \":\"+sec);\n\t\t\tSystem.out.println(\"\");\n\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain cubic =new Main();\n\t\tcubic.calc();\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint time =scanner.nextInt();\n\t\t\n\t\t\tint hour=time/3600;\n\t\t\tint min =(time-(3600*hour))/60;\n\t\t\tint sec =time-(3600*hour+60*min);\n\t\t\tSystem.out.print(hour +\":\"+ min + \":\"+sec);\n\t\t\tSystem.out.println(\"\");\n\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain cubic =new Main();\n\t\tcubic.calc();\n\n\t}\n}", "Main", "private void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint time =scanner.nextInt();\n\t\t\n\t\t\tint hour=time/3600;\n\t\t\tint min =(time-(3600*hour))/60;\n\t\t\tint sec =time-(3600*hour+60*min);\n\t\t\tSystem.out.print(hour +\":\"+ min + \":\"+sec);\n\t\t\tSystem.out.println(\"\");\n\t\n\t}", "calc", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint time =scanner.nextInt();\n\t\t\n\t\t\tint hour=time/3600;\n\t\t\tint min =(time-(3600*hour))/60;\n\t\t\tint sec =time-(3600*hour+60*min);\n\t\t\tSystem.out.print(hour +\":\"+ min + \":\"+sec);\n\t\t\tSystem.out.println(\"\");\n\t\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int time =scanner.nextInt();", "time", "scanner.nextInt()", "scanner.nextInt", "scanner", "int hour=time/3600;", "hour", "time/3600", "time", "3600", "int min =(time-(3600*hour))/60;", "min", "(time-(3600*hour))/60", "(time-(3600*hour))", "time", "(3600*hour)", "3600", "hour", "60", "int sec =time-(3600*hour+60*min);", "sec", "time-(3600*hour+60*min)", "time", "(3600*hour+60*min)", "3600*hour", "3600", "hour", "60*min", "60", "min", "System.out.print(hour +\":\"+ min + \":\"+sec)", "System.out.print", "System.out", "System", "System.out", "hour +\":\"+ min + \":\"+sec", "\":\"", "min", "hour +\":\"+ min + \":\"+sec", "hour", "\":\"", "min", "\":\"", "sec", "System.out.println(\"\")", "System.out.println", "System.out", "System", "System.out", "\"\"", "public static void main(String[] args) {\n\t\tMain cubic =new Main();\n\t\tcubic.calc();\n\n\t}", "main", "{\n\t\tMain cubic =new Main();\n\t\tcubic.calc();\n\n\t}", "Main cubic =new Main();", "cubic", "new Main()", "cubic.calc()", "cubic.calc", "cubic", "String[] args", "args", "public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint time =scanner.nextInt();\n\t\t\n\t\t\tint hour=time/3600;\n\t\t\tint min =(time-(3600*hour))/60;\n\t\t\tint sec =time-(3600*hour+60*min);\n\t\t\tSystem.out.print(hour +\":\"+ min + \":\"+sec);\n\t\t\tSystem.out.println(\"\");\n\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain cubic =new Main();\n\t\tcubic.calc();\n\n\t}\n}", "public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint time =scanner.nextInt();\n\t\t\n\t\t\tint hour=time/3600;\n\t\t\tint min =(time-(3600*hour))/60;\n\t\t\tint sec =time-(3600*hour+60*min);\n\t\t\tSystem.out.print(hour +\":\"+ min + \":\"+sec);\n\t\t\tSystem.out.println(\"\");\n\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain cubic =new Main();\n\t\tcubic.calc();\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { private void calc(){ Scanner scanner = new Scanner(System.in); int time =scanner.nextInt(); int hour=time/3600; int min =(time-(3600*hour))/60; int sec =time-(3600*hour+60*min); System.out.print(hour +":"+ min + ":"+sec); System.out.println(""); } public static void main(String[] args) { Main cubic =new Main(); cubic.calc(); } }
[ 7, 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, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 65, 8 ], [ 65, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 17, 20 ], [ 20, 21 ], [ 21, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 11, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 11, 39 ], [ 39, 40 ], [ 39, 41 ], [ 42, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 11, 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 ], [ 9, 62 ], [ 62, 63 ], [ 0, 64 ], [ 64, 65 ], [ 64, 66 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n \npublic class Main{\n public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tint h = second / (60 * 60);\n int m = second % (60 * 60) / 60;\n int s = second % (60 * 60) % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main{\n public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tint h = second / (60 * 60);\n int m = second % (60 * 60) / 60;\n int s = second % (60 * 60) % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tint h = second / (60 * 60);\n int m = second % (60 * 60) / 60;\n int s = second % (60 * 60) % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tint h = second / (60 * 60);\n int m = second % (60 * 60) / 60;\n int s = second % (60 * 60) % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int second = Integer.parseInt(br.readLine());", "second", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "int h = second / (60 * 60);", "h", "second / (60 * 60)", "second", "(60 * 60)", "60", "60", "int m = second % (60 * 60) / 60;", "m", "second % (60 * 60) / 60", "second % (60 * 60)", "second", "(60 * 60)", "60", "60", "60", "int s = second % (60 * 60) % 60;", "s", "second % (60 * 60) % 60", "second % (60 * 60) % 60", "second", "(60 * 60)", "60", "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", "String[] args", "args", "public class Main{\n public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tint h = second / (60 * 60);\n int m = second % (60 * 60) / 60;\n int s = second % (60 * 60) % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "public class Main{\n public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint second = Integer.parseInt(br.readLine());\n\t\tint h = second / (60 * 60);\n int m = second % (60 * 60) / 60;\n int s = second % (60 * 60) % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main{ public static void main(String[] args) throws Exception{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int second = Integer.parseInt(br.readLine()); int h = second / (60 * 60); int m = second % (60 * 60) / 60; int s = second % (60 * 60) % 60; System.out.println(h + ":" + m + ":" + s); } }
[ 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, 2, 13, 17, 41, 13, 4, 18, 13, 2, 2, 13, 17, 17, 41, 13, 4, 18, 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 ], [ 0, 7 ], [ 7, 8 ], [ 7, 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 ], [ 25, 26 ], [ 25, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 11, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 43, 44 ], [ 43, 45 ], [ 11, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 51, 55 ], [ 51, 56 ], [ 51, 57 ], [ 9, 58 ], [ 58, 59 ] ]
[ "import java.lang.Math;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int S = sn.nextInt();\n int h = (int) Math.floor(S / 3600);\n int m = (int) Math.floor(S % 3600 / 60);\n int s = (int) Math.floor(S % 60);\n System.out.println(String.format(\"%d:%d:%d\", h, m, s));\n }\n}", "import java.lang.Math;", "Math", "java.lang", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int S = sn.nextInt();\n int h = (int) Math.floor(S / 3600);\n int m = (int) Math.floor(S % 3600 / 60);\n int s = (int) Math.floor(S % 60);\n System.out.println(String.format(\"%d:%d:%d\", h, m, s));\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int S = sn.nextInt();\n int h = (int) Math.floor(S / 3600);\n int m = (int) Math.floor(S % 3600 / 60);\n int s = (int) Math.floor(S % 60);\n System.out.println(String.format(\"%d:%d:%d\", h, m, s));\n }", "main", "{\n Scanner sn = new Scanner(System.in);\n int S = sn.nextInt();\n int h = (int) Math.floor(S / 3600);\n int m = (int) Math.floor(S % 3600 / 60);\n int s = (int) Math.floor(S % 60);\n System.out.println(String.format(\"%d:%d:%d\", h, m, s));\n }", "Scanner sn = new Scanner(System.in);", "sn", "new Scanner(System.in)", "int S = sn.nextInt();", "S", "sn.nextInt()", "sn.nextInt", "sn", "int h = (int) Math.floor(S / 3600);", "h", "(int) Math.floor(S / 3600)", "Math.floor", "Math", "S / 3600", "S", "3600", "int m = (int) Math.floor(S % 3600 / 60);", "m", "(int) Math.floor(S % 3600 / 60)", "Math.floor", "Math", "S % 3600 / 60", "S % 3600", "S", "3600", "60", "int s = (int) Math.floor(S % 60);", "s", "(int) Math.floor(S % 60)", "Math.floor", "Math", "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.lang.Math; import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sn = new Scanner(System.in); int S = sn.nextInt(); int h = (int) Math.floor(S / 3600); int m = (int) Math.floor(S % 3600 / 60); int s = (int) Math.floor(S % 60); System.out.println(String.format("%d:%d:%d", h, m, s)); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 4, 13, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 17, 17, 2, 13, 17, 17, 23, 13, 12, 13, 30, 29, 4, 18, 13, 4, 18, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 7, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 14, 19 ], [ 19, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 19, 24 ], [ 28, 25 ], [ 39, 26 ], [ 26, 27 ], [ 33, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 33, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 26, 38 ], [ 39, 39 ], [ 39, 40 ], [ 39, 41 ], [ 28, 42 ], [ 12, 43 ], [ 43, 44 ], [ 7, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 53, 54 ] ]
[ "import java.io.*;\nimport java.util.Scanner;\n\nclass Main {\n static Scanner sc = new Scanner(System.in);\n public static void main(String[] args) throws IOException {\n int s = ReadInt();\n System.out.print(s / 3600 + \":\" + s / 60 % 60 + \":\" + s % 60 + \"\\n\");\n }\n static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n static Scanner sc = new Scanner(System.in);\n public static void main(String[] args) throws IOException {\n int s = ReadInt();\n System.out.print(s / 3600 + \":\" + s / 60 % 60 + \":\" + s % 60 + \"\\n\");\n }\n static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }\n}", "Main", "static Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "public static void main(String[] args) throws IOException {\n int s = ReadInt();\n System.out.print(s / 3600 + \":\" + s / 60 % 60 + \":\" + s % 60 + \"\\n\");\n }", "main", "{\n int s = ReadInt();\n System.out.print(s / 3600 + \":\" + s / 60 % 60 + \":\" + s % 60 + \"\\n\");\n }", "int s = ReadInt();", "s", "ReadInt()", "ReadInt", "System.out.print(s / 3600 + \":\" + s / 60 % 60 + \":\" + s % 60 + \"\\n\")", "System.out.print", "System.out", "System", "System.out", "s / 3600 + \":\" + s / 60 % 60 + \":\" + s % 60 + \"\\n\"", "s % 60", "\":\"", "s / 60 % 60", "s / 3600 + \":\" + s / 60 % 60 + \":\" + s % 60 + \"\\n\"", "s / 3600", "s", "3600", "\":\"", "s / 60 % 60", "s / 60", "s", "60", "60", "\":\"", "s % 60", "s", "60", "\"\\n\"", "String[] args", "args", "static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }", "ReadInt", "{\n return Integer.parseInt(sc.next());\n }", "return Integer.parseInt(sc.next());", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc" ]
import java.io.*; import java.util.Scanner; class Main { static Scanner sc = new Scanner(System.in); public static void main(String[] args) throws IOException { int s = ReadInt(); System.out.print(s / 3600 + ":" + s / 60 % 60 + ":" + s % 60 + "\n"); } static int ReadInt() throws IOException { return Integer.parseInt(sc.next()); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 4, 13, 41, 13, 2, 13, 2, 17, 17, 41, 13, 2, 2, 13, 2, 17, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 14, 2, 13, 17, 30, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 74, 5 ], [ 74, 6 ], [ 6, 7 ], [ 6, 8 ], [ 74, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 11, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 20, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 25, 31 ], [ 11, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 11, 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 ], [ 11, 51 ], [ 51, 52 ], [ 9, 53 ], [ 53, 54 ], [ 74, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 74, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 0, 73 ], [ 73, 74 ], [ 73, 75 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint number = input();\n\n\t\tint hour = number / (60 * 60);\n\t\tint minute = (number % (60 * 60)) / 60;\n\t\tint second = number % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint number = input();\n\n\t\tint hour = number / (60 * 60);\n\t\tint minute = (number % (60 * 60)) / 60;\n\t\tint second = number % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "Main", "public static Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "public static void main(String[] args) {\n\n\t\tint number = input();\n\n\t\tint hour = number / (60 * 60);\n\t\tint minute = (number % (60 * 60)) / 60;\n\t\tint second = number % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t\tclose();\n\n\t}", "main", "{\n\n\t\tint number = input();\n\n\t\tint hour = number / (60 * 60);\n\t\tint minute = (number % (60 * 60)) / 60;\n\t\tint second = number % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t\tclose();\n\n\t}", "int number = input();", "number", "input()", "input", "int hour = number / (60 * 60);", "hour", "number / (60 * 60)", "number", "(60 * 60)", "60", "60", "int minute = (number % (60 * 60)) / 60;", "minute", "(number % (60 * 60)) / 60", "(number % (60 * 60))", "number", "(60 * 60)", "60", "60", "60", "int second = number % 60;", "second", "number % 60", "number", "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", "close()", "close", "String[] args", "args", "public static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}", "input", "{\n\n\t\treturn scanner.nextInt();\n\n\t}", "return scanner.nextInt();", "scanner.nextInt()", "scanner.nextInt", "scanner", "public static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}", "close", "{\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}", "if (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}", "scanner != null", "scanner", "null", "{\n\n\t\t\tscanner.close();\n\n\t\t}", "scanner.close()", "scanner.close", "scanner", "public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint number = input();\n\n\t\tint hour = number / (60 * 60);\n\t\tint minute = (number % (60 * 60)) / 60;\n\t\tint second = number % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint number = input();\n\n\t\tint hour = number / (60 * 60);\n\t\tint minute = (number % (60 * 60)) / 60;\n\t\tint second = number % 60;\n\n\t\tSystem.out.println(hour + \":\" + minute + \":\" + second);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static Scanner scanner = new Scanner(System.in); public static void main(String[] args) { int number = input(); int hour = number / (60 * 60); int minute = (number % (60 * 60)) / 60; int second = number % 60; System.out.println(hour + ":" + minute + ":" + second); close(); } public static int input() { return scanner.nextInt(); } public static void close() { if (scanner != null) { scanner.close(); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 42, 2, 0, 13, 4, 18, 13, 17, 30, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 41, 13, 2, 2, 13, 17, 17, 41, 13, 2, 13, 17, 41, 13, 4, 18, 13, 17, 13, 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 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 82, 14 ], [ 82, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 24, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 33, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 40, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 40, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 40, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 40, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 66, 69 ], [ 66, 70 ], [ 66, 71 ], [ 66, 72 ], [ 40, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 73, 78 ], [ 15, 79 ], [ 79, 80 ], [ 0, 81 ], [ 81, 82 ], [ 81, 83 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\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", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "main", "{\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "BufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));", "inMsg", "new BufferedReader(new InputStreamReader(System.in))", "String line = \"\";", "line", "\"\"", "try {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\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\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\n\t\t}", "while ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}", "(line = inMsg.readLine()) != null", "(line = inMsg.readLine())", "line", "inMsg.readLine()", "inMsg.readLine", "inMsg", "null", "{\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}", "Integer totalSecs = Integer.parseInt(line);", "totalSecs", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "Integer hours = totalSecs / 3600;", "hours", "totalSecs / 3600", "totalSecs", "3600", "Integer minute = (totalSecs % 3600) / 60;", "minute", "(totalSecs % 3600) / 60", "(totalSecs % 3600)", "totalSecs", "3600", "60", "Integer sec = totalSecs % 60;", "sec", "totalSecs % 60", "totalSecs", "60", "String tString = String.format(\"%d:%d:%d\", hours, minute, sec);", "tString", "String.format(\"%d:%d:%d\", hours, minute, sec)", "String.format", "String", "\"%d:%d:%d\"", "hours", "minute", "sec", "System.out.println(tString)", "System.out.println", "System.out", "System", "System.out", "tString", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tInteger totalSecs = Integer.parseInt(line);\n\t\t\t\tInteger hours = totalSecs / 3600;\n\t\t\t\tInteger minute = (totalSecs % 3600) / 60;\n\t\t\t\tInteger sec = totalSecs % 60;\n\t\t\t\tString tString = String.format(\"%d:%d:%d\", hours, minute, sec);\n\t\t\t\t\n\t\t\t\tSystem.out.println(tString);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Scanner; public class Main { public static void main(String[] args) { BufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in)); String line = ""; try { while ((line = inMsg.readLine()) != null) { Integer totalSecs = Integer.parseInt(line); Integer hours = totalSecs / 3600; Integer minute = (totalSecs % 3600) / 60; Integer sec = totalSecs % 60; String tString = String.format("%d:%d:%d", hours, minute, sec); System.out.println(tString); } } 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, 17, 0, 13, 13, 41, 13, 2, 13, 17, 0, 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 ], [ 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 ], [ 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 ], [ 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.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\t\n\t\tint s = time % 60;\n\t\ttime -= s;\n\t\t\n\t\tint h = time / 3600;\n\t\ttime -= h * 3600;\n\t\t\n\t\tint m = time / 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\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\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\t\n\t\tint s = time % 60;\n\t\ttime -= s;\n\t\t\n\t\tint h = time / 3600;\n\t\ttime -= h * 3600;\n\t\t\n\t\tint m = time / 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\t\n\t\tint s = time % 60;\n\t\ttime -= s;\n\t\t\n\t\tint h = time / 3600;\n\t\ttime -= h * 3600;\n\t\t\n\t\tint m = time / 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}", "main", "{\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\t\n\t\tint s = time % 60;\n\t\ttime -= s;\n\t\t\n\t\tint h = time / 3600;\n\t\ttime -= h * 3600;\n\t\t\n\t\tint m = time / 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int time = scan.nextInt();", "time", "scan.nextInt()", "scan.nextInt", "scan", "int s = time % 60;", "s", "time % 60", "time", "60", "time -= s", "time", "s", "int h = time / 3600;", "h", "time / 3600", "time", "3600", "time -= h * 3600", "time", "h * 3600", "h", "3600", "int m = time / 60;", "m", "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", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\t\n\t\tint s = time % 60;\n\t\ttime -= s;\n\t\t\n\t\tint h = time / 3600;\n\t\ttime -= h * 3600;\n\t\t\n\t\tint m = time / 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\t\n\t\tint s = time % 60;\n\t\ttime -= s;\n\t\t\n\t\tint h = time / 3600;\n\t\ttime -= h * 3600;\n\t\t\n\t\tint m = time / 60;\n\t\t\n\t\t\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\t\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int time = scan.nextInt(); int s = time % 60; time -= s; int h = time / 3600; time -= h * 3600; int m = time / 60; System.out.println(h + ":" + m + ":" + s); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 2, 13, 17, 0, 13, 2, 17, 13, 41, 13, 2, 13, 17, 0, 13, 2, 17, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 68, 8 ], [ 68, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 11, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 11, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 11, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 11, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 11, 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 ], [ 11, 62 ], [ 62, 63 ], [ 63, 64 ], [ 9, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine().trim();\n\t\tint s = Integer.parseInt(line);\n\t\tint h = s / 3600;\n\t\ts -= 3600 * h;\n\t\tint m = s / 60;\n\t\ts -= 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\tbr.close();\n\t}\n\t\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\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine().trim();\n\t\tint s = Integer.parseInt(line);\n\t\tint h = s / 3600;\n\t\ts -= 3600 * h;\n\t\tint m = s / 60;\n\t\ts -= 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\tbr.close();\n\t}\n\t\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine().trim();\n\t\tint s = Integer.parseInt(line);\n\t\tint h = s / 3600;\n\t\ts -= 3600 * h;\n\t\tint m = s / 60;\n\t\ts -= 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\tbr.close();\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine().trim();\n\t\tint s = Integer.parseInt(line);\n\t\tint h = s / 3600;\n\t\ts -= 3600 * h;\n\t\tint m = s / 60;\n\t\ts -= 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\tbr.close();\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = br.readLine().trim();", "line", "br.readLine().trim()", "br.readLine().trim", "br.readLine()", "br.readLine", "br", "int s = Integer.parseInt(line);", "s", "Integer.parseInt(line)", "Integer.parseInt", "Integer", "line", "int h = s / 3600;", "h", "s / 3600", "s", "3600", "s -= 3600 * h", "s", "3600 * h", "3600", "h", "int m = s / 60;", "m", "s / 60", "s", "60", "s -= 60 * m", "s", "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", "br.close()", "br.close", "br", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine().trim();\n\t\tint s = Integer.parseInt(line);\n\t\tint h = s / 3600;\n\t\ts -= 3600 * h;\n\t\tint m = s / 60;\n\t\ts -= 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\tbr.close();\n\t}\n\t\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine().trim();\n\t\tint s = Integer.parseInt(line);\n\t\tint h = s / 3600;\n\t\ts -= 3600 * h;\n\t\tint m = s / 60;\n\t\ts -= 60 * m;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t\tbr.close();\n\t}\n\t\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine().trim(); int s = Integer.parseInt(line); int h = s / 3600; s -= 3600 * h; int m = s / 60; s -= 60 * m; System.out.println(h + ":" + m + ":" + s); br.close(); } }
[ 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, 17, 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 ], [ 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 ], [ 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{\n public static void main(String args[])\n {\n Scanner scan = new Scanner(System.in);\n \n int S = scan.nextInt();\n int h = S/3600;\n int m = (S-3600*h)/60;\n int s = S%60;\n System.out.println(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 scan = new Scanner(System.in);\n \n int S = scan.nextInt();\n int h = S/3600;\n int m = (S-3600*h)/60;\n int s = S%60;\n System.out.println(h+\":\"+m+\":\"+s);\n }\n}", "Main", "public static void main(String args[])\n {\n Scanner scan = new Scanner(System.in);\n \n int S = scan.nextInt();\n int h = S/3600;\n int m = (S-3600*h)/60;\n int s = S%60;\n System.out.println(h+\":\"+m+\":\"+s);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n \n int S = scan.nextInt();\n int h = S/3600;\n int m = (S-3600*h)/60;\n int s = S%60;\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 = S/3600;", "h", "S/3600", "S", "3600", "int m = (S-3600*h)/60;", "m", "(S-3600*h)/60", "(S-3600*h)", "S", "3600*h", "3600", "h", "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.util.Scanner; class Main { public static void main(String args[]) { Scanner scan = new Scanner(System.in); int S = scan.nextInt(); int h = S/3600; int m = (S-3600*h)/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, 13, 17, 41, 13, 41, 13, 0, 13, 17, 0, 13, 2, 13, 17, 0, 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 ], [ 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 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 8, 24 ], [ 24, 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 ], [ 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.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n int h = num / 3600, m, s;\n\n num %= 3600;\n m = num/60;\n num %= 60;\n s = num;\n\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 Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n int h = num / 3600, m, s;\n\n num %= 3600;\n m = num/60;\n num %= 60;\n s = num;\n\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 num = scan.nextInt();\n int h = num / 3600, m, s;\n\n num %= 3600;\n m = num/60;\n num %= 60;\n s = num;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n int h = num / 3600, m, s;\n\n num %= 3600;\n m = num/60;\n num %= 60;\n s = num;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int num = scan.nextInt();", "num", "scan.nextInt()", "scan.nextInt", "scan", "int h = num / 3600", "h", "num / 3600", "num", "3600", "m", "m", "s;", "s", "num %= 3600", "num", "3600", "m = num/60", "m", "num/60", "num", "60", "num %= 60", "num", "60", "s = num", "s", "num", "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 Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n int h = num / 3600, m, s;\n\n num %= 3600;\n m = num/60;\n num %= 60;\n s = num;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int num = scan.nextInt();\n int h = num / 3600, m, s;\n\n num %= 3600;\n m = num/60;\n num %= 60;\n s = num;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int num = scan.nextInt(); int h = num / 3600, m, s; num %= 3600; m = num/60; num %= 60; s = num; 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, 0, 13, 2, 13, 2, 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 ], [ 24, 26 ], [ 26, 27 ], [ 26, 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\npublic static void main(String[] args){\nScanner input = new Scanner(System.in);\nint tot = input.nextInt();\nint hours = tot / 3600;\ntot = tot - (hours*3600);\nint mins = tot / 60;\ntot = tot - (mins * 60);\nSystem.out.println(hours+\":\"+mins+\":\"+tot);\n\n}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\npublic static void main(String[] args){\nScanner input = new Scanner(System.in);\nint tot = input.nextInt();\nint hours = tot / 3600;\ntot = tot - (hours*3600);\nint mins = tot / 60;\ntot = tot - (mins * 60);\nSystem.out.println(hours+\":\"+mins+\":\"+tot);\n\n}\n}", "Main", "public static void main(String[] args){\nScanner input = new Scanner(System.in);\nint tot = input.nextInt();\nint hours = tot / 3600;\ntot = tot - (hours*3600);\nint mins = tot / 60;\ntot = tot - (mins * 60);\nSystem.out.println(hours+\":\"+mins+\":\"+tot);\n\n}", "main", "{\nScanner input = new Scanner(System.in);\nint tot = input.nextInt();\nint hours = tot / 3600;\ntot = tot - (hours*3600);\nint mins = tot / 60;\ntot = tot - (mins * 60);\nSystem.out.println(hours+\":\"+mins+\":\"+tot);\n\n}", "Scanner input = new Scanner(System.in);", "input", "new Scanner(System.in)", "int tot = input.nextInt();", "tot", "input.nextInt()", "input.nextInt", "input", "int hours = tot / 3600;", "hours", "tot / 3600", "tot", "3600", "tot = tot - (hours*3600)", "tot", "tot - (hours*3600)", "tot", "(hours*3600)", "hours", "3600", "int mins = tot / 60;", "mins", "tot / 60", "tot", "60", "tot = tot - (mins * 60)", "tot", "tot - (mins * 60)", "tot", "(mins * 60)", "mins", "60", "System.out.println(hours+\":\"+mins+\":\"+tot)", "System.out.println", "System.out", "System", "System.out", "hours+\":\"+mins+\":\"+tot", "\":\"", "mins", "hours+\":\"+mins+\":\"+tot", "hours", "\":\"", "mins", "\":\"", "tot", "String[] args", "args", "public class Main {\n\npublic static void main(String[] args){\nScanner input = new Scanner(System.in);\nint tot = input.nextInt();\nint hours = tot / 3600;\ntot = tot - (hours*3600);\nint mins = tot / 60;\ntot = tot - (mins * 60);\nSystem.out.println(hours+\":\"+mins+\":\"+tot);\n\n}\n}", "public class Main {\n\npublic static void main(String[] args){\nScanner input = new Scanner(System.in);\nint tot = input.nextInt();\nint hours = tot / 3600;\ntot = tot - (hours*3600);\nint mins = tot / 60;\ntot = tot - (mins * 60);\nSystem.out.println(hours+\":\"+mins+\":\"+tot);\n\n}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner input = new Scanner(System.in); int tot = input.nextInt(); int hours = tot / 3600; tot = tot - (hours*3600); int mins = tot / 60; tot = tot - (mins * 60); System.out.println(hours+":"+mins+":"+tot); } }
[ 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, 17, 17, 41, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 18, 13, 13, 17, 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 ], [ 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 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 42, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 40, 46 ], [ 42, 47 ], [ 8, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 6, 54 ], [ 54, 55 ], [ 0, 56 ], [ 56, 57 ], [ 56, 58 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint S = in.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S / 60)%60;\n\t\tint s = S % 60;\n\t\tSystem.out.print(h +\":\"+ m + \":\"+s);\n\t\tSystem.out.println(\"\");\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint S = in.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S / 60)%60;\n\t\tint s = S % 60;\n\t\tSystem.out.print(h +\":\"+ m + \":\"+s);\n\t\tSystem.out.println(\"\");\n\t}\n}", "Main", "public static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint S = in.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S / 60)%60;\n\t\tint s = S % 60;\n\t\tSystem.out.print(h +\":\"+ m + \":\"+s);\n\t\tSystem.out.println(\"\");\n\t}", "main", "{\n\t\tScanner in = new Scanner(System.in);\n\t\tint S = in.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S / 60)%60;\n\t\tint s = S % 60;\n\t\tSystem.out.print(h +\":\"+ m + \":\"+s);\n\t\tSystem.out.println(\"\");\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 / 3600;", "h", "S / 3600", "S", "3600", "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.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", "\"\"", "String args[]", "args", "public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint S = in.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S / 60)%60;\n\t\tint s = S % 60;\n\t\tSystem.out.print(h +\":\"+ m + \":\"+s);\n\t\tSystem.out.println(\"\");\n\t}\n}", "public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint S = in.nextInt();\n\t\tint h = S / 3600;\n\t\tint m = (S / 60)%60;\n\t\tint s = S % 60;\n\t\tSystem.out.print(h +\":\"+ m + \":\"+s);\n\t\tSystem.out.println(\"\");\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String args[]){ Scanner in = new Scanner(System.in); int S = in.nextInt(); int h = S / 3600; int m = (S / 60)%60; int s = S % 60; System.out.print(h +":"+ m + ":"+s); System.out.println(""); } }
[ 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, 0, 13, 2, 13, 2, 13, 17, 41, 13, 2, 13, 17, 41, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 67, 11 ], [ 67, 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 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 14, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 14, 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 ], [ 12, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "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 num = Integer.parseInt(br.readLine());\n\n\t\tint h = num / 3600;\n\t\tnum = num - h * 3600; // 残りの秒数\n\n\t\tint m = num / 60;\n\t\tint s = num - m * 60; // 残りの秒数\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\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 num = Integer.parseInt(br.readLine());\n\n\t\tint h = num / 3600;\n\t\tnum = num - h * 3600; // 残りの秒数\n\n\t\tint m = num / 60;\n\t\tint s = num - m * 60; // 残りの秒数\n\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 br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint num = Integer.parseInt(br.readLine());\n\n\t\tint h = num / 3600;\n\t\tnum = num - h * 3600; // 残りの秒数\n\n\t\tint m = num / 60;\n\t\tint s = num - m * 60; // 残りの秒数\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint num = Integer.parseInt(br.readLine());\n\n\t\tint h = num / 3600;\n\t\tnum = num - h * 3600; // 残りの秒数\n\n\t\tint m = num / 60;\n\t\tint s = num - m * 60; // 残りの秒数\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int num = Integer.parseInt(br.readLine());", "num", "Integer.parseInt(br.readLine())", "Integer.parseInt", "Integer", "br.readLine()", "br.readLine", "br", "int h = num / 3600;", "h", "num / 3600", "num", "3600", "num = num - h * 3600", "num", "num - h * 3600", "num", "h * 3600", "h", "3600", "int m = num / 60;", "m", "num / 60", "num", "60", "int s = num - m * 60;", "s", "num - m * 60", "num", "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 br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint num = Integer.parseInt(br.readLine());\n\n\t\tint h = num / 3600;\n\t\tnum = num - h * 3600; // 残りの秒数\n\n\t\tint m = num / 60;\n\t\tint s = num - m * 60; // 残りの秒数\n\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 br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint num = Integer.parseInt(br.readLine());\n\n\t\tint h = num / 3600;\n\t\tnum = num - h * 3600; // 残りの秒数\n\n\t\tint m = num / 60;\n\t\tint s = num - m * 60; // 残りの秒数\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\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 num = Integer.parseInt(br.readLine()); int h = num / 3600; num = num - h * 3600; // 残りの秒数 int m = num / 60; int s = num - m * 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, 41, 13, 41, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 2, 13, 2, 2, 13, 17, 17, 0, 13, 2, 13, 2, 2, 13, 17, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 2, 13, 17, 17, 2, 13, 17, 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 ], [ 82, 11 ], [ 82, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 14, 20 ], [ 20, 21 ], [ 14, 22 ], [ 22, 23 ], [ 14, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 14, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 14, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 14, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 69, 67 ], [ 67, 68 ], [ 74, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 74, 74 ], [ 74, 75 ], [ 74, 76 ], [ 67, 77 ], [ 69, 78 ], [ 12, 79 ], [ 79, 80 ], [ 0, 81 ], [ 81, 82 ], [ 81, 83 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tint a ,b,c;\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\ta= Integer.parseInt(strARY[0]);\n\t\tb = (a-a/3600*3600);\n\t\tc = (b-b/60*60);\n\t\tSystem.out.println(a/3600+\":\"+b/60+\":\"+ c);\n\t}\t\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\t\tint a ,b,c;\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\ta= Integer.parseInt(strARY[0]);\n\t\tb = (a-a/3600*3600);\n\t\tc = (b-b/60*60);\n\t\tSystem.out.println(a/3600+\":\"+b/60+\":\"+ c);\n\t}\t\t\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tint a ,b,c;\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\ta= Integer.parseInt(strARY[0]);\n\t\tb = (a-a/3600*3600);\n\t\tc = (b-b/60*60);\n\t\tSystem.out.println(a/3600+\":\"+b/60+\":\"+ c);\n\t}", "main", "{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tint a ,b,c;\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\ta= Integer.parseInt(strARY[0]);\n\t\tb = (a-a/3600*3600);\n\t\tc = (b-b/60*60);\n\t\tSystem.out.println(a/3600+\":\"+b/60+\":\"+ c);\n\t}", "BufferedReader br =new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int a", "a", "b", "b", "c;", "c", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String strARY[] = str.split(\" \");", "strARY", "str.split(\" \")", "str.split", "str", "\" \"", "a= Integer.parseInt(strARY[0])", "a", "Integer.parseInt(strARY[0])", "Integer.parseInt", "Integer", "strARY[0]", "strARY", "0", "b = (a-a/3600*3600)", "b", "(a-a/3600*3600)", "a", "a/3600*3600", "a/3600", "a", "3600", "3600", "c = (b-b/60*60)", "c", "(b-b/60*60)", "b", "b/60*60", "b/60", "b", "60", "60", "System.out.println(a/3600+\":\"+b/60+\":\"+ c)", "System.out.println", "System.out", "System", "System.out", "a/3600+\":\"+b/60+\":\"+ c", "\":\"", "b/60", "a/3600+\":\"+b/60+\":\"+ c", "a/3600", "a", "3600", "\":\"", "b/60", "b", "60", "\":\"", "c", "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\t\tint a ,b,c;\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\ta= Integer.parseInt(strARY[0]);\n\t\tb = (a-a/3600*3600);\n\t\tc = (b-b/60*60);\n\t\tSystem.out.println(a/3600+\":\"+b/60+\":\"+ c);\n\t}\t\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\tint a ,b,c;\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\ta= Integer.parseInt(strARY[0]);\n\t\tb = (a-a/3600*3600);\n\t\tc = (b-b/60*60);\n\t\tSystem.out.println(a/3600+\":\"+b/60+\":\"+ c);\n\t}\t\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 a ,b,c; String str = br.readLine(); String strARY[] = str.split(" "); a= Integer.parseInt(strARY[0]); b = (a-a/3600*3600); c = (b-b/60*60); System.out.println(a/3600+":"+b/60+":"+ c); } }
[ 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, 42, 17, 30, 14, 2, 2, 13, 17, 17, 30, 0, 13, 2, 13, 17, 40, 13, 14, 2, 2, 13, 17, 17, 30, 0, 13, 2, 13, 17, 40, 13, 30, 14, 2, 13, 17, 3, 40, 13, 40, 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 ], [ 84, 5 ], [ 84, 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 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 29, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 41, 42 ], [ 29, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 49, 55 ], [ 55, 56 ], [ 43, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 63, 64 ], [ 57, 65 ], [ 65, 66 ], [ 8, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 75, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 74, 78 ], [ 73, 79 ], [ 75, 80 ], [ 6, 81 ], [ 81, 82 ], [ 0, 83 ], [ 83, 84 ], [ 83, 85 ] ]
[ "import java.util.Scanner;\npublic class Main{\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num = scan.nextInt();\n\tint h=0,m=0,s=0;\n\n\twhile(true)\n\t {\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num = scan.nextInt();\n\tint h=0,m=0,s=0;\n\n\twhile(true)\n\t {\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n }\n}", "Main", "public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num = scan.nextInt();\n\tint h=0,m=0,s=0;\n\n\twhile(true)\n\t {\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n }", "main", "{\n\tScanner scan = new Scanner(System.in);\n\n\tint num = scan.nextInt();\n\tint h=0,m=0,s=0;\n\n\twhile(true)\n\t {\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int num = scan.nextInt();", "num", "scan.nextInt()", "scan.nextInt", "scan", "int h=0", "h", "0", "m=0", "m", "0", "s=0;", "s", "0", "while(true)\n\t {\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }", "true", "{\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }", "if( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}", "num - 3600 >= 0", "num - 3600", "num", "3600", "0", "{\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }", "num = num-3600", "num", "num-3600", "num", "3600", "h++", "h", "if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}", "num - 60 >= 0", "num - 60", "num", "60", "0", "{\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }", "num = num-60", "num", "num-60", "num", "60", "m++", "m", "{\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}", "if( num == 0) break;", "num == 0", "num", "0", "break;", "s++", "s", "num--", "num", "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 argv[]", "argv", "public class Main{\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num = scan.nextInt();\n\tint h=0,m=0,s=0;\n\n\twhile(true)\n\t {\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n }\n}", "public class Main{\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num = scan.nextInt();\n\tint h=0,m=0,s=0;\n\n\twhile(true)\n\t {\n\t\tif( num - 3600 >= 0 )\n\t\t {\n\t\t\tnum = num-3600;\n\t\t h++;\n\t\t }\n\t\telse if( num - 60 >= 0 )\n\t\t {\n\t\t\tnum = num-60;\n\t\t\tm++;\n\t\t }\n\t\telse {\n\t\t if( num == 0) break;\n\t\t\ts++;\n\t\t\tnum--;\n\t\t}\n\t }\n\tSystem.out.println(h+\":\"+m+\":\"+s);\n\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String argv[]) { Scanner scan = new Scanner(System.in); int num = scan.nextInt(); int h=0,m=0,s=0; while(true) { if( num - 3600 >= 0 ) { num = num-3600; h++; } else if( num - 60 >= 0 ) { num = num-60; m++; } else { if( num == 0) break; s++; num--; } } 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, 13, 41, 13, 2, 13, 17, 41, 13, 2, 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 ], [ 57, 5 ], [ 57, 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 ], [ 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 ], [ 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.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int n = Integer.parseInt(scanner.next());\n\n int s = n % 60;\n int tmpM = n / 60;\n int h = tmpM / 60;\n int m = tmpM % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int n = Integer.parseInt(scanner.next());\n\n int s = n % 60;\n int tmpM = n / 60;\n int h = tmpM / 60;\n int m = tmpM % 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 int n = Integer.parseInt(scanner.next());\n\n int s = n % 60;\n int tmpM = n / 60;\n int h = tmpM / 60;\n int m = tmpM % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }", "main", "{\n Scanner scanner = new Scanner(System.in);\n int n = Integer.parseInt(scanner.next());\n\n int s = n % 60;\n int tmpM = n / 60;\n int h = tmpM / 60;\n int m = tmpM % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int n = Integer.parseInt(scanner.next());", "n", "Integer.parseInt(scanner.next())", "Integer.parseInt", "Integer", "scanner.next()", "scanner.next", "scanner", "int s = n % 60;", "s", "n % 60", "n", "60", "int tmpM = n / 60;", "tmpM", "n / 60", "n", "60", "int h = tmpM / 60;", "h", "tmpM / 60", "tmpM", "60", "int m = tmpM % 60;", "m", "tmpM % 60", "tmpM", "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 public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int n = Integer.parseInt(scanner.next());\n\n int s = n % 60;\n int tmpM = n / 60;\n int h = tmpM / 60;\n int m = tmpM % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int n = Integer.parseInt(scanner.next());\n\n int s = n % 60;\n int tmpM = n / 60;\n int h = tmpM / 60;\n int m = tmpM % 60;\n\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = Integer.parseInt(scanner.next()); int s = n % 60; int tmpM = n / 60; int h = tmpM / 60; int m = tmpM % 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, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 50, 5 ], [ 50, 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 ], [ 8, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 33, 38 ], [ 41, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 39, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint h = s/3600;\n\t\ts%= 3600;\n\t\tint m = s/60;\n\t\ts%= 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\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint h = s/3600;\n\t\ts%= 3600;\n\t\tint m = s/60;\n\t\ts%= 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint h = s/3600;\n\t\ts%= 3600;\n\t\tint m = s/60;\n\t\ts%= 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "main", "{\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint h = s/3600;\n\t\ts%= 3600;\n\t\tint m = s/60;\n\t\ts%= 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int s = scanner.nextInt();", "s", "scanner.nextInt()", "scanner.nextInt", "scanner", "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", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint h = s/3600;\n\t\ts%= 3600;\n\t\tint m = s/60;\n\t\ts%= 60;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint h = s/3600;\n\t\ts%= 3600;\n\t\tint m = s/60;\n\t\ts%= 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 scanner = new Scanner(System.in); int s = scanner.nextInt(); int h = s/3600; s%= 3600; int m = s/60; 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, 4, 18, 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, 2, 13, 17, 41, 13, 2, 2, 2, 2, 13, 17, 13, 17, 13, 4, 18, 18, 13, 13, 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 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 8, 24 ], [ 24, 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 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 48, 50 ], [ 53, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 53, 58 ], [ 8, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 6, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "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\tint time = scan.nextInt();\n\t\tscan.close();\n\t\tint h,m,s;\n\t\ts = time % 60;\n\t\tm = time / 60;\n\t\th = m / 60;\n\t\tm = m - h * 60;\n\t\tString answer =h + \":\" + m +\":\" + s;\n\t\tSystem.out.println(answer);\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\tint time = scan.nextInt();\n\t\tscan.close();\n\t\tint h,m,s;\n\t\ts = time % 60;\n\t\tm = time / 60;\n\t\th = m / 60;\n\t\tm = m - h * 60;\n\t\tString answer =h + \":\" + m +\":\" + s;\n\t\tSystem.out.println(answer);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\tscan.close();\n\t\tint h,m,s;\n\t\ts = time % 60;\n\t\tm = time / 60;\n\t\th = m / 60;\n\t\tm = m - h * 60;\n\t\tString answer =h + \":\" + m +\":\" + s;\n\t\tSystem.out.println(answer);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\tscan.close();\n\t\tint h,m,s;\n\t\ts = time % 60;\n\t\tm = time / 60;\n\t\th = m / 60;\n\t\tm = m - h * 60;\n\t\tString answer =h + \":\" + m +\":\" + s;\n\t\tSystem.out.println(answer);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int time = scan.nextInt();", "time", "scan.nextInt()", "scan.nextInt", "scan", "scan.close()", "scan.close", "scan", "int h", "h", "m", "m", "s;", "s", "s = time % 60", "s", "time % 60", "time", "60", "m = time / 60", "m", "time / 60", "time", "60", "h = m / 60", "h", "m / 60", "m", "60", "m = m - h * 60", "m", "m - h * 60", "m", "h * 60", "h", "60", "String answer =h + \":\" + m +\":\" + s;", "answer", "h + \":\" + m +\":\" + s", "\":\"", "m", "h + \":\" + m +\":\" + s", "h", "\":\"", "m", "\":\"", "s", "System.out.println(answer)", "System.out.println", "System.out", "System", "System.out", "answer", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\tscan.close();\n\t\tint h,m,s;\n\t\ts = time % 60;\n\t\tm = time / 60;\n\t\th = m / 60;\n\t\tm = m - h * 60;\n\t\tString answer =h + \":\" + m +\":\" + s;\n\t\tSystem.out.println(answer);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint time = scan.nextInt();\n\t\tscan.close();\n\t\tint h,m,s;\n\t\ts = time % 60;\n\t\tm = time / 60;\n\t\th = m / 60;\n\t\tm = m - h * 60;\n\t\tString answer =h + \":\" + m +\":\" + s;\n\t\tSystem.out.println(answer);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scan = new Scanner(System.in); int time = scan.nextInt(); scan.close(); int h,m,s; s = time % 60; m = time / 60; h = m / 60; m = m - h * 60; String answer =h + ":" + m +":" + s; System.out.println(answer); } }