95.0% ≤ sim ≤ 100%64_2_PCG_03
218 clusters, 318 submissionsTop-Level Statements: cluster #1(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505163, 2022-02-03 08:08:38 (100%) s = input().split("/") month = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] a = ("* DATE: " + s[0] + "." + month[int(s[1])-1] + "." + s[2] + " *") print(len(a) * "*") print(a) print(len(a) * "*") | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505864, 2022-02-03 08:15:06 (100%) s = input().split("/") month = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] v = ("* DATE: " + s[0] + "." + month[int(s[1])-1] + "." + s[2] + " *") print(len(v) * "*") print(v) print(len(v) * "*") | # 6xxxxxxxx1 (point = 100%) sim = 96.43% # 1505620, 2022-02-03 08:13:12 (100%) a = input() b = a.split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] c = ("* DATE: " + b[0] + "." + months_of_year[int(b[1])-1] + "." + b[2] + " *") print(len(c) * "*") print(c) print(len(c) * "*") |
Top-Level Statements: cluster #2(23)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505124, 2022-02-03 08:08:07 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505757, 2022-02-03 08:14:17 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505173, 2022-02-03 08:08:42 (100%) date = input().split("/") month_of_year = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(date[0])) print("* DATE: {}.{}.{} *".format(date[0],month_of_year[int(date[1])],date[2])) print("*"*19 + "*"*len(date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505498, 2022-02-03 08:12:07 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505503, 2022-02-03 08:12:10 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505352, 2022-02-03 08:10:41 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505032, 2022-02-03 08:06:48 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505267, 2022-02-03 08:09:42 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505601, 2022-02-03 08:13:00 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505450, 2022-02-03 08:11:42 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505762, 2022-02-03 08:14:18 (100%) Date = input() Date = Date.split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505939, 2022-02-03 08:15:45 (100%) Date = input() Date = Date.split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505924, 2022-02-03 08:15:35 (100%) Date = input().split("/") month = ["0","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*19+"*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],month[int(Date[1])],Date[2])) print("*"*19+"*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505666, 2022-02-03 08:13:34 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505094, 2022-02-03 08:07:49 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505100, 2022-02-03 08:07:52 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505758, 2022-02-03 08:14:17 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505908, 2022-02-03 08:15:26 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505029, 2022-02-03 08:06:48 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505798, 2022-02-03 08:14:36 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505966, 2022-02-03 08:16:11 (100%) Date = input() Date = Date.split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505565, 2022-02-03 08:12:46 (100%) Date = input().split("/") Month = ["0", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 99.53% # 1505642, 2022-02-03 08:13:21 (100%) Date = input().split("/") Month = ["", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] print("*"*19 + "*"*len(Date[0])) print("* DATE: {}.{}.{} *".format(Date[0],Month[int(Date[1])],Date[2])) print("*"*19 + "*"*len(Date[0])) |
Top-Level Statements: cluster #3(8)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505545, 2022-02-03 08:12:34 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] z = '* DATE: ' + str(d) + '.' + months_of_year[int(m)-1] + '.' + str(y) + ' *' print('*' * len(z)) print(z) print('*'*len(z)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505283, 2022-02-03 08:09:55 (100%) a,b,c = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = '* DATE: ' + str(a) + '.' + months_of_year[int(b)-1] + '.' + str(c) + ' *' print('*' * len(d)) print(d) print('*'*len(d)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505532, 2022-02-03 08:12:25 (100%) z,x,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = '* DATE: ' + str(z) + '.' + months_of_year[int(x)-1] + '.' + str(y) + ' *' print('*' * len(d)) print(d) print('*'*len(d)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505403, 2022-02-03 08:11:14 (100%) a,b,c = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = '* DATE: ' + str(a) + '.' + months_of_year[int(b)-1] + '.' + str(c) + ' *' print('*' * len(d)) print(d) print('*'*len(d)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505832, 2022-02-03 08:14:50 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = '* DATE: ' + str(d) + '.' + months_of_year[int(m)-1] + '.' + str(y) + ' *' print('*' * len(x)) print(x) print('*'*len(x)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505692, 2022-02-03 08:13:50 (100%) day,month,year = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = '* DATE: ' + str(day) + '.' + months_of_year[int(month)-1] + '.' + str(year) + ' *' print('*' * len(d)) print(d) print('*'*len(d)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505883, 2022-02-03 08:15:14 (100%) a,b,c = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = '* DATE: ' + str(a) + '.' + months_of_year[int(b)-1] + '.' + str(c) + ' *' print('*' * len(d)) print(d) print('*'*len(d)) | # 6xxxxxxxx1 (point = 100%) sim = 97.47% # 1505730, 2022-02-03 08:14:06 (100%) a,b,c = input().split('/') months_of_year = ["", "JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = '* DATE: ' + str(a) + '.' + months_of_year[int(b)] + '.' + str(c) + ' *' print('*' * len(d)) print(d) print('*' * len(d)) |
Top-Level Statements: cluster #4(6)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505867, 2022-02-03 08:15:07 (100%) d,m,y=input().split('/') m=["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][int(m)-1] print("*"*(12+len(d)+3+len(y))) print("* DATE: ",d+"."+m+"."+y," *",sep="") print("*"*(12+len(d)+3+len(y))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505473, 2022-02-03 08:11:55 (100%) d,m,y=input().split('/') m=["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][int(m)-1] print("*"*(12+len(d)+3+len(y))) print("* DATE: ",d+"."+m+"."+y," *",sep="") print("*"*(12+len(d)+3+len(y))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505655, 2022-02-03 08:13:30 (100%) d,m,y=input().split('/') m=["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][int(m)-1] print("*"*(12+len(d)+3+len(y))) print("* DATE: ",d+"."+m+"."+y," *",sep="") print("*"*(12+len(d)+3+len(y))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505685, 2022-02-03 08:13:45 (100%) d,m,y=input().split('/') m=["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][int(m)-1] print("*"*(12+len(d)+3+len(y))) print("* DATE: ",d+"."+m+"."+y," *",sep="") print("*"*(12+len(d)+3+len(y))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505567, 2022-02-03 08:12:46 (100%) d,m,y=input().split('/') m=["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][int(m)-1] print("*"*(12+len(d)+3+len(y))) print("* DATE: ",d+"."+m+"."+y," *",sep="") print("*"*(12+len(d)+3+len(y))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505496, 2022-02-03 08:12:04 (100%) d,m,y=input().split('/') m=["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"][int(m)-1] print("*"*(12+len(d)+3+len(y))) print("* DATE: ",d+"."+m+"."+y," *",sep="") print("*"*(12+len(d)+3+len(y))) |
Top-Level Statements: cluster #5(7)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505400, 2022-02-03 08:11:12 (100%) d=input().split('/') months_of_year = ['-',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(len(d[0])-1)) print('* DATE: '+ d[0]+'.'+ months_of_year[int(d[1])]+'.'+ d[2],'*') print('********************'+'*'*(len(d[0])-1)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505695, 2022-02-03 08:13:51 (100%) d=input().split('/') months_of_year = ['-',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(len(d[0])-1)) print('* DATE: '+ d[0]+'.'+ months_of_year[int(d[1])]+'.'+ d[2],'*') print('********************'+'*'*(len(d[0])-1)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505802, 2022-02-03 08:14:37 (100%) d=input().split('/') months_of_year = ['-',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(len(d[0])-1)) print('* DATE: '+ d[0]+'.'+ months_of_year[int(d[1])]+'.'+ d[2],'*') print('********************'+'*'*(len(d[0])-1)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505510, 2022-02-03 08:12:14 (100%) d=input().split('/') months_of_year = ['-',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(len(d[0])-1)) print('* DATE: '+ d[0]+'.'+ months_of_year[int(d[1])]+'.'+ d[2],'*') print('********************'+'*'*(len(d[0])-1)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505850, 2022-02-03 08:15:01 (100%) d=input().split('/') months_of_year = ['-',"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(len(d[0])-1)) print('* DATE: '+ d[0]+'.'+ months_of_year[int(d[1])]+'.'+ d[2],'*') print('********************'+'*'*(len(d[0])-1)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505768, 2022-02-03 08:14:23 (100%) d=input().split('/') months_of_year = ['-',"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(len(d[0])-1)) print('* DATE: '+ d[0]+'.'+ months_of_year[int(d[1])]+'.'+ d[2],'*') print('********************'+'*'*(len(d[0])-1)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505653, 2022-02-03 08:13:29 (100%) d=input().split('/') months_of_year = ['-',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(len(d[0])-1)) print('* DATE: '+ d[0]+'.'+ months_of_year[int(d[1])]+'.'+ d[2],'*') print('********************'+'*'*(len(d[0])-1)) |
Top-Level Statements: cluster #6(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505903, 2022-02-03 08:15:23 (100%) x = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] if len(x[0])==1: print("********************") print( "*"+" DATE: "+x[0]+"."+months_of_year[int(x[1])-1]+"."+x[2],"*" ) print("********************") if len(x[0])==2: print("*********************") print( "*"+" DATE: "+x[0]+"."+months_of_year[int(x[1])-1]+"."+x[2],"*" ) print("*********************") | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505823, 2022-02-03 08:14:46 (100%) x = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] if len(x[0])==1: print("********************") print( "*"+" DATE: "+x[0]+"."+months_of_year[int(x[1])-1]+"."+x[2],"*" ) print("********************") if len(x[0])==2: print("*********************") print( "*"+" DATE: "+x[0]+"."+months_of_year[int(x[1])-1]+"."+x[2],"*" ) print("*********************") | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505235, 2022-02-03 08:09:24 (100%) x = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] if len(x[0])==1: print("********************") print( "*"+" DATE: "+x[0]+"."+months_of_year[int(x[1])-1]+"."+x[2],"*" ) print("********************") if len(x[0])==2: print("*********************") print( "*"+" DATE: "+x[0]+"."+months_of_year[int(x[1])-1]+"."+x[2],"*" ) print("*********************") |
Top-Level Statements: cluster #7(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505863, 2022-02-03 08:15:06 (100%) months_of_year = [0,"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split('/') date='* DATE: '+x[0]+'.'+months_of_year[int(x[1])]+'.'+x[2]+' *' line='*'*len(date) print(line) print(date) print(line) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505371, 2022-02-03 08:10:54 (100%) months_of_year = [0,"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split('/') date='* DATE: '+x[0]+'.'+months_of_year[int(x[1])]+'.'+x[2]+' *' line='*'*len(date) print(line) print(date) print(line) | # 6xxxxxxxx1 (point = 100%) sim = 96.32% # 1505085, 2022-02-03 08:07:39 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] ch = input().split('/') da = "* "+"DATE: "+ch[0]+"."+months_of_year[int(ch[1])-1]+'.'+ch[2]+" *" li = ('*'*len(da)) print(li) print(da) print(li) |
Top-Level Statements: cluster #8(8)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505600, 2022-02-03 08:13:00 (100%) mn = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split("/") y="* "+"DATE: "+x[0]+'.'+mn[int(x[1]) - 1]+'.'+x[2]+' *' print("*"*len(y)) print(y) print("*"*len(y)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505227, 2022-02-03 08:09:20 (100%) mn = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split("/") y="* "+"DATE: "+x[0]+'.'+mn[int(x[1])-1]+'.'+x[2]+' *' print("*"*len(y)) print(y) print("*"*len(y)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505610, 2022-02-03 08:13:07 (100%) mn = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split("/") y="* "+"DATE: "+x[0]+'.'+mn[int(x[1]) - 1]+'.'+x[2]+' *' print("*"*len(y)) print(y) print("*"*len(y)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505934, 2022-02-03 08:15:39 (100%) mn = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split("/") y="* "+"DATE: "+x[0]+'.'+mn[int(x[1]) - 1]+'.'+x[2]+' *' print("*"*len(y)) print(y) print("*"*len(y)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505310, 2022-02-03 08:10:09 (100%) mn = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split("/") y="* "+"DATE: "+x[0]+'.'+mn[int(x[1]) - 1]+'.'+x[2]+' *' print("*"*len(y)) print(y) print("*"*len(y)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505661, 2022-02-03 08:13:33 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] a=input().split("/") b="* "+"DATE: "+a[0]+"."+months_of_year[int(a[1])-1]+"."+a[2]+" *" print("*"*len(b)) print(b) print("*"*len(b)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505009, 2022-02-03 08:06:24 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] a=input().split("/") o="* "+"DATE: "+a[0]+"."+months_of_year[int(a[1])-1]+"."+a[2]+" *" print("*"*len(o)) print(o) print("*"*len(o)) | # 6xxxxxxxx1 (point = 100%) sim = 98.48% # 1505525, 2022-02-03 08:12:24 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x = input().split("/") ans = "* "+"DATE"+": "+x[0]+"."+months_of_year[int(x[1])-1]+"."+x[2]+" *" print("*"*len(ans)) print(ans) print("*"*len(ans)) |
Top-Level Statements: cluster #9(6)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505233, 2022-02-03 08:09:23 (100%) a=input().split('/') months_of_year=['JAN','FEB','MAR','APR','MAY','JUN','JUL','AUG','SEP','OCT','NOV','DEC'] b='* DATE: '+a[0]+'.'+months_of_year[int(a[1])-1]+'.'+a[2]+' *' print('*'*len(b)) print(b) print('*'*len(b)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505005, 2022-02-03 08:06:22 (100%) x = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] y = "* DATE: "+x[0]+"."+months_of_year[int(x[1])-1]+'.'+x[2]+" *" print('*'*len(y)) print(y) print('*'*len(y)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1504976, 2022-02-03 08:05:48 (100%) dmy = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] op = "* DATE: "+dmy[0]+"."+months_of_year[int(dmy[1])-1]+"."+dmy[2]+" *" print("*"*len(op)) print(op) print("*"*len(op)) | # 6xxxxxxxx1 (point = 100%) sim = 97.96% # 1505684, 2022-02-03 08:13:45 (100%) date = input().split('/') months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG"," SEP", "OCT", "NOV", "DEC"] x = '* ' + 'DATE: ' + date[0] + '.' + months_of_year[int(date[1])-1] + '.' + date[2] + ' *' print('*'*len(x)) print(x) print('*'*len(x)) | # 6xxxxxxxx1 (point = 100%) sim = 97.46% # 1505186, 2022-02-03 08:08:51 (100%) get = str(input()).split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] answer = "* DATE: "+ get[0] + "." + months_of_year[int(get[1])-1] + "." + get[2] + " *" print("*"*len(answer)) print(answer) print("*"*len(answer)) | # 6xxxxxxxx1 (point = 100%) sim = 96.43% # 1505569, 2022-02-03 08:12:46 (100%) x = input() s = x.split("/") month = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a = ("* DATE: " + s[0] + "." + month[int(s[1])-1] + "." + s[2] + " *") print("*"*len(a)) print(a) print("*"*len(a)) |
Top-Level Statements: cluster #10(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505806, 2022-02-03 08:14:40 (100%) dmy = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if len(dmy[0]) == 1: print('*'*20) print('*'+' '+'DATE:'+' '+str(dmy[0])+'.'+months_of_year[int(dmy[1])-1]+'.'+str(dmy[2])+' '+'*') print('*'*20) else: print('*'*21) print('*'+' '+'DATE:'+' '+str(dmy[0])+'.'+months_of_year[int(dmy[1])-1]+'.'+str(dmy[2])+' '+'*') print('*'*21) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505482, 2022-02-03 08:11:58 (100%) dmy = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if len(dmy[0]) == 1: print('*'*20) print('*'+' '+'DATE:'+' '+str(dmy[0])+'.'+months_of_year[int(dmy[1])-1]+'.'+str(dmy[2])+' '+'*') print('*'*20) else: print('*'*21) print('*'+' '+'DATE:'+' '+str(dmy[0])+'.'+months_of_year[int(dmy[1])-1]+'.'+str(dmy[2])+' '+'*') print('*'*21) |
Top-Level Statements: cluster #11(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505797, 2022-02-03 08:14:35 (100%) x=input().split("/") day=x[0] month=int(x[1]) year=x[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("********************"+"*"*(len(day)-1)) print("*","DATE:",day+"."+months_of_year[month-1]+"."+year,"*") print("********************"+"*"*(len(day)-1)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505483, 2022-02-03 08:11:58 (100%) x=input().split("/") d=x[0] m=int(x[1]) y=x[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("********************"+"*"*(len(d)-1)) print("*","DATE:",d+"."+months_of_year[m-1]+"."+y,"*") print("********************"+"*"*(len(d)-1)) |
Top-Level Statements: cluster #12(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505254, 2022-02-03 08:09:35 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split("/") print("*"*19+"*"*len(date[0])) print("*","DATE:",date[0]+"."+months_of_year[int(date[1])-1]+"."+date[2],"*") print("*"*19+"*"*len(date[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505544, 2022-02-03 08:12:33 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] info = input().split("/") print("*"*19+"*"*len(info[0])) print("*","DATE:",info[0]+"."+months_of_year[int(info[1])-1]+"."+info[2],"*") print("*"*19+"*"*len(info[0])) |
Top-Level Statements: cluster #13(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505199, 2022-02-03 08:09:01 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date = str(input()) datee = date.split('/') d = datee[0] m = months_of_year[int(datee[1])-1] y = datee[2] line2 = d + '.' + m + '.' + y line2_f = '* DATE: ' + line2 +' '+'*' intro = len(line2_f)*'*' print(intro) print(line2_f) print(intro) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505454, 2022-02-03 08:11:43 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date = str(input()) datee = date.split('/') d = datee[0] m = months_of_year[int(datee[1])-1] y = datee[2] line2 = d + '.' + m + '.' + y line2_f = '* DATE: ' + line2 +' '+'*' intro = len(line2_f)*'*' print(intro) print(line2_f) print(intro) |
Top-Level Statements: cluster #14(6)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505511, 2022-02-03 08:12:15 (100%) dmy = input().split("/") day = dmy[0] months = dmy[1] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] year = dmy[2] if len(dmy[0]) == 1: star = 20 elif len(dmy[0]) == 2: star = 21 print("*"*star) print("*","DATE:", str(day) + "." + str(months_of_year[int(months)-1]) + "." + str(year),"*") print("*"*star) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505940, 2022-02-03 08:15:45 (100%) dmy = input().split("/") day = dmy[0] months = dmy[1] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] year = dmy[2] if len(dmy[0]) == 1: star = 20 elif len(dmy[0]) == 2: star = 21 print("*"*star) print("*","DATE:", str(day) + "." + str(months_of_year[int(months)-1]) + "." + str(year),"*") print("*"*star) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505807, 2022-02-03 08:14:40 (100%) dmy = input().split("/") day = dmy[0] months = dmy[1] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] year = dmy[2] if len(dmy[0]) == 1: star = 20 elif len(dmy[0]) == 2: star = 21 print("*"*star) print("*","DATE:", str(day) + "." + str(months_of_year[int(months)-1]) + "." + str(year),"*") print("*"*star) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1506007, 2022-02-03 08:17:03 (100%) dmy = input().split("/") day = dmy[0] months = dmy[1] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] year = dmy[2] if len(dmy[0]) == 1: star = 20 elif len(dmy[0]) == 2: star = 21 print("*"*star) print("*","DATE:", str(day) + "." + str(months_of_year[int(months)-1]) + "." + str(year),"*") print("*"*star) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505925, 2022-02-03 08:15:36 (100%) dmy = input().split("/") day = dmy[0] months = dmy[1] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] year = dmy[2] if len(dmy[0]) == 1: star = 20 elif len(dmy[0]) == 2: star = 21 print("*"*star) print("*","DATE:", str(day) + "." + str(months_of_year[int(months)-1]) + "." + str(year),"*") print("*"*star) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505953, 2022-02-03 08:15:58 (100%) dmy = input().split("/") day = dmy[0] months = dmy[1] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] year = dmy[2] if len(dmy[0]) == 1: star = 20 elif len(dmy[0]) == 2: star = 21 print("*"*star) print("*","DATE:", str(day) + "." + str(months_of_year[int(months)-1]) + "." + str(year),"*") print("*"*star) |
Top-Level Statements: cluster #15(4)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505531, 2022-02-03 08:12:25 (100%) x = [i for i in input().split("/")] months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] a = int(x[0]) b = int(x[1]) - 1 c = int(x[2]) d = "* DATE:" + (" {}.{}.{}").format(a, months_of_year[b], c) + " *" e = len(str(d)) print("*" * e) print(d) print("*" * e) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505469, 2022-02-03 08:11:52 (100%) n = [i for i in input().split("/")] months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY","JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] a = int(n[0]) b = int(n[1]) - 1 c = int(n[2]) d = "* DATE:" + (" {}.{}.{}").format(a, months_of_year[b], c) + " *" e = len(str(d)) print("*" * e) print(d) print("*" * e) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505262, 2022-02-03 08:09:40 (100%) n = [i for i in input().split("/")] months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] a = int(n[0]) b = int(n[1]) - 1 c = int(n[2]) d = "* DATE:" + (" {}.{}.{}").format(a, months_of_year[b], c) + " *" e = len(str(d)) print("*" * e) print(d) print("*" * e) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505330, 2022-02-03 08:10:22 (100%) n = [i for i in input().split("/")] months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY","JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] a = int(n[0]) b = int(n[1]) - 1 c = int(n[2]) d = "* DATE:" + (" {}.{}.{}").format(a, months_of_year[b], c) + " *" e = len(str(d)) print("*" * e) print(d) print("*" * e) |
Top-Level Statements: cluster #16(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505142, 2022-02-03 08:08:23 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] line2 = '* DATE: '+d+'.'+months_of_year[int(m)-1]+'.'+y+' *' print('*' * len(line2)) print(line2) print('*' * len(line2)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505042, 2022-02-03 08:06:56 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] t = '* DATE: '+d+'.' +months_of_year[int(m)-1]+ '.'+ y+' *' print('*'*len(t)) print(t) print('*'*len(t)) | # 6xxxxxxxx1 (point = 100%) sim = 98.94% # 1505096, 2022-02-03 08:07:49 (100%) [d,m,y] = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a = "* DATE: " + d + "." + months_of_year[int(m)-1] + "." + y + " *" print("*"*len(a)) print(a) print("*"*len(a)) |
Top-Level Statements: cluster #17(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505790, 2022-02-03 08:14:31 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y = input().split("/") x = "*" + " " + "DATE: " + d + "." + str(months_of_year[int(m)-1]) + "." + y + " " + "*" print("*"*len(x)) print(x) print("*"*len(x)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505196, 2022-02-03 08:09:00 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y = input().split("/") a = "*" + " " + "DATE: " + d + "." + str(months_of_year[int(m)-1]) + "." + y + " " + "*" print("*"*len(a)) print(a) print("*"*len(a)) |
Top-Level Statements: cluster #18(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505445, 2022-02-03 08:11:39 (100%) d,m,y = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m = int(m) j = months_of_year[m-1] k = len(d) print("*******************" + "*"*k) print("* DATE: " + d + "." + j + "." + y + " *" ) print("*******************" + "*"*k) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505591, 2022-02-03 08:12:56 (100%) d,m,y = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m = int(m) j = months_of_year[m-1] k = len(d) print("*******************" + "*"*k) print("* DATE: " + d + "." + j + "." + y + " *" ) print("*******************" + "*"*k) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505822, 2022-02-03 08:14:45 (100%) d,m,y = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m = int(m) j = months_of_year[m-1] k = len(d) print("*******************" + "*"*k) print("* DATE: " + d + "." + j + "." + y + " *" ) print("*******************" + "*"*k) |
Top-Level Statements: cluster #19(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505177, 2022-02-03 08:08:43 (100%) date = input().split('/') d = date[0] m = int(date[1]) y = date[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x = '* DATE: '+d+'.'+months_of_year[m-1]+'.'+y+' *' print('*'*len(x)) print(x) print('*'*len(x)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505941, 2022-02-03 08:15:46 (100%) date = input().split('/') d = date[0] m = int(date[1]) y = date[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = '* DATE: '+d+'.'+months_of_year[m-1]+'.'+y+' *' print('*'*len(x)) print(x) print('*'*len(x)) |
Top-Level Statements: cluster #20(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505737, 2022-02-03 08:14:09 (100%) a = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+int(len(a[0])))) print('* DATE: '+str(a[0])+'.'+months_of_year[int(a[1])-1]+'.'+str(a[2])+' *') print('*'*(19+int(len(a[0])))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505241, 2022-02-03 08:09:29 (100%) a = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+int(len(a[0])))) print('* DATE: '+str(a[0])+'.'+months_of_year[int(a[1])-1]+'.'+str(a[2])+' *') print('*'*(19+int(len(a[0])))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505839, 2022-02-03 08:14:54 (100%) a = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+int(len(a[0])))) print('* DATE: '+str(a[0])+'.'+months_of_year[int(a[1])-1]+'.'+str(a[2])+' *') print('*'*(19+int(len(a[0])))) |
Top-Level Statements: cluster #21(4)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505472, 2022-02-03 08:11:55 (100%) d,m,y = str(input()).split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if int(d) <= 9: print('********************') else: print('*********************') print('*'+' '+'DATE:'+' '+d+'.'+months_of_year[int(m)-1]+'.'+y+' '+'*') if int(d) <= 9: print('********************') else: print('*********************') | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505552, 2022-02-03 08:12:38 (100%) d,m,y = str(input()).split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if int(d) <= 9: print('********************') else: print('*********************') print('*'+' '+'DATE:'+' '+d+'.'+months_of_year[int(m)-1]+'.'+y+' '+'*') if int(d) <= 9: print('********************') else: print('*********************') | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505425, 2022-02-03 08:11:32 (100%) d,m,y = str(input()).split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if int(d) <= 9: print('********************') else: print('*********************') print('*'+' '+'DATE:'+' '+d+'.'+months_of_year[int(m)-1]+'.'+y+' '+'*') if int(d) <= 9: print('********************') else: print('*********************') | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505221, 2022-02-03 08:09:15 (100%) d,m,y = str(input()).split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if int(d) <= 9: print('********************') else: print('*********************') print('*'+' '+'DATE:'+' '+d+'.'+months_of_year[int(m)-1]+'.'+y+' '+'*') if int(d) <= 9: print('********************') else: print('*********************') |
Top-Level Statements: cluster #22(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505574, 2022-02-03 08:12:47 (100%) date = input().split('/') months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] formated = "{}.{}.{}".format(date[0], months_of_year[int(date[1])-1], date[2]) print("*"*(10+len(formated))) print("* DATE: {} *".format(formated)) print("*"*(10+len(formated))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505467, 2022-02-03 08:11:51 (100%) date = input().split('/') months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] formated = "{}.{}.{}".format(date[0], months_of_year[int(date[1])-1], date[2]) print("*"*(10+len(formated))) print("* DATE: {} *".format(formated)) print("*"*(10+len(formated))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1504910, 2022-02-03 08:03:19 (100%) date = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] formated = "{}.{}.{}".format(date[0],months_of_year[int(date[1])-1],date[2]) print("*"*(10+len(formated))) print("* DATE: {} *".format(formated)) print("*"*(10+len(formated))) |
Top-Level Statements: cluster #23(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505928, 2022-02-03 08:15:37 (100%) x = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+len(x[0]))) print('*',"DATE:",x[0]+'.'+months_of_year[int(x[1])-1]+'.'+x[2],'*') print('*'*(19+len(x[0]))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505157, 2022-02-03 08:08:35 (100%) d=input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(19+len(d[0]))) print("*","DATE:",d[0]+"."+months_of_year[int(d[1])-1]+"."+d[2],"*") print("*"*(19+len(d[0]))) |
Top-Level Statements: cluster #24(3)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505830, 2022-02-03 08:14:49 (100%) x = input().split("/") a= int(x[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*******************"+"*"*len(x[0])) print("* "+"DATE:",x[0]+"."+months_of_year[a-1]+"."+x[2]+" *") print("*******************"+"*"*len(x[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505856, 2022-02-03 08:15:04 (100%) a = input().split("/") month = int(a[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*******************"+"*"*len(a[0])) print("* "+"DATE:",a[0]+"."+months_of_year[month-1]+"."+a[2]+" *") print("*******************"+"*"*len(a[0])) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505669, 2022-02-03 08:13:36 (100%) x = input().split("/") month = int(x[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*******************"+"*"*len(x[0])) print("* "+"DATE:",x[0]+"."+months_of_year[month-1]+"."+x[2]+" *") print("*******************"+"*"*len(x[0])) |
Top-Level Statements: cluster #25(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1504963, 2022-02-03 08:05:28 (100%) x = '*'*20 D,M,Y = input().split('/') months_of_year = ['0',"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if len(D) > 1: x += '*' DATE = '* DATE: '+ D +'.'+months_of_year[int(M)]+'.'+Y+' *' print(x) print(DATE) print(x) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1504990, 2022-02-03 08:06:05 (100%) x = '*'*20 D,M,Y = input().split('/') months_of_year = ['0',"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if len(D) > 1: x += '*' DATE = '* DATE: '+ D +'.'+months_of_year[int(M)]+'.'+Y+' *' print(x) print(DATE) print(x) |
Top-Level Statements: cluster #26(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505664, 2022-02-03 08:13:33 (100%) x = input().split('/') d = str(x[0]) m = int(x[1]) m = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][m-1] y = str(x[2]) dd = len(d) print(('*'*19+'*'*dd)) print('*','DATE'+':',str(d)+'.'+str(m)+'.'+str(y),'*') print(('*'*19)+'*'*dd) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505862, 2022-02-03 08:15:05 (100%) x = input().split('/') d = str(x[0]) m = int(x[1]) m = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][m-1] y = str(x[2]) dd = len(d) print(('*'*19+'*'*dd)) print('*','DATE'+':',str(d)+'.'+str(m)+'.'+str(y),'*') print(('*'*19)+'*'*dd) |
Top-Level Statements: cluster #27(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505729, 2022-02-03 08:14:05 (100%) x = input() .split("/") months_of_year = [" ","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(19+len(x[0]))) print("* DATE: " + x[0] +"." + months_of_year[int(x[1])] + "." + x[2] +" *") print("*"*(19+len(x[0]))) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505435, 2022-02-03 08:11:35 (100%) x = input() .split("/") months_of_year = [" ","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(19+len(x[0]))) print("* DATE: " + x[0] +"." + months_of_year[int(x[1])] + "." + x[2] +" *") print("*"*(19+len(x[0]))) |
Top-Level Statements: cluster #28(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505518, 2022-02-03 08:12:21 (100%) n = input().split("/") d = n[0] m = int(n[1]) y = n[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] first = "*"*10 + "*"*9 + "*"*len(d) second = "*"+" "+"DATE"+":"+" "+d+"."+months_of_year[m-1]+"."+y+" " +"*" print(first) print(second) print(first) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505307, 2022-02-03 08:10:08 (100%) n = input().split("/") d = n[0] m = int(n[1]) y = n[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] first = "*"*10 + "*"*9 + "*"*len(d) second = "*"+" "+"DATE"+":"+" "+d+"."+months_of_year[m-1]+"."+y+" " +"*" print(first) print(second) print(first) |
Top-Level Statements: cluster #29(2)
# 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1505152, 2022-02-03 08:08:31 (100%) mo = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC",] d, m, y = input().split("/") print("{0}\n* DATE: {1}.{2}.{3} *\n{0}".format("*" * (19 + len(d)), d, mo[int(m) - 1], y)) | # 6xxxxxxxx1 (point = 100%) sim = 100.0% # 1504983, 2022-02-03 08:05:54 (100%) month = [ "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC", ] d, m, y = input().split("/") print( "{0}\n* DATE: {1}.{2}.{3} *\n{0}".format( "*" * (19 + len(d)), d, month[int(m) - 1], y ) ) |
Top-Level Statements: cluster #30(2)
# 6xxxxxxxx1 (point = 100%) sim = 99.14% # 1505304, 2022-02-03 08:10:07 (100%) date = input().split('/') d = date[0] m = int(date[1]) y = date[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] mo = months_of_year[m-1] print ('*******************'+'*'*len(d)) print ('* DATE: '+d+'.'+mo+'.'+y+' *') print ('*******************'+'*'*len(d)) | # 6xxxxxxxx1 (point = 100%) sim = 99.14% # 1505506, 2022-02-03 08:12:12 (100%) x=input().split("/") d=x[0] m=int(x[1]) y=x[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] mfull=months_of_year[m-1] print("*******************"+"*"*len(d)) print("* DATE:",d+"."+mfull+"."+y+" *") print("*******************"+"*"*len(d)) |
Top-Level Statements: cluster #31(2)
# 6xxxxxxxx1 (point = 100%) sim = 98.65% # 1505720, 2022-02-03 08:14:01 (100%) x = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+len(x[0]))) print('* DATE: '+str(x[0])+'.'+str(months_of_year[int(x[1])-1])+'.'+str(x[2])+' *') print('*'*(19+len(x[0]))) | # 6xxxxxxxx1 (point = 100%) sim = 98.65% # 1505626, 2022-02-03 08:13:15 (100%) d=input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(19+len(d[0]))) print("* "+"DATE: "+str(d[0])+"."+str(months_of_year[int(d[1])-1])+"."+str(d[2])+" *") print("*"*(19+len(d[0]))) |
Top-Level Statements: cluster #32(2)
# 6xxxxxxxx1 (point = 100%) sim = 98.54% # 1505462, 2022-02-03 08:11:48 (100%) dmy = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*19+'*'*len(dmy[0])) print('*','DATE'+':',dmy[0]+'.'+months_of_year[int(dmy[1])-1]+'.'+dmy[2],'*') print('*'*19+'*'*len(dmy[0])) | # 6xxxxxxxx1 (point = 100%) sim = 98.54% # 1505840, 2022-02-03 08:14:55 (100%) a=input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*19+"*"*len(a[0])) print("*","DATE:",a[0]+"."+months_of_year[int(a[1])-1]+"."+a[2],"*") print("*"*19+"*"*len(a[0])) |
Top-Level Statements: cluster #33(2)
# 6xxxxxxxx1 (point = 100%) sim = 97.16% # 1505625, 2022-02-03 08:13:14 (100%) d,m,y = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(12+len(d)+3+len(y))) print("*", "DATE:", d+"."+months_of_year[int(m)-1]+"."+y, "*") print("*"*(12+len(d)+3+len(y))) | # 6xxxxxxxx1 (point = 100%) sim = 97.16% # 1505871, 2022-02-03 08:15:08 (100%) d,m,y = input().split("/") months_of_year = ["0","JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*" * (12+len(d) + 3 + len(y))) print("*", "DATE:", d + "." + months_of_year[int(m)]+ "." +y, "*") print("*" * (12+len(d) + 3 + len(y))) |
Top-Level Statements: cluster #34(2)
# 6xxxxxxxx1 (point = 100%) sim = 97.09% # 1505468, 2022-02-03 08:11:51 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date=input().split('/') if int(date[0])<10: print('********************') print('* DATE: '+date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' *') print('********************') else: print('*********************') print('* DATE: '+date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' *') print('*********************') | # 6xxxxxxxx1 (point = 100%) sim = 97.09% # 1505268, 2022-02-03 08:09:42 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date=input().split('/') if len(date[0])==1: print('********************') print('* DATE:',date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' *') print('********************') else: print('*********************') print('* DATE:',date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' *') print('*********************') |
Top-Level Statements: cluster #35(2)
# 6xxxxxxxx1 (point = 100%) sim = 97.03% # 1505315, 2022-02-03 08:10:15 (100%) n = input() n = n.split("/") s = int(n[1]) m = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] a = "* "+"DATE: "+n[0]+"."+m[s-1]+"."+n[2]+" *" b = len(a) print("*"*b) print(a) print("*"*b) | # 6xxxxxxxx1 (point = 100%) sim = 97.03% # 1505470, 2022-02-03 08:11:53 (100%) d = input() dmy = d.split("/") n = int(dmy[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a = "* " + "DATE: " + dmy[0] + "." + months_of_year[n-1] + "." + dmy[2] + " *" b = len(a) print("*"*b) print(a) print("*"*b) |
Top-Level Statements: cluster #36(2)
# 6xxxxxxxx1 (point = 100%) sim = 96.59% # 1505158, 2022-02-03 08:08:35 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split('/') display = '*'+' '+'DATE'+':'+' '+date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' '+'*' print('*'*len(display)) print(display) print('*'*len(display)) | # 6xxxxxxxx1 (point = 100%) sim = 96.59% # 1505805, 2022-02-03 08:14:39 (100%) months_of_year = [0,"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] k=input().split("/") j = "*"+" "+"DATE:"+" "+k[0]+"."+months_of_year[int(k[1])]+"."+k[2]+" "+"*" print("*"*len(j)) print(j) print("*"*len(j)) |
Top-Level Statements: cluster #37(2)
# 6xxxxxxxx1 (point = 100%) sim = 95.98% # 1505507, 2022-02-03 08:12:12 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] trans_date = '*' + ' DATE: ' + d + '.' + months_of_year[int(m)-1] + '.' + y + ' ' + '*' print('*'*len(trans_date)) print(trans_date) print('*'*len(trans_date)) | # 6xxxxxxxx1 (point = 100%) sim = 95.98% # 1505788, 2022-02-03 08:14:30 (100%) d,m,y = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] b = "*" + " " + "DATE: " + d + "." + str(months_of_year[int(m)-1]) + "." + y + " " + "*" print("*"*len(b)) print(b) print("*"*len(b)) |
Top-Level Statements: cluster #38(2)
# 6xxxxxxxx1 (point = 100%) sim = 95.17% # 1505399, 2022-02-03 08:11:11 (100%) d = input().split("/") months_of_year = ["","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = "*"+" "+"DATE:"+" "+d[0]+"."+months_of_year[int(d[1])]+"."+d[2]+" "+"*" print("*"*len(x)) print(x) print("*"*len(x)) | # 6xxxxxxxx1 (point = 100%) sim = 95.17% # 1505402, 2022-02-03 08:11:13 (100%) x=input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] t='*'+' '+"DATE:"+' '+x[0]+'.'+months_of_year [int(x[1])-1]+'.'+str(x[2])+' '+'*' print('*'*len(t)) print(t) print('*'*len(t)) |
Top-Level Statements: cluster #39(1)
# 6xxxxxxxx1 (point = 100%) sim = 94.33% # 1505170, 2022-02-03 08:08:40 (100%) date = input().split("/") months_of_year = ['JAN', 'FEB', 'MAR', 'APR', 'MAY','JUN','JUL','AUG',"SEP","OCT",'NOV',"DEC"] length = len(str('*'+" "+'DATE:'+' '+date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' '+'*')) print(length*'*') print('*'+" "+'DATE:'+' '+date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' '+'*') print(length*'*') |
Top-Level Statements: cluster #40(1)
# 6xxxxxxxx1 (point = 100%) sim = 94.33% # 1505599, 2022-02-03 08:13:00 (100%) x=input() k=x.split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] p=len("*"+" "+"DATE:"+" "+k[0]+"."+months_of_year[int(k[1])-1]+"."+k[2]+" "+"*") print("*"*p) print("*"+" "+"DATE:"+" "+k[0]+"."+months_of_year[int(k[1])-1]+"."+k[2]+" "+"*") print("*"*p) |
Top-Level Statements: cluster #41(1)
# 6xxxxxxxx1 (point = 100%) sim = 93.55% # 1505347, 2022-02-03 08:10:35 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split('/') mon = int(date[1]) d = date[0] y = date[2] month = months_of_year[mon-1] final = "DATE: "+d+"."+month+"."+y print("*"*(19+len(d))) print("*",final,"*") print("*"*(19+len(d))) |
Top-Level Statements: cluster #42(1)
# 6xxxxxxxx1 (point = 100%) sim = 93.55% # 1505015, 2022-02-03 08:06:30 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split("/") d = date[0] m = int(date[1]) y = date[2] month = months_of_year[m-1] final_date = "DATE: "+d+"."+month+"."+y print("*"*(19+len(d))) print("*",final_date,"*") print("*"*(19+len(d))) |
Top-Level Statements: cluster #43(1)
# 6xxxxxxxx1 (point = 100%) sim = 91.92% # 1505131, 2022-02-03 08:08:12 (100%) d=input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a=len(d[0]) print("*"*(19+a)) print("* DATE:",d[0]+"."+months_of_year[int(d[1])-1]+"."+d[2],"*") print("*"*(19+a)) |
Top-Level Statements: cluster #44(1)
# 6xxxxxxxx1 (point = 100%) sim = 91.92% # 1505703, 2022-02-03 08:13:54 (100%) dmy = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] num_of_sym = len(dmy[0])+19 print('*'*num_of_sym) print("*","DATE:",dmy[0]+'.'+months_of_year[int(dmy[1])-1]+'.'+dmy[2],"*") print('*'*num_of_sym) |
Top-Level Statements: cluster #45(1)
# 6xxxxxxxx1 (point = 100%) sim = 91.26% # 1505975, 2022-02-03 08:16:23 (100%) i = input().split("/") months_of_year = ["","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] lens= len(i[0]) + 19 print("*"*(lens)) print("* DATE: "+i[0]+"."+months_of_year[int(i[1])]+"."+i[2]+" *") print("*"*(lens)) |
Top-Level Statements: cluster #46(1)
# 6xxxxxxxx1 (point = 100%) sim = 91.26% # 1505463, 2022-02-03 08:11:49 (100%) a=input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] b=len(a[0])+19 print("*"*b) print("* "+"DATE: "+str(a[0])+"."+months_of_year[int(a[1])-1]+"."+str(a[2])+" *") print("*"*b) |
Top-Level Statements: cluster #47(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.95% # 1505984, 2022-02-03 08:16:31 (100%) a = input().split("/") b =len(a[0])-1 months_of_year = ["0","JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(b+20)) print("*","DATE:",a[0]+"."+months_of_year[int(a[1])]+"."+a[2],"*") print("*"*(b+20)) |
Top-Level Statements: cluster #48(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.95% # 1505372, 2022-02-03 08:10:54 (100%) a = input().split("/") b = len(a[0])-1 months_of_year = ["-","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(20+b)) print("*"+" "+"DATE:",a[0]+"."+months_of_year[int(a[1])]+"."+a[2]+" "+"*") print("*"*(20+b)) |
Top-Level Statements: cluster #49(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.74% # 1505335, 2022-02-03 08:10:23 (100%) d,m,y = [int(e) for e in input().split('/')] month_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] ans = "* "+"DATE: "+str(d)+"."+str(month_of_year[m-1])+"."+str(y)+" *" leng = len(ans) print("*"*leng) print(ans) print("*"*leng) |
Top-Level Statements: cluster #50(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.74% # 1505406, 2022-02-03 08:11:17 (100%) d,m,y = [int(e) for e in input().split('/')] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] line2 = '* DATE: ' + str(d) + '.' + months_of_year[m-1] + '.' + str(y) + ' *' line13 = '*' * len(line2) print(line13) print(line2) print(line13) |
Top-Level Statements: cluster #51(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.42% # 1505945, 2022-02-03 08:15:49 (100%) x= input() a= x.split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] b= "*"+" "+"DATE:"+" "+str(a[0])+"."+months_of_year[int(a[1])-1]+"."+str(a[2])+" "+"*" print("*"*len(b)) print("*"+" "+"DATE:"+" "+a[0]+"."+months_of_year[int(a[1])-1]+"."+a[2]+" "+"*") print("*"*len(b)) |
Top-Level Statements: cluster #52(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.3% # 1505098, 2022-02-03 08:07:50 (100%) date = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("********************" + "*" * (len(date[0])-1)) print("* DATE: " + date[0] + "." + months_of_year[int(date[1])-1] + "." + date[2] + " *") print("********************" + "*" * (len(date[0])-1)) |
Top-Level Statements: cluster #53(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.3% # 1505119, 2022-02-03 08:08:04 (100%) a=input() b=a.split('/') m = ['',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('*******************'+'*'*int(len(b[0]))) print('* DATE: '+b[0]+'.'+m[int(b[1])]+'.'+b[2]+' *') print('*******************'+'*'*int(len(b[0]))) |
Top-Level Statements: cluster #54(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.21% # 1505698, 2022-02-03 08:13:52 (100%) s = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] row2 = "* " + "DATE: " + s[0] + "." +months_of_year[int(s[1])-1] + "." + s[2] + " *" a = len(row2) print("*"*a) print(row2) print("*"*a) |
Top-Level Statements: cluster #55(1)
# 6xxxxxxxx1 (point = 100%) sim = 90.21% # 1505261, 2022-02-03 08:09:40 (100%) x = input() x = x.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] z = '* DATE: ' + x[0] +'.' + months_of_year[int(x[1])-1] +'.' +x[2]+ ' *' y = '*' *len(z) print(y) print(z) print(y) |
Top-Level Statements: cluster #56(1)
# 6xxxxxxxx1 (point = 100%) sim = 89.45% # 1505551, 2022-02-03 08:12:37 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] dmy = input().split("/") month = months_of_year[int(dmy[1])-1] print("*"*(19+len(dmy[0]))) print("*","DATE:",dmy[0]+"."+month+"."+dmy[2],"*") print("*"*(19+len(dmy[0]))) |
Top-Level Statements: cluster #57(1)
# 6xxxxxxxx1 (point = 100%) sim = 89.45% # 1505354, 2022-02-03 08:10:42 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = input().split('/') y = int(x[1])-1 print('*'*(19+len(x[0]))) print('*'+' '+'DATE:'+' '+x[0]+'.'+months_of_year[y]+'.'+x[2]+' '+'*') print('*'*(19+len(x[0]))) |
Top-Level Statements: cluster #58(1)
# 6xxxxxxxx1 (point = 100%) sim = 89.32% # 1505017, 2022-02-03 08:06:31 (100%) date = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] s = "DATE: " + str(date[0]) + "." + months_of_year[int(date[1])-1] + "." + str(date[2]) print("*" * (len(s) + 4)) print("* " + s + " *") print("*" * (len(s) + 4)) |
Top-Level Statements: cluster #59(1)
# 6xxxxxxxx1 (point = 100%) sim = 89.32% # 1505010, 2022-02-03 08:06:26 (100%) date = input().split("/") months_of_year = ["","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = "DATE: " + str(date[0]) + "." + str(months_of_year[int(date[1])]) + "." + str(date[2]) print("*"*(len(str(d))+4)) print("* " + str(d) + " *") print("*"*(len(str(d))+4)) |
Top-Level Statements: cluster #60(1)
# 6xxxxxxxx1 (point = 100%) sim = 88.94% # 1505383, 2022-02-03 08:11:01 (100%) a = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] l2 = '* ' + 'DATE: ' + a[0] + '.' + months_of_year[int(a[1])-1] + '.' + a[2] + ' *' b = len(str(l2)) l1 = '*'*b print(l1) print(l2) print(l1) |
Top-Level Statements: cluster #61(1)
# 6xxxxxxxx1 (point = 100%) sim = 88.78% # 1504918, 2022-02-03 08:04:03 (100%) x=input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] y='DATE: '+x[0]+'.'+months_of_year[int(x[1])-1]+'.'+x[2] l=len(y)+4 print('*'*l) print('* '+y+' *') print('*'*l) |
Top-Level Statements: cluster #62(1)
# 6xxxxxxxx1 (point = 100%) sim = 88.26% # 1505327, 2022-02-03 08:10:21 (100%) date_str = str(input()) date_str = date_str.split('/') months_of_year = ["","JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x = len(date_str[0]) print('*'*(19+x)) print('* ' + 'DATE: ' + date_str[0] + '.' + months_of_year[int(date_str[1])] + '.' + date_str[2] + ' *') print('*'*(19+x)) |
Top-Level Statements: cluster #63(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.77% # 1505783, 2022-02-03 08:14:29 (100%) x = input().split('/') a = int(x[0]) b = int(x[1]) c = int(x[2]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = '* DATE: ' + str(a) + '.' + months_of_year[int(b)-1] + '.' + str(c) + ' *' print('*' * len(d)) print(d) print('*'*len(d)) |
Top-Level Statements: cluster #64(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.77% # 1505480, 2022-02-03 08:11:58 (100%) Date = input().split("/") Day = Date[0] M = Date[1] Y = Date[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] Z = "* "+"DATE: "+Day+"."+months_of_year[int(M)-1]+"."+Y+" *" print("*"*len(Z)) print(Z) print("*"*len(Z)) |
Top-Level Statements: cluster #65(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.63% # 1505800, 2022-02-03 08:14:37 (100%) d,m,y = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] lens= len(d) + 19 print(("*")*(lens)) print("* DATE: "+d+"."+months_of_year[int(m)-1]+"."+y+" *") print(("*")*(lens)) |
Top-Level Statements: cluster #66(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.55% # 1505990, 2022-02-03 08:16:37 (100%) date = input() datelst = date.split("/") month = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("********************"+"*"*(len(datelst[0])-1)) print("* DATE:",datelst[0]+"."+month[int(datelst[1])-1]+"."+datelst[2],"*") print("********************"+"*"*(len(datelst[0])-1)) |
Top-Level Statements: cluster #67(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.32% # 1505243, 2022-02-03 08:09:29 (100%) date = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+len(date[0]))) print('* '+'DATE:'+' '+date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' '+'*') print('*'*(19+len(date[0]))) |
Top-Level Statements: cluster #68(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.32% # 1505960, 2022-02-03 08:16:05 (100%) a = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(len(a[0])+19)) print('*','DATE:',a[0]+'.'+months_of_year[int(a[1])-1]+'.'+a[2],'*') print('*'*(len(a[0])+19)) |
Top-Level Statements: cluster #69(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.25% # 1505559, 2022-02-03 08:12:42 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x=input().split('/') y=months_of_year[int(x[1])-1] s="* "+"DATE: "+x[0]+"."+y+"."+x[2]+" *" print("*"*len(s)) print(s) print("*"*len(s)) |
Top-Level Statements: cluster #70(1)
# 6xxxxxxxx1 (point = 100%) sim = 87.25% # 1504973, 2022-02-03 08:05:43 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split('/') d = date[0] m = months_of_year[int(date[1]) - 1] y = date[2] x = "* DATE: " + d + '.' + m + '.' + y + ' *' print('*'*(len(x))) print(x) print('*'*(len(x))) |
Top-Level Statements: cluster #71(1)
# 6xxxxxxxx1 (point = 100%) sim = 86.91% # 1505219, 2022-02-03 08:09:15 (100%) date = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] nm = int(date[1]) midrow = "* DATE: "+date[0]+"."+months_of_year[nm-1]+"."+date[2]+" *" line = "*"*len(midrow) print(line) print(midrow) print(line) |
Top-Level Statements: cluster #72(1)
# 6xxxxxxxx1 (point = 100%) sim = 86.85% # 1504956, 2022-02-03 08:05:24 (100%) x = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"* (20+len(x[0])-1)) print("* " + "DATE: " + x[0] + "." + months_of_year[int(x[1])-1] + "." + x[2] + " *") print("*"* (20+len(x[0])-1)) |
Top-Level Statements: cluster #73(1)
# 6xxxxxxxx1 (point = 100%) sim = 86.43% # 1505949, 2022-02-03 08:15:54 (100%) x = input().split("/") month_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*19+("*"*len(x[0]))) print("* DATE: "+str(x[0])+"."+str(month_of_year[int(x[1])-1])+"."+str(x[2])+" *") print("*"*19+("*"*len(x[0]))) |
Top-Level Statements: cluster #74(1)
# 6xxxxxxxx1 (point = 100%) sim = 86.15% # 1505699, 2022-02-03 08:13:52 (100%) months_of_year=["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] s = input() d, m, y = s.split('/') print("********************" + (len(d)-1)*"*") print("* DATE: " + d + "." + months_of_year[int(m)-1] + "." + y + " *") print("********************"+ (len(d)-1)*"*") |
Top-Level Statements: cluster #75(1)
# 6xxxxxxxx1 (point = 100%) sim = 86.15% # 1505356, 2022-02-03 08:10:44 (100%) month = ["","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = input().split("/") print("********************" + (len(x[0])-1)*"*") print("* DATE:", x[0] + "." + month[int(x[1])] + "." + x[2] + " *") print("********************" + (len(x[0])-1)*"*") |
Top-Level Statements: cluster #76(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.71% # 1505630, 2022-02-03 08:13:15 (100%) dmy = input().split("/") d = int(dmy[0]) m = int(dmy[1]) y = str(dmy[2]) months = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] mm = months[m-1] l = len("* DATE: " + str(d) + "." + mm + "." + y + " *") print("*"*l) print("* DATE: " + str(d) + "." + mm + "." + y + " *") print("*"*l) |
Top-Level Statements: cluster #77(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.71% # 1505892, 2022-02-03 08:15:18 (100%) x= input() # 3/2/2565 x=x.split('/') #['3', '2', '2565'] x1=int(x[0]) x2=int(x[1]) x3=int(x[2]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] mount=months_of_year[x2-1] t=len('* '+'DATE: '+str(x1)+'.'+mount+'.'+str(x3)+' *') print('*'*t) print('* '+'DATE: '+str(x1)+'.'+mount+'.'+str(x3)+' *') print('*'*t) |
Top-Level Statements: cluster #78(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.64% # 1505395, 2022-02-03 08:11:09 (100%) months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] d, m, y = input().split('/') Row1 = '*' + ' ' 'DATE:' + ' ' + d + '.' + months_of_year[int(m)-1] + '.' + y + ' ' + '*' print('*' * len(Row1)) print(Row1) print('*' * len(Row1)) |
Top-Level Statements: cluster #79(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.64% # 1505715, 2022-02-03 08:14:00 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = input() y = x.split('/') a = '* DATE:' +' '+ y[0]+'.'+months_of_year[int(y[1])-1]+'.'+y[2]+' '+'*' print('*'*len(a)) print(a) print('*'*len(a)) |
Top-Level Statements: cluster #80(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.31% # 1505287, 2022-02-03 08:09:57 (100%) x = input().split("/") day = x[0] month = x[1] year = x[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] month = months_of_year[int(month)-1] y = '* '+"DATE: "+ day +"."+month+"."+year+" *" print("*"*len(y)) print(y) print("*"*len(y)) |
Top-Level Statements: cluster #81(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.31% # 1505086, 2022-02-03 08:07:40 (100%) d,m,y= [int (e) for e in input().split('/')] months_of_year = ['0',"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] out = "* DATE: "+str(d)+'.'+months_of_year[m]+'.'+str(y)+' *' print('*'*len(out)) print(out) print('*'*len(out)) |
Top-Level Statements: cluster #82(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.27% # 1505847, 2022-02-03 08:14:59 (100%) DATE = input().split('/') d = DATE[0] m = DATE[1] y = DATE[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(20+len(d)-1)) print('*'+' '+'DATE:'+' '+d+'.'+months_of_year[int(m)-1]+'.'+y+' '+'*') print('*'*(20+len(d)-1)) |
Top-Level Statements: cluster #83(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.27% # 1505492, 2022-02-03 08:12:02 (100%) date = input() date_list = date.split('/') day = date_list[0] month = int(date_list[1]) - 1 year = date_list[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*' * (19+len(day))) print('*' + ' ' + 'DATE:' + ' ' + day + '.' + months_of_year[month] + '.' + year + ' ' + '*') print('*' * (19+len(day))) |
Top-Level Statements: cluster #84(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.05% # 1504960, 2022-02-03 08:05:26 (100%) months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] d, m, y = input().split('/') first_line = '*' + ' ' 'DATE:' + ' ' + d + '.' + months_of_year[int(m)-1] + '.' + y + ' ' + '*' width = len(first_line) print('*' * width) print(first_line) print('*' * width) |
Top-Level Statements: cluster #85(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.0% # 1505549, 2022-02-03 08:12:37 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+(len(d)-1)*'*') print('* DATE: ' + d + '.' + months_of_year[int(m)-1] + '.' + y + ' *') print('********************'+(len(d)-1)*'*') |
Top-Level Statements: cluster #86(1)
# 6xxxxxxxx1 (point = 100%) sim = 85.0% # 1505374, 2022-02-03 08:10:56 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('********************'+'*'*(int(len(d))-1)) print('* DATE: '+str(d)+'.'+months_of_year[(int(m)-1)]+'.'+str(y)+' *') print('********************'+'*'*(int(len(d))-1)) |
Top-Level Statements: cluster #87(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.68% # 1505771, 2022-02-03 08:14:24 (100%) data = input().split("/") months_of_year = ['',"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(12+len(data[0])+3+len(data[2]))) print('* '+'DATE: '+data[0]+'.'+''+months_of_year[int(data[1])]+'.'+data[2]+' *') print('*'*(12+len(data[0])+3+len(data[2]))) |
Top-Level Statements: cluster #88(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.55% # 1505091, 2022-02-03 08:07:46 (100%) date = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if len(date[0]) == 1: space = 20 elif len(date[0]) == 2: space = 21 print("*"*space) print("*", "DATE:", date[0]+"."+months_of_year[int(date[1])-1]+"."+date[2], "*") print("*"*space) |
Top-Level Statements: cluster #89(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.51% # 1505226, 2022-02-03 08:09:19 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] s = "DATE: "+d+'.'+months_of_year[int(m)-1]+'.'+y print("*"*(len(s)+4)) print("* "+s+" *") print("*"*(len(s)+4)) |
Top-Level Statements: cluster #90(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.29% # 1505651, 2022-02-03 08:13:27 (100%) A = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] month = months_of_year[int(A[1])-1] print('*'*19+'*'*len(A[0])) print('*', 'DATE:', A[0]+'.'+month+'.'+A[2],'*') print('*'*19+'*'*len(A[0])) |
Top-Level Statements: cluster #91(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.29% # 1505627, 2022-02-03 08:13:15 (100%) date =input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] b= int(date[1])-1 print('*'*19+len(date[0])*'*') print('* DATE: '+(date[0])+'.'+months_of_year[b]+'.'+(date[2])+' *') print('*'*19+len(date[0])*'*') |
Top-Level Statements: cluster #92(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.11% # 1505323, 2022-02-03 08:10:18 (100%) dmy = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print(("*"*19)+(len(dmy[0])*"*")) print("*"+" "+"DATE:"+" "+dmy[0]+"."+months_of_year[int(dmy[1])-1]+"."+dmy[2]+" "+"*") print(("*"*19)+(len(dmy[0])*"*")) |
Top-Level Statements: cluster #93(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.08% # 1505792, 2022-02-03 08:14:31 (100%) date = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("********************"+"*"*(int(date[1])//11)) print("*"+" "+"DATE:"+" "+date[0]+"."+months_of_year[int(date[1])-1]+"."+date[2]+" "+"*") print("********************"+"*"*(int(date[1])//11)) |
Top-Level Statements: cluster #94(1)
# 6xxxxxxxx1 (point = 100%) sim = 84.04% # 1505488, 2022-02-03 08:12:01 (100%) Date = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = 'DATE:' + ' ' + str(Date[0]) + '.' + months_of_year[int(Date[1]) - 1] + '.' + str(Date[2]) print('*'*(len(x)+4)) print('*',x,'*') print('*'*(len(x)+4)) |
Top-Level Statements: cluster #95(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.89% # 1505053, 2022-02-03 08:07:09 (100%) x = input() y = x.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] z = '* DATE: ' + str(y[0]) + '.' +str(months_of_year[int(y[1])-1]) + '.'+ str(y[2]) + ' *' print('*' * len(z)) print(z) print('*' * len(z)) |
Top-Level Statements: cluster #96(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.7% # 1505200, 2022-02-03 08:09:01 (100%) date = input() date = date.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] day = date[0] month = date[1] year = date[2] print('*'*(19+len(date[0]))) print('*','DATE:',date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2],'*') print('*'*(19+len(date[0]))) |
Top-Level Statements: cluster #97(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.66% # 1505763, 2022-02-03 08:14:19 (100%) date = input() date = date.split("/") m = int(date[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = len(date[0])+19 print(x*"*") print("*","DATE"+":",date[0]+"."+months_of_year[m-1]+"."+date[2],"*") print(x*"*") |
Top-Level Statements: cluster #98(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.56% # 1505649, 2022-02-03 08:13:24 (100%) date = input().split('/') m = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x = len(date[0])-1 print('********************'+'*'*x) print('* DATE:', date[0]+'.'+m[int(date[1])-1]+'.'+date[2],'*') print('********************'+'*'*x) |
Top-Level Statements: cluster #99(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.26% # 1505308, 2022-02-03 08:10:09 (100%) Date = input().split('/') month = int(Date[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*19+'*'*len(Date[0])) print('* '+'DATE: '+Date[0]+'.'+months_of_year[month-1]+'.'+Date[2]+' *') print('*'*19+'*'*len(Date[0])) |
Top-Level Statements: cluster #100(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.26% # 1505432, 2022-02-03 08:11:34 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m=input().split("/") print("********************"+"*"*(int(len(m[0]))-1)) print("* DATE:", m[0] + "." + months_of_year[int(m[1])-1] + "." + m[2] ,"*") print("********************"+"*"*(int(len(m[0]))-1)) |
Top-Level Statements: cluster #101(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.26% # 1505499, 2022-02-03 08:12:08 (100%) x = input().split('/') m = int(x[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] y = months_of_year[m-1] print('*' * (19 + len(x[0]))) print('* '+ 'DATE: '+x[0]+'.'+y+'.'+x[2]+' *' ) print('*'* (19 + len(x[0]))) |
Top-Level Statements: cluster #102(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.25% # 1505514, 2022-02-03 08:12:17 (100%) d, m, y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date = '* '+ 'DATE: ' + d + '.' + months_of_year[int(m)-1] +'.' + y + ' *' line = '*'*len(date) print(line) print(date) print(line) |
Top-Level Statements: cluster #103(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.18% # 1505324, 2022-02-03 08:10:19 (100%) d,m,y = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(20+len(d)-1)) print("*" + " " + "DATE" +":"+ " " + d + "." + months_of_year[int(m)-1] + "." + y + " " + "*") print("*"*(20+len(d)-1)) |
Top-Level Statements: cluster #104(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.05% # 1505491, 2022-02-03 08:12:02 (100%) date = input() date = date.split("/") d = date[0] m = int(date[1]) y = date[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] l = len("* DATE: "+d+"."+months_of_year[m-1]+"."+y+" *") print("*"*l) print("* DATE: "+d+"."+months_of_year[m-1]+"."+y+" *") print("*"*l) |
Top-Level Statements: cluster #105(1)
# 6xxxxxxxx1 (point = 100%) sim = 83.05% # 1505906, 2022-02-03 08:15:25 (100%) x = input().split("/") d = x[0] m = x[1] y = x[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] t = len("* DATE: " + d + "." + months_of_year[int(x[1])-1] + "." + y + " *") print("*"*t) print("* DATE: " + d + "." + months_of_year[int(x[1])-1] + "." + y + " *") print("*"*t) |
Top-Level Statements: cluster #106(1)
# 6xxxxxxxx1 (point = 100%) sim = 82.73% # 1505422, 2022-02-03 08:11:29 (100%) x = input().split('/') m = int(x[1]) months_of_year = [".","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(2+3+5+len(x[0])+9)) print('* DATE: ' + x[0] + '.' + months_of_year[m] + '.' + x[2] + ' *') print('*'*(2+3+5+len(x[0])+9)) |
Top-Level Statements: cluster #107(1)
# 6xxxxxxxx1 (point = 100%) sim = 82.57% import math # 1505657, 2022-02-03 08:13:32 (100%) d,m,y =input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m=months_of_year[int(m)-1] out = '* DATE: '+str(d)+'.'+str(m)+'.'+str(y)+' *' print('*'*len(out)) print(out) print('*'*len(out)) |
Top-Level Statements: cluster #108(1)
# 6xxxxxxxx1 (point = 100%) sim = 82.57% # 1504965, 2022-02-03 08:05:33 (100%) [d, m, y] = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] M = months_of_year[int(m)-1] result = '* DATE: ' + d + '.' + M + '.' + y + ' *' print('*'*len(result)) print(result) print('*'*len(result)) |
Top-Level Statements: cluster #109(1)
# 6xxxxxxxx1 (point = 100%) sim = 82.4% # 1505809, 2022-02-03 08:14:40 (100%) a = input().split("/") b = int(a[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*******************" + "*"* len(a[0])) print("*", "DATE" + ":", a[0] + "." + months_of_year[b-1] + "." + a[2], "*") print("*******************" + "*"* len(a[0])) |
Top-Level Statements: cluster #110(1)
# 6xxxxxxxx1 (point = 100%) sim = 82.4% # 1505528, 2022-02-03 08:12:25 (100%) x = input() y = x.split("/") months_of_year = ['None',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+len(y[0]))) print('*'+' '+'DATE:'+' '+str(y[0])+'.'+months_of_year[int(y[1])]+'.'+str(y[2])+' '+'*') print('*'*(19+len(y[0]))) |
Top-Level Statements: cluster #111(1)
# 6xxxxxxxx1 (point = 100%) sim = 82.38% # 1505478, 2022-02-03 08:11:57 (100%) d,m,y=input().split("/") mo=["","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+len(d))) print('*','DATE:',d+'.'+mo[int(m)]+"."+y,'*') print('*'*(19+len(d))) |
Top-Level Statements: cluster #112(1)
# 6xxxxxxxx1 (point = 100%) sim = 81.77% # 1504952, 2022-02-03 08:05:14 (100%) x = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] b = int(x[1]) y = "*"+" "+"DATE:"+" "+x[0]+"."+months_of_year[b-1]+"."+x[2]+" "+"*" a = "*"*len(y) print(a) print(y) print(a) |
Top-Level Statements: cluster #113(1)
# 6xxxxxxxx1 (point = 100%) sim = 81.55% # 1505899, 2022-02-03 08:15:22 (100%) date = input().split("/") month = int(date[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] check_month = months_of_year[month-1] check_alp = len(date[0]) print(("*"*(19+check_alp))) print('*', 'DATE:', date[0] + '.' + check_month + '.' + date[2], '*') print(("*"*(19+check_alp))) |
Top-Level Statements: cluster #114(1)
# 6xxxxxxxx1 (point = 100%) sim = 81.12% # 1505969, 2022-02-03 08:16:16 (100%) x = input() date = x.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] l1 = 'DATE: ' + date[0] + '.' + months_of_year[int(date[1])-1] + '.' + date[2] line = '*' * int((len('*'.join(l1)))/2) print('**' + line + '***') print('* ' + l1 + ' *') print('**' + line + '***') |
Top-Level Statements: cluster #115(1)
# 6xxxxxxxx1 (point = 100%) sim = 81.04% # 1505303, 2022-02-03 08:10:06 (100%) d,m,y=input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(15+len(d)+len(y))) print('* DATE: '+d+'.'+months_of_year[int(m)-1]+'.'+y+' *') print('*'*(15+len(d)+len(y))) |
Top-Level Statements: cluster #116(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.97% # 1505690, 2022-02-03 08:13:49 (100%) a = str(input()) a = a.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] b = int(a[1]) b -= 1 a[1] = months_of_year[b] text = '* '+'DATE: '+a[0]+'.'+a[1]+'.'+a[2]+' *' c = 19*'*'+'*'*(len(a[0])) print(c) print(text) print(c) |
Top-Level Statements: cluster #117(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.93% # 1505837, 2022-02-03 08:14:53 (100%) t = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = len("* DATE: " + t[0] + "." + months_of_year[int(t[1])-1] + "." + t[2] + " *") print("*"*x) print("* DATE: " + t[0] + "." + months_of_year[int(t[1])-1] + "." + t[2] + " *") print("*"*x) |
Top-Level Statements: cluster #118(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.73% # 1505114, 2022-02-03 08:08:01 (100%) date=input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] month=months_of_year[int(date[1])-1] day=('* '+'DATE:'+' '+str(date[0])+'.'+month+'.'+str(date[2])+' *') print('*'*len(day)) print(day) print('*'*len(day)) |
Top-Level Statements: cluster #119(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.69% # 1505063, 2022-02-03 08:07:15 (100%) m= ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a=input().split('/') b=int(a[1]) c=m[b-1] d='*'+' DATE: '+a[0]+'.'+c+'.'+a[2]+' *' e=len(d) f='*'*e print(f) print(d) print(f) |
Top-Level Statements: cluster #120(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.18% # 1505818, 2022-02-03 08:14:43 (100%) a = input() b = a.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = b[0] y = months_of_year[int(b[1])-1] z = b[2] print('*'*19 + '*'*len(b[0])) print('* DATE: ' + x + '.' + y + '.' + z + ' *') print('*'*19 + '*'*len(b[0])) |
Top-Level Statements: cluster #121(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.09% # 1505477, 2022-02-03 08:11:57 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] dmy = input().split('/') print('*'*(( len(dmy[0]) + 19))) print('*','DATE:',dmy[0]+'.'+months_of_year[int(dmy[1])-1]+'.'+dmy[2],'*') print('*'*(( len(dmy[0]) + 19))) |
Top-Level Statements: cluster #122(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.0% # 1505175, 2022-02-03 08:08:42 (100%) #grader quiz week 3 d, m, y = list(map(int, input().split('/'))) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] month = months_of_year[m-1] second_row = '* DATE: ' + str(d) +'.' +month + '.' + str(y) + ' *' length = len(second_row) first_row = '*' * length print(first_row) print(second_row) print(first_row) |
Top-Level Statements: cluster #123(1)
# 6xxxxxxxx1 (point = 100%) sim = 80.0% # 1505679, 2022-02-03 08:13:42 (100%) month_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d_m_y = input() x = d_m_y.split("/") day = x[0] month = month_of_year[int(x[1])-1] year = str(x[2]) end = "DATE: " + str(day) + "." + month + "." + str(year) print("*" * (len(end) + 4) ) print("* " + end + " * ") print("*" * (len(end) + 4)) |
Top-Level Statements: cluster #124(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.82% # 1505334, 2022-02-03 08:10:23 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y = input().split('/') print('*******************'+'*'*(len(d))) print('* DATE: {}.{}.{} *'.format(d,months_of_year[int(m)-1],y)) print('*******************'+'*'*(len(d))) |
Top-Level Statements: cluster #125(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.82% # 1505446, 2022-02-03 08:11:40 (100%) M = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y = [str(e) for e in input().split("/")] print("*******************"+"*"*len(d)) print("* DATE: " + d + "." + M[int(m)-1] + "." + y + " *") print("*******************"+"*"*len(d)) |
Top-Level Statements: cluster #126(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.66% # 1505615, 2022-02-03 08:13:09 (100%) s = input() k = s.split("/") a = k[1] d = int(a) b = ['JAN','FEB','MAR','APR','MAY','JUN','JUL','AUG','SEP','OCT','NOV','DEC'] c = b[d-1] month = c date = k[0] year = k[2] print(('*')*(19+len(date))) print( '*'+' '+'DATE:'+' '+date +"."+month+"."+year+' '+'*') print(('*')*(19+len(date))) |
Top-Level Statements: cluster #127(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.55% # 1505555, 2022-02-03 08:12:38 (100%) a,b,c = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*******************' + '*'*len(a)) print('*'+' '+ 'DATE: ' + a + '.' + months_of_year[int(b)-1] + '.' + c +' '+ '*') print('*******************' + '*'*len(a)) |
Top-Level Statements: cluster #128(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.49% # 1505076, 2022-02-03 08:07:28 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] out="" d,m,y=input().split('/') out='* '+"DATE: "+d+'.'+months_of_year[int(m)-1]+'.'+y+' *' print('*'*(len(out))) print(out) print('*'*(len(out))) |
Top-Level Statements: cluster #129(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.34% # 1505107, 2022-02-03 08:07:57 (100%) dmy = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d = dmy[0] m = dmy[1] y = dmy[2] month = months_of_year[int(m)-1] print("*" * (len(d)+19)) print("* DATE: ", d + "." + month + "." + y, "*") print("*" * (len(d)+19)) |
Top-Level Statements: cluster #130(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.34% # 1505455, 2022-02-03 08:11:44 (100%) d = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] out = [d[0],months_of_year[int(d[1])-1],d[2]] s = '.'.join(out) print("*"*(len(s)+10)) print("* "+"DATE:",s,'*') print("*"*(len(s)+10)) |
Top-Level Statements: cluster #131(1)
# 6xxxxxxxx1 (point = 100%) sim = 79.08% # 1505512, 2022-02-03 08:12:16 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y= input().strip().split("/") print("********************"+"*"*(len(d)-1)) print("*","DATE:",d+"."+months_of_year[int(m)-1]+"."+y,"*") print("********************"+"*"*(len(d)-1)) |
Top-Level Statements: cluster #132(1)
# 6xxxxxxxx1 (point = 100%) sim = 78.9% # 1505759, 2022-02-03 08:14:17 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m = int(m) m = months_of_year[m-1] dmy = str(d)+'.'+str(m)+'.'+str(y) x = '* '+'DATE: '+dmy+' *' print('*'*len(x)) print(x) print('*'*len(x)) |
Top-Level Statements: cluster #133(1)
# 6xxxxxxxx1 (point = 100%) sim = 78.64% # 1505320, 2022-02-03 08:10:17 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] q = input().split('/') date = 'DATE:' + ' ' + q[0] + '.' + months_of_year[int(q[1])-1] + '.' + q[2] print('*'*(len(date)+4)) print('* ' + date + ' *') print('*'*(len(date)+4)) |
Top-Level Statements: cluster #134(1)
# 6xxxxxxxx1 (point = 100%) sim = 78.6% # 1505658, 2022-02-03 08:13:32 (100%) z = input().split("/") d = z[0] m = int(z[1]) y = z[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(19+len(d))) print('* '+"DATE: "+d+"."+months_of_year[m-1]+"."+y+' *') print("*"*(19+len(d))) |
Top-Level Statements: cluster #135(1)
# 6xxxxxxxx1 (point = 100%) sim = 78.4% # 1505377, 2022-02-03 08:10:57 (100%) dmy=input().split("/") months_of_year=["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] M=months_of_year[int(dmy[1])-1] DMY=dmy[0]+"."+M+"."+dmy[2] print("*"*(len(DMY)+10)) print("* DATE: "+DMY+" *") print("*"*(len(DMY)+10)) |
Top-Level Statements: cluster #136(1)
# 6xxxxxxxx1 (point = 100%) sim = 78.1% # 1505125, 2022-02-03 08:08:07 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] m = months_of_year[int(m)-1] print('*'*(19+len(d))) print('* DATE:', str(d)+'.'+str(m)+'.'+str(y), '*') print('*'*(19+len(d))) |
Top-Level Statements: cluster #137(1)
# 6xxxxxxxx1 (point = 100%) sim = 77.92% # 1505340, 2022-02-03 08:10:29 (100%) date = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] long = len("* DATE: "+str(date[0])+"."+(months_of_year[int(date[1])-1])+"."+str(date[2])+" *") print("*"*long) print("* DATE:",date[0]+"."+(months_of_year[int(date[1])-1])+"."+date[2],"*") print("*"*long) |
Top-Level Statements: cluster #138(1)
# 6xxxxxxxx1 (point = 100%) sim = 77.84% # 1504993, 2022-02-03 08:06:09 (100%) date = input() d,m,y = date.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] mid = '*'+' DATE: '+d+'.'+months_of_year[int(m)-1]+'.'+y+' *' print('*'*len(mid)) print(mid) print('*'*len(mid)) |
Top-Level Statements: cluster #139(1)
# 6xxxxxxxx1 (point = 100%) sim = 77.83% # 1505485, 2022-02-03 08:12:00 (100%) date = input().split('/') d,m,y = date[0], date[1], date[2] mth = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] a = 'DATE: '+ d+'.'+mth[int(m)-1]+'.'+y print ('*'*(len(a)+4)) print ('*',a,'*') print ('*'*(len(a)+4)) |
Top-Level Statements: cluster #140(1)
# 6xxxxxxxx1 (point = 100%) sim = 77.62% # 1505573, 2022-02-03 08:12:47 (100%) a,b,c = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] if int(a) < 10 : d = 20 else: d = 21 print('*'*d) print('*'+' '+'DATE: '+a+'.'+months_of_year[int(b)-1]+'.'+c+' '+'*') print('*'*d) |
Top-Level Statements: cluster #141(1)
# 6xxxxxxxx1 (point = 100%) sim = 77.62% # 1505417, 2022-02-03 08:11:23 (100%) d,m,y=input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] n=len(d)+15 print("*"*(n+4)) print("*"+" "+"DATE: "+str(d)+"."+months_of_year[int(m)-1]+"."+str(y)+" "+"*") print("*"*(n+4)) |
Top-Level Statements: cluster #142(1)
# 6xxxxxxxx1 (point = 100%) sim = 77.18% # 1505932, 2022-02-03 08:15:39 (100%) a = input().split('/') m = int(a[1]) d = int(a[0]) mo = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] m-=1 print('*'*(len(a[0])+19)) print("* DATE: "+str(a[0])+'.'+str(mo[m])+'.'+str(a[2])+''+' *') print('*'*(len(a[0])+19)) |
Top-Level Statements: cluster #143(1)
# 6xxxxxxxx1 (point = 100%) sim = 77.16% # 1505164, 2022-02-03 08:08:38 (100%) datee = input() date = datee.split("/") day = date[0] month = date[1] year = date[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*******************" + ("*"*len(day))) print("* DATE: " + day + "." + months_of_year[int(month)-1] + "." + year + " *") print("*******************" + ("*"*len(day))) |
Top-Level Statements: cluster #144(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.75% # 1505077, 2022-02-03 08:07:30 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y=input().split("/") m=int(m) print("*******************"+"*"*len(d)) print("* DATE: "+d+"."+months_of_year[m-1]+"."+y+" "+"*") print("*******************"+"*"*len(d)) |
Top-Level Statements: cluster #145(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.73% # 1505290, 2022-02-03 08:09:59 (100%) dmy = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m = int(dmy[1]) month = months_of_year[m-1] if m > 10 : print("*"*21) print("*", "DATE:", dmy[0]+"."+month+"."+dmy[2], "*") print("*"*21) else : print("*"*20) print("*", "DATE:", dmy[0]+"."+month+"."+dmy[2], "*") print("*"*20) |
Top-Level Statements: cluster #146(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.73% # 1505282, 2022-02-03 08:09:55 (100%) dmy=input() dmy_s = dmy.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] if (len(dmy_s[0])) == 1: print('*'*20) print('*','DATE:',dmy_s[0]+'.'+months_of_year[int(dmy_s[1])-1]+'.'+dmy_s[2],'*') print('*'*20) else : print('*'*21) print('*','DATE:',dmy_s[0]+'.'+months_of_year[int(dmy_s[1])-1]+'.'+dmy_s[2],'*') print('*'*21) |
Top-Level Statements: cluster #147(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.34% # 1505951, 2022-02-03 08:15:54 (100%) dmy = input().split('/') dd = dmy[0] mm = int(dmy[1]) yy = dmy[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] mm_m = months_of_year[mm-1] a = 20 if int(dd) > 9: a = 21 print("*"*a) print("* DATE: "+ dd+ "."+ mm_m+ "."+ yy+ " *") print("*"*a) |
Top-Level Statements: cluster #148(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.34% # 1505540, 2022-02-03 08:12:31 (100%) dmy = input().split("/") day = dmy[0] month = int(dmy[1]) year = dmy[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] month = months_of_year[month-1] print(("*"*20)+"*"*((len(day))-1)) print("* DATE: "+day+"."+month+"."+year+" *") print(("*"*20)+"*"*((len(day))-1)) |
Top-Level Statements: cluster #149(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.34% # 1505195, 2022-02-03 08:08:59 (100%) dmy = input().split('/') d = dmy[0] y = dmy[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m = months_of_year[int(dmy[1])-1] print('*'*(20+int(len(d)-1))) print('* DATE: '+d+'.'+m+'.'+y+' *') print('*'*(20+int(len(d)-1))) |
Top-Level Statements: cluster #150(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.05% # 1505168, 2022-02-03 08:08:40 (100%) x = input().split("/") d = x[0] m = x[1] y = x[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] muse = months_of_year[int(m)-1] message = "DATE: "+str(d)+"."+str(muse)+"."+str(y) print("*"*4+"*"*len(message)) print("*"+" "+message+" "+"*") print("*"*4+"*"*len(message)) |
Top-Level Statements: cluster #151(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.03% # 1505201, 2022-02-03 08:09:02 (100%) mo = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] [dd, mm, yyyy] = input().split('/') if int(dd) > 9: bar = '*********************' else: bar = '********************' print(bar) print('* DATE: {}.{}.{} *'.format(dd, mo[int(mm)-1], yyyy)) print(bar) |
Top-Level Statements: cluster #152(1)
# 6xxxxxxxx1 (point = 100%) sim = 76.03% # 1505169, 2022-02-03 08:08:40 (100%) months_of_year = [ "JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC" ] dmy = input().split('/') if len(dmy[0]) == 2: s = '*********************' else: s = '********************' print(s) print('* DATE: ' + dmy[0] + '.' + months_of_year[int(dmy[1]) - 1] + '.' + dmy[2] + ' *') print(s) |
Top-Level Statements: cluster #153(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.94% # 1505541, 2022-02-03 08:12:31 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] inp = input().split("/") mon = months_of_year[int(inp[1])-1] a = "*"*(12+len(inp[0])+len(mon)+len(inp[2])) print(a) print("*","DATE:",inp[0]+"."+mon+"."+inp[2],"*") print(a) |
Top-Level Statements: cluster #154(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.71% # 1505275, 2022-02-03 08:09:48 (100%) one = input().split("/") num_of_sym = 19+int(len(one[0])) sym = "*"*num_of_sym months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print(sym) print("* DATE: "+one[0]+"."+months_of_year[int(one[1])-1]+"."+one[2]+" *") print(sym) |
Top-Level Statements: cluster #155(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.7% # 1505210, 2022-02-03 08:09:08 (100%) d,m,y = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(12+len(d)+len(months_of_year[int(m)-1])+len(y))) print('*'+' '+'DATE:'+' '+d+'.'+months_of_year[int(m)-1]+'.'+y+' '+'*') print('*'*(12+len(d)+len(months_of_year[int(m)-1])+len(y))) |
Top-Level Statements: cluster #156(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.33% # 1505358, 2022-02-03 08:10:45 (100%) s=[int(e) for e in input().split('/')] month=["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] i=0 if s[0]>10: i=1 print('*'*(20+i)) print('* DATE:',str(s[0])+'.'+month[s[1]-1]+'.'+str(s[2]),'*') print('*'*(20+i)) |
Top-Level Statements: cluster #157(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.32% # 1505660, 2022-02-03 08:13:32 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a=[e for e in input().split('/')] p='*'*(len(a[0])-1) print('********************'+p) print('* DATE:',a[0]+'.'+months_of_year[int(a[1])-1]+'.'+a[2]+' *') print('********************'+p) |
Top-Level Statements: cluster #158(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.24% # 1505988, 2022-02-03 08:16:34 (100%) a = input().split('/') d = a[0] m = a[1] y = a[2] months_of_year = ['0',"JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] ans = '*' + ' DATE:' + ' ' + d + '.' + months_of_year[int(m)] + '.' + y + ' ' + '*' line = '*'*len(ans) print(line) print(ans) print(line) |
Top-Level Statements: cluster #159(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.22% # 1505216, 2022-02-03 08:09:13 (100%) d,m,y = [int(e) for e in input().split('/')] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(19+len(str(d)))) print('* DATE: ' + str(d) + '.' + str(months_of_year[m-1]) + '.' + str(y) + ' *') print('*'*(19+len(str(d)))) |
Top-Level Statements: cluster #160(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.11% # 1505104, 2022-02-03 08:07:53 (100%) # [64_2_PCG_03] 64_2_03_StrList months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date = input() d, m, y = date.split('/') text = "* DATE: " + str(d) + "." + months_of_year[int(m) - 1] + "." + str(y) + " *" frame = '*' * len(text) print(frame) print(text) print(frame) |
Top-Level Statements: cluster #161(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.11% # 1505149, 2022-02-03 08:08:29 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a = input() b = a.split("/") c = str("*" + " " + "DATE: "+ str(b[0]) + "." + str(months_of_year[int(b[1])-1]) + "." + str(b[2]) + " *") d = len(c) print("*" *d) print(c) print("*" *d) |
Top-Level Statements: cluster #162(1)
# 6xxxxxxxx1 (point = 100%) sim = 75.0% # 1505671, 2022-02-03 08:13:37 (100%) x=input().split("/") d=int(x[0]) m=int(x[1]) y=int(x[2]) months_of_year=["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(12+len(str(d))+3+len(str(y)))) print("* DATE: "+str(d)+"."+months_of_year[m-1]+"."+str(y)+" *") print("*"*(12+len(str(d))+3+len(str(y)))) |
Top-Level Statements: cluster #163(1)
# 6xxxxxxxx1 (point = 100%) sim = 74.54% # 1505668, 2022-02-03 08:13:35 (100%) date = input().split("/") day = date[0] months_of_year = ["","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] month = months_of_year[int(date[1])] year = date[2] all = "* DATE: " + day +"."+month +"."+year +" "+"*" print("*"*len(all)) print(all) print("*"*len(all)) |
Top-Level Statements: cluster #164(1)
# 6xxxxxxxx1 (point = 100%) sim = 73.91% # 1505066, 2022-02-03 08:07:19 (100%) d=[str(e) for e in input().split('/')] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(19+len(d[0]))) print("* DATE: {}.{}.{} *".format(d[0],months_of_year[int(d[1])-1],d[2])) print("*"*(19+len(d[0]))) |
Top-Level Statements: cluster #165(1)
# 6xxxxxxxx1 (point = 100%) sim = 73.76% # 1505113, 2022-02-03 08:08:01 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y = input().split('/') print('*'*(19+len(d))) print('* DATE: ' + d +'.'+ months_of_year[int(m)-1] +'.'+ y +' *') print('*'*(19+len(d))) |
Top-Level Statements: cluster #166(1)
# 6xxxxxxxx1 (point = 100%) sim = 73.73% # 1505080, 2022-02-03 08:07:36 (100%) date = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = date[0] m = months_of_year[int(date[1])-1] y = date[2] space = '*'*19 print(space+'*'*len(d)) print('*'+' '+'DATE:'+' '+d+'.'+m+'.'+y+' '+'*') print(space+'*'*len(d)) |
Top-Level Statements: cluster #167(1)
# 6xxxxxxxx1 (point = 100%) sim = 73.33% # 1505081, 2022-02-03 08:07:36 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y=input().split('/') if int(d)<10: print('********************') print('* DATE: '+d+'.'+months_of_year[int(m)-1]+'.'+y+' *') print('********************') else: print('*********************') print('* DATE: '+d+'.'+months_of_year[int(m)-1]+'.'+y+' *') print('*********************') |
Top-Level Statements: cluster #168(1)
# 6xxxxxxxx1 (point = 100%) sim = 73.33% # 1505257, 2022-02-03 08:09:37 (100%) dmy = input().split("/") d = dmy[0] months_of_year = ["", "JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] m = months_of_year[int(dmy[1])] y = dmy[2] if len(d) == 1: print("********************") print("* DATE: " + d + "." + m + "." + y +" *") print("********************") else: print("*********************") print("* DATE: " + d + "." + m + "." + y +" *") print("*********************") |
Top-Level Statements: cluster #169(1)
# 6xxxxxxxx1 (point = 100%) sim = 73.11% import math # 1505420, 2022-02-03 08:11:29 (100%) dmy = input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d = dmy[0] m = int(dmy[1]) y = dmy[2] print("*" * (19+int(len(d)))) print("*" + " " + "DATE:" ,d + "." + months_of_year[m-1] + "." + y + " " + "*") print("*" * (19+int(len(d)))) |
Top-Level Statements: cluster #170(1)
# 6xxxxxxxx1 (point = 100%) sim = 72.92% # 1505707, 2022-02-03 08:13:56 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split('/') w = str('* DATE: '+date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2]+' *') print('*'*(len(w))) print('* DATE:' ,date[0]+'.'+months_of_year[int(date[1])-1]+'.'+date[2] , '*' ) print('*'*(len(w))) |
Top-Level Statements: cluster #171(1)
# 6xxxxxxxx1 (point = 100%) sim = 72.84% # 1505148, 2022-02-03 08:08:27 (100%) zb = input().split("/") d = zb[0] m = zb[1] y = zb[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] m = months_of_year[int(m) - 1] plusstar = '*'*(len(d) - 1) print('********************' + plusstar) print('* DATE:', d + '.' + m + '.' + y, '*') print('********************' + plusstar) |
Top-Level Statements: cluster #172(1)
# 6xxxxxxxx1 (point = 100%) sim = 72.73% # 1505770, 2022-02-03 08:14:24 (100%) d,m,y = [i for i in input().split('/')] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] c = months_of_year[int(m)-1] b = '*'+' '+'DATE:'+' '+str(d)+'.'+str(c)+'.'+str(y)+' '+'*' a = '*'*(len(d)+19) print(a) print(b) print(a) |
Top-Level Statements: cluster #173(1)
# 6xxxxxxxx1 (point = 100%) sim = 72.28% # 1505263, 2022-02-03 08:09:41 (100%) months_of_year = ["", "JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] list_dmy = input().split("/") line = "*"*19 + "*"*len(list_dmy[0]) date_line = "* DATE: " + list_dmy[0] + "." + months_of_year[int(list_dmy[1])] + "." + list_dmy[2] + " *" print(line + "\n" + date_line + "\n" + line) |
Top-Level Statements: cluster #174(1)
# 6xxxxxxxx1 (point = 100%) sim = 72.13% # 1505198, 2022-02-03 08:09:00 (100%) date = input().split("/") day = date[0] months_of_year = [" ","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] month = months_of_year[int(date[1])] year = date[2] text = '* DATE: ' + day + "." + month + "." + year + " *" len_text = len(text) print('*' * len_text) print('* DATE: ' + day + "." + month + "." + year + " *") print('*' * len_text) |
Top-Level Statements: cluster #175(1)
# 6xxxxxxxx1 (point = 100%) sim = 71.79% # 1505237, 2022-02-03 08:09:25 (100%) d=input() n=d.split("/") a=["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m=n[0]+"."+a[int(n[1])-1]+"."+n[2] l=len(m) p=int(l)+10 u=("*")*p print(u) print("* DATE:",n[0]+"."+a[int(n[1])-1]+"."+n[2],"*") print(u) |
Top-Level Statements: cluster #176(1)
# 6xxxxxxxx1 (point = 100%) sim = 71.75% # 1505535, 2022-02-03 08:12:28 (100%) date = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] day = date[0] month = months_of_year[(int(date[1])-1)] year = date[2] date1 = [day,month,year] row2 = '* '+'DATE: '+('.'.join(date1))+' *' row1 = '*'*len(row2) row3 = '*'*len(row2) print(row1) print(row2) print(row3) |
Top-Level Statements: cluster #177(1)
# 6xxxxxxxx1 (point = 100%) sim = 71.48% # 1505501, 2022-02-03 08:12:09 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] dmy = input().split("/") k = int(dmy[1]) j = k-1 l = months_of_year[j] p = len("* DATE: "+dmy[0]+"."+l+"."+dmy[2]+" *") print("*"*p+"\n"+"* DATE: "+dmy[0]+"."+l+"."+dmy[2]+" *\n"+"*"*p) |
Top-Level Statements: cluster #178(1)
# 6xxxxxxxx1 (point = 100%) sim = 71.48% # 1505475, 2022-02-03 08:11:55 (100%) date = input() months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date = date.split('/') date[1] = int(date[1]) date[1] = date[1] - 1 l = len('* ' + ('DATE: ' + date[0] + '.' + months_of_year[date[1]] + '.' + date[2]) + ' *') print('*'*l) print('* ' + ('DATE: ' + date[0] + '.' + months_of_year[date[1]] + '.' + date[2]) + ' *') print('*'*l) |
Top-Level Statements: cluster #179(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.78% # 1505622, 2022-02-03 08:13:14 (100%) a = str(input()).split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d = a[0] ms = int(a[1])-1 m = months_of_year[ms] y = int(a[2]) s = '*'*(len(d)+19) print(s) print('* DATE: '+d+'.'+m+'.'+str(y)+' *') print(s) |
Top-Level Statements: cluster #180(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.56% # 1505172, 2022-02-03 08:08:41 (100%) d,m,y=[str(e) for e in input().split("/")] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] m=months_of_year[int(m)-1] print("*"*(12+len(d)+len(y)+len(m))) print("* "+"DATE:"+" "+d+"."+m+"."+y+" *") print("*"*(12+len(d)+len(y)+len(m))) |
Top-Level Statements: cluster #181(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.55% # 1505412, 2022-02-03 08:11:22 (100%) date = input() d = date.split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*len('* '+ 'DATE: ' + d[0]+'.'+ months_of_year[int(d[1])-1] +'.'+d[2] +' *')) print('* '+ 'DATE: ' + d[0]+'.'+ months_of_year[int(d[1])-1] +'.'+d[2] +' *') print('*'*len('* '+ 'DATE: ' + d[0]+'.'+ months_of_year[int(d[1])-1] +'.'+d[2] +' *')) |
Top-Level Statements: cluster #182(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.55% # 1505139, 2022-02-03 08:08:22 (100%) d,m,y = input().split("/") months_of_year = ["","JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*len("* DATE: " + d + "." + months_of_year[int(m)] + "." + y + " *")) print("* DATE: " + d + "." + months_of_year[int(m)] + "." + y + " *") print("*"*len("* DATE: " + d + "." + months_of_year[int(m)] + "." + y + " *")) |
Top-Level Statements: cluster #183(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.54% # 1505652, 2022-02-03 08:13:28 (100%) n = input() t = n.split("/") b = t[1] b = int(b) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] a = "* "+"DATE: "+t[0]+"."+(str(months_of_year[b-1])+"."+t[2]+" *") print("*"*len(a)) print("* "+"DATE: "+t[0]+"."+(str(months_of_year[b-1])+"."+t[2]+" *")) print("*"*len(a)) |
Top-Level Statements: cluster #184(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.49% # 1505881, 2022-02-03 08:15:13 (100%) i = input().split("/") month = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if int(i[1]) >10: print("*"*21) else: print("*"*20) print("*","DATE:",i[0]+"."+month[int(i[1])-1]+"."+i[2],"*") if int(i[1]) >10: print("*"*21) else: print("*"*20) |
Top-Level Statements: cluster #185(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.33% # 1505285, 2022-02-03 08:09:57 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split("/") month = months_of_year[int(date[1])-1] if len(date[0]) == 1: print("*"*20) print("*","DATE:",date[0]+"."+month+"."+date[2],"*") print("*"*20) if len(date[0]) == 2: print("*" * 21) print("*","DATE:",date[0]+"."+month+"."+date[2],"*") print("*" * 21) |
Top-Level Statements: cluster #186(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.23% # 1505388, 2022-02-03 08:11:05 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d = str(input()) date = d.split('/') d = date[0] m = months_of_year[int(date[1])-1] y = date[2] line = d + '.' + m + '.' + y linee = '* DATE: ' + line +' '+'*' intro = len(linee)*'*' print(intro) print(linee) print(intro) |
Top-Level Statements: cluster #187(1)
# 6xxxxxxxx1 (point = 100%) sim = 70.06% # 1505846, 2022-02-03 08:14:58 (100%) date = input().split('/') d = date[0] m = date[1] y = date[2] months_of_year = ['JAN','FEB','MAR','APR','MAY','JUN','JUL','AUG','SEP', 'OCT','NOV','DEC'] m = months_of_year[int(m)-1] if len(date[0]) == 1: print('*'*20) print('*'+' '+'DATE:'+' '+str(date[0])+'.'+months_of_year[int(date[1])-1]+'.'+str(date[2])+' '+'*') print('*'*20) else: print('*'*21) print('*'+' '+'DATE:'+' '+str(date[0])+'.'+months_of_year[int(date[1])-1]+'.'+str(date[2])+' '+'*') print('*'*21) |
Top-Level Statements: cluster #188(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.9% # 1505926, 2022-02-03 08:15:36 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y=str(input()).split('/') nm=int(m) mon=months_of_year[nm-1] gif='*'*(19+len(d)) print(gif) print('* DATE: ' + d +'.'+ mon +'.'+ y +' *') print(gif) |
Top-Level Statements: cluster #189(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.67% # 1505229, 2022-02-03 08:09:21 (100%) n = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d = int(n[0]) m = int(n[1]) y = int(n[2]) m_p = months_of_year[m-1] print("*"*(19+len(str(d)))) print("* DATE: "+str(d)+"."+m_p+"."+str(y)+" *") print("*"*(19+len(str(d)))) |
Top-Level Statements: cluster #190(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.64% # 1505312, 2022-02-03 08:10:14 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] #date=input().replace('/','.') date=input().split('/') date[1]=months_of_year[int(date[1])-1] last_date='.'.join(date) #print(date) #print(last_date) print('*'*(10+len(last_date))) print('* '+'DATE:',end=' ') print(last_date,end=' *\n') print('*'*(10+len(last_date))) |
Top-Level Statements: cluster #191(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.35% # 1505931, 2022-02-03 08:15:39 (100%) x = input().split("/") m = int(x[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] k = months_of_year[m-1] p = "*"+" "+"DATE:"+" "+x[0]+"."+k+"."+x[2]+" "+"*" print ("*"*len(p)) print ("*"+" "+"DATE:"+" "+x[0]+"."+k+"."+x[2]+" "+"*") print ("*"*len(p)) |
Top-Level Statements: cluster #192(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.33% # 1505581, 2022-02-03 08:12:51 (100%) D = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] d = str(D[0])+'.'+months_of_year[int(D[1])-1]+'.'+str(D[2]) if len(str(D[0])) >=2 : print('*********************') print('* DATE:',d,'*') print('*********************') else: print('********************') print('* DATE:',d,'*') print('********************') |
Top-Level Statements: cluster #193(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.3% # 1505332, 2022-02-03 08:10:23 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x = input().split('/') d = x[0] m = int(x[1]) month = months_of_year[m-1] y = x[2] ans = '* DATE: '+d+'.'+month+'.'+y+' *' a = len(ans) print('*'*a) print('* DATE: '+d+'.'+month+'.'+y+' *') print('*'*a) |
Top-Level Statements: cluster #194(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.23% # 1505970, 2022-02-03 08:16:17 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] date = str(input()) date = date.split('/') x = int(len(date[0])+len(date[2])) print('*'*(x+15)) print('* DATE: '+str(date[0])+'.'+months_of_year[(int(date[1])-1)]+'.'+str(date[2])+' *') print('*'*(x+15)) |
Top-Level Statements: cluster #195(1)
# 6xxxxxxxx1 (point = 100%) sim = 69.11% # 1504974, 2022-02-03 08:05:44 (100%) d,m,y=input().split("/") months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*len("*"+" "+"DATE:"+" "+d+"."+months_of_year[int(m)-1]+"."+y+" "+"*")) print("*"+" "+"DATE:"+" "+d+"."+months_of_year[int(m)-1]+"."+y+" "+"*") print("*"*len("*"+" "+"DATE:"+" "+d+"."+months_of_year[int(m)-1]+"."+y+" "+"*")) |
Top-Level Statements: cluster #196(1)
# 6xxxxxxxx1 (point = 100%) sim = 68.97% # 1505556, 2022-02-03 08:12:40 (100%) x=input().split("/") d=x[0] m=int(x[1]) y=x[2] o = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*len("*"+" "+"DATE: "+d+"."+o[m-1]+"."+y +" "+"*")) print("*"+" "+"DATE: "+d+"."+o[m-1]+"."+y +" "+"*") print("*"*len("*"+" "+"DATE: "+d+"."+o[m-1]+"."+y +" "+"*")) |
Top-Level Statements: cluster #197(1)
# 6xxxxxxxx1 (point = 100%) sim = 68.93% # 1505004, 2022-02-03 08:06:20 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input() sp = date.split('/') if ((int(sp[0])) < 10): print('*'*20) print('* DATE: '+sp[0]+'.'+months_of_year[int(sp[1])-1]+'.'+sp[2]+' *') print('*'*20) else : print('*'*21) print('* DATE: '+sp[0]+'.'+months_of_year[int(sp[1])-1]+'.'+sp[2]+' *') print('*'*21) |
Top-Level Statements: cluster #198(1)
# 6xxxxxxxx1 (point = 100%) sim = 68.87% # 1505558, 2022-02-03 08:12:42 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split("/") d = date[0] m = int(date[1]) y = date[2] dorkjand = len(d)-1 print("*"*20 + "*"*dorkjand) print("*" , "DATE:", d +"."+ months_of_year[m-1] +"."+ y+ " *") print("*"*20 +"*"*dorkjand) |
Top-Level Statements: cluster #199(1)
# 6xxxxxxxx1 (point = 100%) sim = 68.55% # 1505772, 2022-02-03 08:14:25 (100%) date = input().split('/') d = date[0] m = int(date[1]) y = date[2] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] print('*'*(len('* DATE: ')+len('.. *')+len(str(d))+len(str(y))+3)) print('* DATE: ' + d + '.' + months_of_year[m-1] + '.' + y + ' *') print('*'*(len('* DATE: ')+len('.. *')+len(str(d))+len(str(y))+3)) |
Top-Level Statements: cluster #200(1)
# 6xxxxxxxx1 (point = 100%) sim = 68.49% # 1504968, 2022-02-03 08:05:35 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] input = str(input()) d,m,y = input.split("/") m_new = months_of_year[int(m)-1] list_new = [d,m_new,y] date_new = ".".join(list_new) ans = "* DATE: " + date_new +" *" lenans = len(ans) print("*"*lenans) print(ans) print("*"*lenans) |
Top-Level Statements: cluster #201(1)
# 6xxxxxxxx1 (point = 100%) sim = 67.98% # 1504971, 2022-02-03 08:05:41 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y = list(map(int, input().split('/'))) format = '* DATE: ' + '{}.{}.{}'.format(d,months_of_year[m-1],y) + ' *' print('*'*len(format)) print(format) print('*'*len(format)) |
Top-Level Statements: cluster #202(1)
# 6xxxxxxxx1 (point = 100%) sim = 67.05% # 1505301, 2022-02-03 08:10:05 (100%) a=input().split("/") d=a[0] m=int(a[1]) y=a[2] months=["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] print("*"*(19+len(d))) print("*","DATE:",d,end='') print(".",end='') print(months[m-1],end='') print(".",end='') print(y,"*") print("*"*(19+len(d))) |
Top-Level Statements: cluster #203(1)
# 6xxxxxxxx1 (point = 100%) sim = 66.42% # 1505398, 2022-02-03 08:11:10 (100%) x = input() x = x.split('/') months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] d = x[0] m = months_of_year[(int(x[1])-1)] y = x[2] print((len(str(d)+str(m)+str(y))+12)*'*') print('*', 'DATE:', str(d)+'.'+str(m)+'.'+str(y), '*') print((len(str(d)+str(m)+str(y))+12)*'*') |
Top-Level Statements: cluster #204(1)
# 6xxxxxxxx1 (point = 100%) sim = 66.06% # 1505773, 2022-02-03 08:14:26 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] x = input() d, m, y = x.split('/') DMY = str(d)+'.'+months_of_year[int(m)-1] + '.' +y print('*'*19 + '*'*len(d)) print('*' + ' ' + 'DATE:' + ' '+str(DMY)+' '+'*') print('*'*19 + '*'*len(d)) |
Top-Level Statements: cluster #205(1)
# 6xxxxxxxx1 (point = 100%) sim = 65.85% # 1505872, 2022-02-03 08:15:08 (100%) date = input().split('/') months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] if len(date[0]) > 1: print('*********************') print('* DATE: ' + str(date[0]) + '.' + months_of_year[int(date[1]) - 1] + '.' + str(date[2]) +' *') print('*********************') else: print('********************') print('* DATE: ' + str(date[0]) + '.' + months_of_year[int(date[1]) - 1] + '.' + str(date[2]) +' *') print('********************') |
Top-Level Statements: cluster #206(1)
# 6xxxxxxxx1 (point = 100%) sim = 65.48% # 1505734, 2022-02-03 08:14:07 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] da = input() da=da.split("/") da = [int(x) for x in da] if da[0]<=9: dot = "*"*20 else: dot = "*"*21 print(dot) da[0] = str(da[0]) da[2] = str(da[2]) print("* DATE:",da[0]+"."+months_of_year[da[1]-1]+"."+da[2],"*") print(dot) |
Top-Level Statements: cluster #207(1)
# 6xxxxxxxx1 (point = 100%) sim = 64.44% from operator import concat # 1504934, 2022-02-03 08:04:47 (100%) d = input().split('/') months_of_year = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"] x = ' '.join(['*', 'DATE: {}.{}.{}'.format(d[0], months_of_year[int(d[1]) - 1], d[2]), '*']) print('*' * len(x)) print(x) print('*' * len(x)) |
Top-Level Statements: cluster #208(1)
# 6xxxxxxxx1 (point = 100%) sim = 63.64% # 1505623, 2022-02-03 08:13:14 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] x = input().split('/') y = '*'+' '+'DATE:'+' '+x[0]+'.'+ months_of_year[int(x[1])-1] + '.'+x[2]+' '+'*' print('*' * len('*'+' '+'DATE:'+' '+x[0]+'.'+ months_of_year[int(x[1])-1] + '.'+x[2]+' '+'*')) print(y) print('*' * len('*'+' '+'DATE:'+' '+x[0]+'.'+ months_of_year[int(x[1])-1] + '.'+x[2]+' '+'*')) |
Top-Level Statements: cluster #209(1)
# 6xxxxxxxx1 (point = 100%) sim = 63.24% # 1505415, 2022-02-03 08:11:23 (100%) t = input().split("/") t[1] = int(t[1]) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] if len(t[0])==1: print('********************') elif len(t[0])==2: print('*********************') print('*','DATE:',t[0]+'.'+months_of_year[t[1]-1]+'.'+t[2]+' '+'*') if len(t[0])==1: print('********************') elif len(t[0])==2: print('*********************') |
Top-Level Statements: cluster #210(1)
# 6xxxxxxxx1 (point = 100%) sim = 62.11% # 1505443, 2022-02-03 08:11:38 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] dmy = input() dmy = dmy.split('/') dateFormat = dmy[0] + '.' + months_of_year[int(dmy[1])-1] + '.' + dmy[2] if(len(dmy[0]) == 1): print('*' * 20) else: print('*' * 21) print('* DATE: ' + dateFormat + ' *') if(len(dmy[0]) == 1): print('*' * 20) else: print('*' * 21) |
Top-Level Statements: cluster #211(1)
# 6xxxxxxxx1 (point = 100%) sim = 61.98% # 1505530, 2022-02-03 08:12:25 (100%) a = [int (e) for e in input().split('/')] months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] a[1]=months_of_year[a[1]-1] string = "* DATE: {}.{}.{} *" print('*******************'+'*'*len(str(a[0]))) print(string.format(a[0],a[1],a[2])) print('*******************'+'*'*len(str(a[0]))) |
Top-Level Statements: cluster #212(1)
# 6xxxxxxxx1 (point = 100%) sim = 61.93% # 1505380, 2022-02-03 08:10:58 (100%) inp = input().split("/") date = list(map(int, inp)) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] text = "* DATE: {}.{}.{} *".format(date[0], months_of_year[date[1] -1 ], date[2]) text2 = len(text)*"*" print("""{} {} {} """.format(text2, text, text2)) |
Top-Level Statements: cluster #213(1)
# 6xxxxxxxx1 (point = 100%) sim = 61.24% # 1505178, 2022-02-03 08:08:45 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date = input().split("/") if len(date[0]) > 1: print("*********************") else: print("********************") print("* DATE: " + date[0], end="") print("." + months_of_year[int(date[1]) - 1], end="") print("." + date[2] + " *") if len(date[0]) > 1: print("*********************") else: print("********************") |
Top-Level Statements: cluster #214(1)
# 6xxxxxxxx1 (point = 100%) sim = 56.02% # 1505597, 2022-02-03 08:12:59 (100%) months_of_year = ["","JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y = input().split('/') totalstar = 8 + 2 + 5 + len(y) + len(d) for x in range(totalstar): print("*",end='') print() print("* DATE: ",end='') print("%s.%s.%s *" %(d,months_of_year[int(m)],y)) for x in range(totalstar): print("*",end='') |
Top-Level Statements: cluster #215(1)
# 6xxxxxxxx1 (point = 100%) sim = 55.14% # 1505159, 2022-02-03 08:08:35 (100%) a=input() months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] d,m,y=a.split("/") m=months_of_year[int(m)-1] print(len("*"+" "+"DATE: "+d+"."+m+"."+y+" *")*"*") print("*"+" "+"DATE: "+d+"."+m+"."+y+" *") print((len("*"+" "+"DATE: "+d+"."+m+"."+y+" *")*"*")) |
Top-Level Statements: cluster #216(1)
# 6xxxxxxxx1 (point = 100%) sim = 50.0% # 1505239, 2022-02-03 08:09:27 (100%) d,m,y=input().split('/') print("*"*(12+len(d)+3+len(y))) print("* DATE: ",".".join([d,["JAN","FEB","MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"][int(m)-1],y])," *",sep="") print("*"*(12+len(d)+3+len(y))) |
Top-Level Statements: cluster #217(1)
# 6xxxxxxxx1 (point = 100%) sim = 38.64% # 1505564, 2022-02-03 08:12:44 (100%) months_of_year = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"] date=input() date2=date.split("/") if int(date2[0])<10 : for i in range(0,20) : print("*",end="") print("") print("* DATE: ",end="") print(date2[0],end="") print(".",end="") print(months_of_year[int(date2[1])-1],end="") print(".",end="") print(date2[2],end="") print(" ",end="") print("*") for i in range(0,20) : print("*",end="") if int(date2[0])>=10 : for i in range(0,21) : print("*",end="") print("") print("* DATE: ",end="") print(date2[0],end="") print(".",end="") print(months_of_year[int(date2[1])-1],end="") print(".",end="") print(date2[2],end="") print(" ",end="") print("*") for i in range(0,21) : print("*",end="") |
Top-Level Statements: cluster #218(1)
# 6xxxxxxxx1 (point = 100%) sim = 23.39% def Month(bb): ans = months_of_year[bb-1] if (len(a) == 1): print('*'*20) print('* DATE: ' + day + '.' + ans + '.' +year + ' *') print('*'*20) else: print('*'*21) print('* DATE: ' + day + '.' + ans + '.' +year + ' *') print('*'*21) # 1505016, 2022-02-03 08:06:31 (100%) a,b,c = input().split("/") day = str(a) bb = int(b) year = str(c) months_of_year = ['JAN','FEB',"MAR","APR","MAY","JUN", "JUL","AUG","SEP","OCT","NOV","DEC"] Month(bb) |