s_id
stringlengths
10
10
p_id
stringlengths
6
6
u_id
stringlengths
10
10
date
stringlengths
10
10
language
stringclasses
1 value
original_language
stringclasses
11 values
filename_ext
stringclasses
1 value
status
stringclasses
1 value
cpu_time
stringlengths
1
5
memory
stringlengths
1
7
code_size
stringlengths
1
6
code
stringlengths
1
539k
s680525698
p02389
u038005340
1452048111
Python
Python
py
Runtime Error
0
0
93
a = input() b = input() ans1 = a * b ans2 = 2 * ( a + b ) print ans1, print ' ', print ans2
s432120400
p02389
u393769849
1452048112
Python
Python
py
Runtime Error
0
0
60
a = input() , b = input() print a * b , print a * 2 + b * 2
s289962749
p02389
u824204304
1452048152
Python
Python
py
Runtime Error
0
0
88
a = raw_input() b = raw_input() a = int(a) b = int(b) print a * b print a + a + b + b
s788509459
p02389
u613805578
1452048157
Python
Python
py
Runtime Error
0
0
55
a, b = map(input(), input()) print a * b, 2 * a + 2 * b
s064632930
p02389
u563876281
1452048159
Python
Python
py
Runtime Error
0
0
37
a=nums[0] b=nums[1] print a*b 2*(a+b)
s068201623
p02389
u038243492
1452048207
Python
Python
py
Runtime Error
0
0
71
a = raw_input() b = raw_input() a = int(a) b = int(b) s = a * b print s
s854093566
p02389
u038005340
1452048211
Python
Python
py
Runtime Error
0
0
93
a = input() b = input() ans1 = a * b ans2 = 2 * ( a + b ) print ans1, print ' ', print ans2
s065467860
p02389
u630265299
1452048213
Python
Python
py
Runtime Error
0
0
36
x = int(a b) print a * b 2 * (a + b)
s978101614
p02389
u613805578
1452048222
Python
Python
py
Runtime Error
0
0
61
a, b = map(int, raw_input().split) print a * b, 2 * a + 2 * b
s256463549
p02389
u970436839
1452048252
Python
Python
py
Runtime Error
0
0
41
a, b = input(), input() print a*b 2*a+2*b
s413294634
p02389
u038005340
1452048274
Python
Python
py
Runtime Error
0
0
83
a = input() b = input() ans1 = a * b ans2 = 2 * ( a + b ) print ans1 , print ans2
s409435863
p02389
u038005340
1452048299
Python
Python
py
Runtime Error
0
0
75
a = input() b = input() ans1 = a * b ans2 = 2 * ( a + b ) print ans1 ans2
s442194025
p02389
u970436839
1452048318
Python
Python
py
Runtime Error
0
0
48
a, b = input(), input() print a*b, print 2*a+2*b
s405927774
p02389
u038005340
1452048351
Python
Python
py
Runtime Error
0
0
64
def( a , b ) ans1 = a * b ans2 = 2 * ( a + b ) print ans1 ans2
s102881002
p02389
u630265299
1452048354
Python
Python
py
Runtime Error
0
0
59
a = input_a() b = input_b() print a * b print 2 * (a + b)
s572023031
p02389
u393769849
1452048384
Python
Python
py
Runtime Error
0
0
59
a,b= input() , input() print a * b , print a * 2 + b * 2
s445559389
p02389
u038243492
1452048396
Python
Python
py
Runtime Error
0
0
71
a = raw_input();b = raw_input() a = int(a);b = int(b) s = a * b print s
s962776189
p02389
u038005340
1452048403
Python
Python
py
Runtime Error
0
0
68
def( a , b ) ans1 = a * b ans2 = 2 * ( a + b ) print ans1 ' ' ans2
s529617195
p02389
u824204304
1452048458
Python
Python
py
Runtime Error
0
0
79
a = raw_input() b = raw_input() a = int(a) b = int(b) print a * b a + a + b + b
s121941730
p02389
u177295149
1452048524
Python
Python
py
Runtime Error
0
0
35
def_input(a,b): print a*b 2*(a+b)
s786040832
p02389
u967035362
1452048532
Python
Python
py
Runtime Error
0
0
75
a = raw_input() b = raw_input() a = int(a) b = int(b) print a*b print 2a+2b
s434318761
p02389
u824204304
1452048546
Python
Python
py
Runtime Error
0
0
85
a = raw_input() b = raw_input() a = int(a) b = int(b) print a * b printa + a + b + b
s779742063
p02389
u038005340
1452048554
Python
Python
py
Runtime Error
0
0
78
a,b = map( int , int ) ans1 = a * b ans2 = 2 * ( a + b ) print ans1 ' ' ans2
s454952107
p02389
u038005340
1452048598
Python
Python
py
Runtime Error
0
0
86
a,b = map( input() , input() ) ans1 = a * b ans2 = 2 * ( a + b ) print ans1 ' ' ans2
s880958538
p02389
u920118302
1452048602
Python
Python
py
Runtime Error
0
0
42
a, b = raw_input() print(a * b, 2 * (a+b))
s078017347
p02389
u038005340
1452048603
Python
Python
py
Runtime Error
0
0
86
a,b = map( input() , input() ) ans1 = a * b ans2 = 2 * ( a + b ) print ans1 ' ' ans2
s047462679
p02389
u824204304
1452048615
Python
Python
py
Runtime Error
0
0
86
a = raw_input() b = raw_input() a = int(a) b = int(b) print a * b, printa + a + b + b
s489972810
p02389
u177295149
1452048633
Python
Python
py
Runtime Error
0
0
33
[a,b] = input() print a*b 2*(a+b)
s872534868
p02389
u824204304
1452048692
Python
Python
py
Runtime Error
0
0
88
a = raw_input() b = raw_input() a = int(a) b = int(b) print "a * b", printa + a + b + b
s629136162
p02389
u456885296
1452048708
Python
Python
py
Runtime Error
0
0
37
a=input() b=input() print a*b,2*a+2*b
s166991739
p02389
u824204304
1452048712
Python
Python
py
Runtime Error
0
0
96
a = raw_input() b = raw_input() a = "int(a)", b = "int(b)" print "a * b", print "a + a + b + b"
s895399247
p02389
u630265299
1452048717
Python
Python
py
Runtime Error
0
0
48
a, b = input(), input() print a * b, 2 * (a + b)
s371842685
p02389
u824204304
1452048722
Python
Python
py
Runtime Error
0
0
95
a = raw_input() b = raw_input() a = "int(a)" b = "int(b)" print "a * b", print "a + a + b + b"
s176253615
p02389
u630265299
1452048781
Python
Python
py
Runtime Error
0
0
40
a, b = input() return a * b, 2 * (a + b)
s616969163
p02389
u038005340
1452048782
Python
Python
py
Runtime Error
0
0
90
a,b = map( input() , input() ) ans1 = a * b ans2 = 2 * ( a + b ) print ans1 + ' ' + ans2
s928944778
p02389
u038243492
1452048831
Python
Python
py
Runtime Error
0
0
71
l = raw_input().split() s = l[0] * l[1] y = (l[0] + l[1]) * 2 print s y
s352055357
p02389
u038243492
1452048852
Python
Python
py
Runtime Error
0
0
69
l = raw_input().split() s = l[0] * l[1] y = (l[0] + l[1]) * 2 print s
s695875570
p02389
u038005340
1452048884
Python
Python
py
Runtime Error
0
0
92
a,b = map( input() , input().split() ) ans1 = a * b ans2 = 2 * ( a + b ) print ans1 , ans2
s562466111
p02389
u967035362
1452048890
Python
Python
py
Runtime Error
0
0
75
a = raw_input() b = raw_input() a = input(a) b = input(b) print a*b 2*a+2*b
s003599680
p02389
u619765879
1452048903
Python
Python
py
Runtime Error
0
0
33
a = input() b = input() print a*b
s029983526
p02389
u824204304
1452048907
Python
Python
py
Runtime Error
0
0
96
a = raw_input() b = raw_input() a = "int(a)", b = "int(b)" print "a * b", print "a + a + b + b"
s797534013
p02389
u824204304
1452048942
Python
Python
py
Runtime Error
0
0
95
a = raw_input() a = "int(a)" b = raw_input() b = "int(b)" print "a * b", print "a + a + b + b"
s506386390
p02389
u630265299
1452048950
Python
Python
py
Runtime Error
0
0
61
a, b = map(int, raw_input. split()) return a * b, 2 * (a + b)
s615895537
p02389
u047737909
1452048977
Python
Python
py
Runtime Error
0
0
65
a = int(input()) b = int(input()) print("%d %d"%(a*b)%(2*a+2*b))
s713756546
p02389
u967035362
1452048985
Python
Python
py
Runtime Error
0
0
53
a,b = raw_input() a,b = input(a,b) print a*b, 2*a+2*b
s073373688
p02389
u630265299
1452048992
Python
Python
py
Runtime Error
0
0
63
a, b = map(int, raw_input(). split()) return a * b, 2 * (a + b)
s325056677
p02389
u334643297
1452049016
Python
Python
py
Runtime Error
0
0
54
a=input() b=input() print a*b print " " print (a+b)*2
s488195007
p02389
u630265299
1452049036
Python
Python
py
Runtime Error
0
0
62
a, b = map(int, raw_input(). split()) return a * b 2 * (a + b)
s513783669
p02389
u803327846
1452049059
Python
Python
py
Runtime Error
0
0
41
a = input() b = input() s = a * b print s
s986621533
p02389
u967035362
1452049114
Python
Python3
py
Runtime Error
0
0
58
a,b = map( int , raw_input().split() ) print a*b , 2*(a+b)
s063927187
p02389
u630265299
1452049115
Python
Python
py
Runtime Error
0
0
63
a, b = map(int, raw_input(). split()) return a * b, 2 * (a + b)
s973567728
p02389
u920118302
1452049115
Python
Python
py
Runtime Error
0
0
49
a, b = raw_input, raw_input print(a * b, 2*(a+b))
s728149351
p02389
u663227983
1452049122
Python
Python
py
Runtime Error
0
0
49
a = input() b = input() print a*b + " " + 2*(a+b)
s351148048
p02389
u920118302
1452049174
Python
Python
py
Runtime Error
0
0
63
a, b = int(raw_input()), int(raw_input()) print(a * b, 2*(a+b))
s038333968
p02389
u920118302
1452049183
Python
Python
py
Runtime Error
0
0
63
a, b = int(raw_input()), int(raw_input()) print(a * b, 2*(a+b))
s842294630
p02389
u619765879
1452049188
Python
Python
py
Runtime Error
0
0
55
a, b = map(str, raw_input().split()) print a*b (a+b)*2
s956561667
p02389
u047737909
1452049192
Python
Python
py
Runtime Error
0
0
67
a = int(input()) b = int(input()) print("%d %d"%((a*b),(2*a+2*b)))
s311627022
p02389
u619765879
1452049209
Python
Python
py
Runtime Error
0
0
55
a, b = map(str, raw_input().split()) print a*b (a+b)*2
s250871613
p02389
u393769849
1452049212
Python
Python
py
Runtime Error
0
0
72
a, b = map(int, raw_input().split():) print a * b , print a * 2 + b * 2
s295399179
p02389
u920118302
1452049225
Python
Python
py
Runtime Error
0
0
69
a, b = int(input()), int(input()) S = a * b R = 2 * (a+b) print(S, R)
s825483227
p02389
u038243492
1452049225
Python
Python
py
Runtime Error
0
0
81
l = raw_input().split() s = l[0] * l[1] y = (l[0] + l[1]) * 2 print s, print " "y
s379186328
p02389
u393769849
1452049232
Python
Python
py
Runtime Error
0
0
66
a, b = map(int, raw_input().split():) print a * b , a * 2 + b * 2
s352490388
p02389
u920118302
1452049243
Python
Python
py
Runtime Error
0
0
64
a, b = int(input(), input()) S = a * b R = 2 * (a+b) print(S, R)
s590214369
p02389
u920118302
1452049250
Python
Python
py
Runtime Error
0
0
59
a, b = input(), input() S = a * b R = 2 * (a+b) print(S, R)
s376115854
p02389
u047737909
1452049289
Python
Python
py
Runtime Error
0
0
75
a = int(input()) b = int(input()) print("%d"%(a*b)) print(" %d"%(2*a+2*b))
s918319435
p02389
u619765879
1452049391
Python
Python
py
Runtime Error
0
0
56
a, b = map(str, raw_input().split()) print a*b, (a+b)*2
s998636145
p02389
u047737909
1452049395
Python
Python
py
Runtime Error
0
0
74
a = int(input()) b = int(input()) print("%d"%(a*b)) print(" %d"%(2*a+2*b))
s049670196
p02389
u663227983
1452049396
Python
Python
py
Runtime Error
0
0
59
a = input() b = input() print str(a*b) + " " + str(2*(a+b))
s995778473
p02389
u619765879
1452049454
Python
Python
py
Runtime Error
0
0
55
a, b = map(int, raw_input().split()) print a*b (a+b)*2
s207858382
p02389
u119456964
1452051395
Python
Python
py
Runtime Error
0
0
70
x = int(raw_input()) , y = int(raw_input()) print x*y , print 2*x+2*y
s691281390
p02389
u119456964
1452051416
Python
Python
py
Runtime Error
0
0
68
x = int(raw_input()) y = int(raw_input()) print x*y , print 2*x+2*y
s633686070
p02389
u920118302
1452139676
Python
Python
py
Runtime Error
0
0
62
a = int(raw_input()) b = int(raw_input()) print(a*b, 2*(a+b))
s518949476
p02389
u920118302
1452139686
Python
Python
py
Runtime Error
0
0
62
a = int(raw_input()) b = int(raw_input()) print(a*b, 2*(a+b))
s159694910
p02389
u920118302
1452139708
Python
Python
py
Runtime Error
0
0
62
a = int(raw_input()) b = int(raw_input()) print(a*b, 2*(a+b))
s710702195
p02389
u885467869
1452227096
Python
Python
py
Runtime Error
0
0
75
a = input() b = input() s = a * b l = 2 * (a + b) print '%d %d' % (s, l)
s083821580
p02389
u885467869
1452310941
Python
Python
py
Runtime Error
0
0
74
a = input() b = input() s = a * b l = 2 * (a + b) print "%d %d" % (s, l)
s255820942
p02389
u885467869
1452311652
Python
Python
py
Runtime Error
0
0
204
#??????????????? : ?¨??????\??????????????????????????????, http://qiita.com/clarinet758/items/53e31ec10b873975438b a, b = map(int, raw_input().split()) s = a * b l = 2 * (a + b) print "%d %d" % (s ,l)
s970336364
p02389
u885467869
1452311802
Python
Python
py
Runtime Error
0
0
204
#??????????????? : ?¨??????\??????????????????????????????, http://qiita.com/clarinet758/items/53e31ec10b873975438b a, b = map(int, raw_input().split()) s = a * b l = 2 * (a + b) print "%d %d" % (s ,l)
s562465842
p02389
u885467869
1452311914
Python
Python
py
Runtime Error
0
0
204
#??????????????? : ?¨??????\??????????????????????????????, http://qiita.com/clarinet758/items/53e31ec10b873975438b a, b = map(int, raw_input().split()) s = a * b l = 2 * (a + b) print "%d %d" % (s ,l)
s297926437
p02389
u885467869
1452311992
Python
Python
py
Runtime Error
0
0
205
#??????????????? : ?¨??????\??????????????????????????????, http://qiita.com/clarinet758/items/53e31ec10b873975438b a, b = map(int, raw_input().split()) s = a * b l = 2 * (a + b) print "%d %d" % (s ,l)
s475927705
p02389
u885467869
1452312406
Python
Python
py
Runtime Error
0
0
205
#??????????????? : ?¨??????\??????????????????????????????, http://qiita.com/clarinet758/items/53e31ec10b873975438b a, b = map(int, raw_input().split()) s = a * b l = 2 * (a + b) print "%d, %d" % (s ,l)
s316175070
p02389
u885467869
1452312576
Python
Python
py
Runtime Error
0
0
233
#??????????????? : ?¨??????\??????????????????????????????, http://qiita.com/clarinet758/items/53e31ec10b873975438b #print "%d %d" % (s ,l) ???RanTimeError a, b = map(int, raw_input().split()) s = a * b l = 2 * (a + b) print s, l
s622900935
p02389
u834416077
1452332239
Python
Python
py
Runtime Error
0
0
48
a = raw_input() b = raw_input() print a*b 2(a+b)
s455823044
p02389
u834416077
1452332295
Python
Python
py
Runtime Error
0
0
54
a = raw_input() b = raw_input() print a*b print 2(a+b)
s908900768
p02389
u834416077
1452332512
Python
Python
py
Runtime Error
0
0
80
a = raw_input() b = raw_input() print int(a) * int(b) print 2*(int(a) + int(b))
s375965441
p02389
u069446126
1452334759
Python
Python
py
Runtime Error
0
0
65
cond = raw_input.split() a = cond[0] b = cond[1] print a*2 + b*2
s435476612
p02389
u069446126
1452334940
Python
Python3
py
Runtime Error
0
0
77
cond = raw_input().split() a = cond[0] b = cond[1] print "(a*b) (a*2 + b*2)"
s838041896
p02389
u069446126
1452335657
Python
Python
py
Runtime Error
0
0
82
cond = map(raw_input().split()) a = cond[0] b = cond[1] print "(a*b) (a*2 + b*2)"
s352990657
p02389
u069446126
1452340860
Python
Python3
py
Runtime Error
0
0
82
cond = map(raw_input().split()) a = cond[0] b = cond[1] print "(a*b) (a*2 + b*2)"
s952222263
p02389
u069446126
1452341404
Python
Python
py
Runtime Error
0
0
85
cond = map(int, raw_input().split()) a = cond[0] b = cond[1] print (a*b) (a*2 + b*2)
s272217771
p02389
u069446126
1452341478
Python
Python3
py
Runtime Error
0
0
87
cond = map(int, raw_input().split()) a = cond[0] b = cond[1] print "(a*b) (a*2 + b*2)"
s204760548
p02389
u724923896
1452434904
Python
Python
py
Runtime Error
0
0
34
a = input(); b = input() print a*b
s759413538
p02389
u724923896
1452434964
Python
Python
py
Runtime Error
0
0
46
a = input(), b = input() print a*b, 2*a + 2*b
s234917436
p02389
u724923896
1452435375
Python
Python
py
Runtime Error
0
0
18
print a*b, a+a+b+b
s434869361
p02389
u724923896
1452435906
Python
Python
py
Runtime Error
0
0
25
print a*b, print a+a+b+b
s374387295
p02389
u047737909
1452484796
Python
Python
py
Runtime Error
0
0
55
a=int(input()) b=int(input()) c=a*b d=2*a+2*b print"c d
s772417686
p02389
u047737909
1452486033
Python
Python
py
Runtime Error
0
0
74
n = int(raw_input()) a = n[0]*n[2] b = n[0]*2 + n[2]*2 print'%d %d'%(a, b)
s624382808
p02389
u047737909
1452486071
Python
Python
py
Runtime Error
0
0
74
n = int(raw_input()) a = n[0]*n[2] b = n[0]*2 + n[2]*2 print'%d %d'%(a, b)
s045860490
p02389
u047737909
1452486561
Python
Python
py
Runtime Error
0
0
54
a,b=map('input()','input()) c=a*b d=2*a+2*b print'c d'
s353481125
p02389
u047737909
1452486740
Python
Python
py
Runtime Error
0
0
62
a,b=map('raw_input()','raw_input()) c=a*b d=2*a+2*b print'c d'