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
s408679859
p02391
u467309160
1436150503
Python
Python3
py
Runtime Error
0
0
142
nums = input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a < b') else a > b; print('a > b') else: print('a == b'(
s579815367
p02391
u467309160
1436150531
Python
Python3
py
Runtime Error
0
0
142
nums = input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a < b') else a > b; print('a > b') else: print('a == b')
s406687971
p02391
u467309160
1436150575
Python
Python3
py
Runtime Error
0
0
142
nums = input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a < b') elsF a > b; print('a > b') else: print('a == b')
s471071426
p02391
u605525736
1436150578
Python
Python3
py
Runtime Error
0
0
148
nums = input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a < b') elif a > b: ptint('a > b') else: print('a == b')
s774259307
p02391
u467309160
1436150641
Python
Python3
py
Runtime Error
0
0
142
nums = input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a < b') elif a > b; print('a > b') else: print('a == b')
s497013615
p02391
u636711749
1436150940
Python
Python3
py
Runtime Error
0
0
141
nums = input().split() a = int(num[0]) b = int(num[1]) if a < b: print('a < b') elif a > b: print('a > b') else: print('a == b')
s379522989
p02391
u686134343
1436151093
Python
Python3
py
Runtime Error
0
0
129
nums =intpi().split() s = int(nume[0)) b = int(nums[1]) if a < b: print(a) elif a > b: print("a < b") eles: print('a == b')
s360261497
p02391
u686134343
1436151159
Python
Python3
py
Runtime Error
0
0
125
nums =intpi().split() a = int(nume[0) b = int(nums[1]) if a < b: print(a) elif a > b: print("a < b") eles: print('a == b')
s604916923
p02391
u686134343
1436151179
Python
Python3
py
Runtime Error
0
0
126
nums =intpi().split() a = int(nume[0]) b = int(nums[1]) if a < b: print(a) elif a > b: print("a < b") eles: print('a == b')
s846560976
p02391
u686134343
1436151215
Python
Python3
py
Runtime Error
0
0
126
nums =input().split() a = int(nume[0]) b = int(nums[1]) if a < b: print(a) elif a > b: print("a < b") eles: print('a == b')
s579573470
p02391
u686134343
1436151270
Python
Python3
py
Runtime Error
0
0
132
nums =input().split() a = int(nume[0]) b = int(nums[1]) if a < b: print('a > b') elif a > b: print('a < b') eles: print('a == b')
s975921999
p02391
u686134343
1436151311
Python
Python3
py
Runtime Error
0
0
141
nums =input().split() a = int(nume[0]) b = int(nums[1]) if a < b: print('a > b') elif a > b: print('a < b') eles: print('a == b')
s071278309
p02391
u686134343
1436151372
Python
Python3
py
Runtime Error
0
0
144
nums =input().split() a = int(nume[0]) b = int(nums[1]) if a < b: print('a > b') elif a > b: print('a < b') eles: print('a == b')
s936579319
p02391
u686134343
1436151513
Python
Python3
py
Runtime Error
0
0
144
nums =input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a > b') elif a > b: print('a < b') eles: print('a == b')
s291452364
p02391
u686134343
1436151563
Python
Python3
py
Runtime Error
0
0
144
nums =input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a < b') elif a > b: print('a > b') eles: print('a == b')
s173545969
p02391
u473077745
1436156581
Python
Python3
py
Runtime Error
0
0
142
nums = input().split() a = int(nums[0]) b = int(nums[1]) if a < b: print('a < b') elif a > b: print('a > b') elif: print('a == b')
s367548503
p02391
u749493116
1436346952
Python
Python
py
Runtime Error
0
0
190
#!/usr/bin/env python # -*- coding: utf-8 -*- data = map(int, raw_input().split()) if data[0] < data[1]: print "a < b" elif data[0] == data[1]: print "a == b" elif: print "a > b"
s129049365
p02391
u484576700
1436448736
Python
Python
py
Runtime Error
0
0
113
a, b = map(int, raw_input()/split()) if a > b: print a > b elif a < b: print a < b else: print a == b
s694648173
p02391
u473077745
1439773565
Python
Python3
py
Runtime Error
0
0
95
if a < b: print('a < b') if a > b: print('a > b') if a == b: print('a == b') else: pass
s674132036
p02391
u473077745
1439774127
Python
Python3
py
Runtime Error
0
0
116
if a < b: return print('a < b') if a > b: return print('a > b') if a == b: return print('a == b') else: pass
s761305533
p02391
u473077745
1439774326
Python
Python3
py
Runtime Error
0
0
120
if a < b: return print('a < b') elif a > b: return print('a > b') elif a == b: return print('a == b') else: pass
s120057862
p02391
u473077745
1439774745
Python
Python3
py
Runtime Error
0
0
89
if a < b: return a < b if a > b: return a > b if a == b: return a == b else: pass
s420883010
p02391
u722558010
1440577706
Python
Python3
py
Runtime Error
0
0
115
a,b=map(int,input().split()) if a>b: print("a > b") elif a==b: print("a == b") else: print("a < b")
s816956620
p02391
u572760146
1442667289
Python
Python
py
Runtime Error
0
0
166
S = input() L = S.split() a = L[0] b = L[1] if int(a) < int(b): print('a < b') elif int(a) > int(b): print('a > b') elif int(a) == int(b): print('a == b')
s940432342
p02391
u572760146
1442667655
Python
Python
py
Runtime Error
0
0
158
S = input() L = S.split() a = L[0] a = int(a) b = L[1] b = int(b) if a < b: print('a < b') elif a > b: print('a > b') elif a == b: print('a == b')
s528259899
p02391
u313994256
1442849644
Python
Python
py
Runtime Error
0
0
118
x = raw_input().split() if x[0] < x[2]: print "a < b" elif x[0] > x[2]: print "a > b" else: print "a == b"
s126378791
p02391
u465282900
1446855615
Python
Python
py
Runtime Error
0
0
115
a,b=main(int,raw_input().split()) if a<b: print "a < b" elif a>b: print "a > b" elif a==b: print "a==b"
s714588488
p02391
u465282900
1446855647
Python
Python
py
Runtime Error
0
0
117
a,b=main(int,raw_input().split()) if a<b: print "a < b" elif a>b: print "a > b" elif a==b: print "a == b"
s366106973
p02391
u982618289
1448856181
Python
Python3
py
Runtime Error
0
0
270
# -*- coding: utf-8 -*- input = input().strip().split() a = int(input[0]) b = int(input[1]) def comp(a, b): if a>b: return "a > b" elif a<b: return "a < b" else: return "a == b" print(demp(a,b))
s380143215
p02391
u663227983
1452510011
Python
Python
py
Runtime Error
0
0
149
m = map(int,raw_input().split()) if m[0] < m[1]: print a + " < " + b elif m[0] == m[1]: print a + " == " + b elif m[0] > m[1]: print a + " > " + b
s073512286
p02391
u824204304
1452651488
Python
Python
py
Runtime Error
0
0
119
a, b=map(int,raw_input().split()) if a > b: print "a > b" if a < b: print "a < b" if a = b: print "a == b"
s420162302
p02391
u424209323
1452652014
Python
Python
py
Runtime Error
0
0
146
num = input().split() if (num[0] == num[1]): print "a == b" if (num[0] < num[1]): print "a < b" if (num[0] > num[1]): print "a > b"
s597597696
p02391
u682357930
1452652995
Python
Python
py
Runtime Error
0
0
114
a,b = map(int, input().split()) if a > b: print a,">",b if a < b: print a,"<",b if a == b: print a, "==", b
s831657815
p02391
u233232390
1452653184
Python
Python
py
Runtime Error
0
0
94
a = raw_input() b = raw_input() if a>b: print "a>b" if a<b: print "a<b" else: print "a==b"
s311616589
p02391
u233232390
1452653228
Python
Python
py
Runtime Error
0
0
104
a = int(raw_input()) b = int(raw_input()) if a>b: print "a>b" if a<b: print "a<b" else: print "a==b"
s021368109
p02391
u834416077
1452826024
Python
Python
py
Runtime Error
0
0
108
a = input() b = input() if a > b: print 'a > b' elif a < b: print 'a < b' elif a == b: print 'a == b'
s951308196
p02391
u834416077
1452826226
Python
Python
py
Runtime Error
0
0
128
a, b = map(int, raw_input().split()) if a > b: print 'a > b' elif a < b: print 'a < b' else: print 'a == b'
s915810801
p02391
u834416077
1452826304
Python
Python
py
Runtime Error
0
0
132
a, b = map(int, raw_input().split()) if (a > b): print 'a > b' elif (a < b): print 'a < b' else: print 'a == b'
s736058958
p02391
u834416077
1452826346
Python
Python
py
Runtime Error
0
0
131
a, b = map(int, raw_input().split()) if (a > b): print 'a > b' elif a == b: print 'a == b' else: print 'a < b'
s959675765
p02391
u724923896
1452844942
Python
Python
py
Runtime Error
0
0
100
a = input() b = input() if a < b: print "a < b" if a == b: print "a = b" if a > b: print "a > b"
s567960075
p02391
u724923896
1452844988
Python
Python
py
Runtime Error
0
0
93
a, b = input() if a < b: print "a < b" if a == b: print "a = b" if a > b: print "a > b"
s209899313
p02391
u724923896
1452845079
Python
Python
py
Runtime Error
0
0
92
a, b = input() if a < b: print "a < b" if a == b: print "a == b" if a > b: print "a > b"
s843947995
p02391
u724923896
1452845219
Python
Python
py
Runtime Error
0
0
98
a, b = input() if a < b: print "a < b" elif a > b: print "a > b" else a == b: print "a == b"
s418484877
p02391
u724923896
1452845321
Python
Python
py
Runtime Error
0
0
121
a, b = map(int, raw_input().split()) if a < b: print "a < b" elif a > b: print "a > b" else a == b: print "a == b"
s528819416
p02391
u970436839
1452856390
Python
Python
py
Runtime Error
0
0
116
a, b = map(int, raw_input().split()) if a < b: print "a < b" else if a > b: print "a > b" else: print "a = b"
s595890905
p02391
u824204304
1453025594
Python
Python
py
Runtime Error
0
0
110
a,b = int(raw_input().split()) if a > b: print 'a > b' elif (a == b): print 'a == b' else: print 'a < b'
s478426806
p02391
u078762447
1453037333
Python
Python
py
Runtime Error
0
0
131
l = map( int, raw_input().split() ) if l[0] < l[1]: print 'a < b' else if l[0] > l[1]: print 'a < b' else: print 'a == b'
s758810910
p02391
u828153094
1453133163
Python
Python
py
Runtime Error
0
0
92
a = input() b = input() if a < b: print a '<' b if a > b: print a '>' b print a '==' b
s253893580
p02391
u828153094
1453133267
Python
Python
py
Runtime Error
0
0
92
def comp(a, b): if a < b: print a '<' b if a > b: print a '>' b print a '==' b
s361492487
p02391
u828153094
1453133410
Python
Python
py
Runtime Error
0
0
88
a = input b = input if a < b: print a '<' b if a > b: print a '>' b print a '==' b
s576828280
p02391
u828153094
1453133484
Python
Python3
py
Runtime Error
0
0
95
a = input() b = input() if a < b: print(a '<' b) if a > b: print(a '>' b) print(a '==' b)
s822052147
p02391
u828153094
1453133507
Python
Python3
py
Runtime Error
0
0
95
a = input() b = input() if a < b: print(a '<' b) if a > b: print(a '>' b) print(a '==' b)
s740094200
p02391
u967035362
1453184719
Python
Python
py
Runtime Error
0
0
93
a = input() b = input() for a<b : print a < b for b<a : print b < a else print a = b
s291712662
p02391
u967035362
1453184967
Python
Python
py
Runtime Error
0
0
113
a, b = map(int, raw???input().split()) if a<b : print a<b elif a>b : print a>b elif a == b : print a==b
s819891012
p02391
u967035362
1453184976
Python
Python
py
Runtime Error
0
0
112
a, b = map(int, raw???input().split()) if a<b : print a<b elif a>b : print a>b elif a = b : print a==b
s795933760
p02391
u967035362
1453185025
Python
Python
py
Runtime Error
0
0
112
a, b = map(int, raw???input().split()) if a<b : print a<b elif a>b : print a>b elif a == b : print a=b
s380304222
p02391
u967035362
1453185048
Python
Python
py
Runtime Error
0
0
113
a, b = map(int, raw???input() ,split()) if a<b : print a<b elif a>b : print a>b elif a == b : print a=b
s389159503
p02391
u967035362
1453185063
Python
Python
py
Runtime Error
0
0
113
a, b = map(int, raw???input() .split()) if a<b : print a<b elif a>b : print a>b elif a == b : print a=b
s602729007
p02391
u967035362
1453185171
Python
Python
py
Runtime Error
0
0
120
a, b = map(int, raw???input() .split()) if a<b : print "a<b" elif a>b : print "a>b" elif a == b : print "a==b"
s394917227
p02391
u967035362
1453185284
Python
Python
py
Runtime Error
0
0
120
a, b = map(int, raw???input() .split()) if a<b : print 'a<b' elif a>b : print 'a>b' elif a == b : print 'a==b'
s619691880
p02391
u456885296
1453190203
Python
Python
py
Runtime Error
0
0
112
l=map(int,raw_input().split()) if l[0]>l[1]: print 'a > b' elif l[1]>l[0]: print 'a < b' else: print 'a == b
s714846302
p02391
u630265299
1453190876
Python
Python
py
Runtime Error
0
0
117
a, b = map(int, raw_input().split()) if a > b: print "a > b" else if a == b: print "a = b" else: print "a < b"
s838897147
p02391
u630265299
1453190898
Python
Python
py
Runtime Error
0
0
118
a, b = map(int, raw_input().split()) if a > b: print "a > b" else if a == b: print "a == b" else: print "a < b"
s535422735
p02391
u630265299
1453190945
Python
Python
py
Runtime Error
0
0
118
a, b = map(int, raw_input().split()) if a > b: print 'a > b' else if a == b: print 'a == b' else: print 'a < b'
s807053041
p02391
u563876281
1453200558
Python
Python
py
Runtime Error
0
0
116
a, b = map(int, raw_input().split()) if(a > b): print 'a > b' if(a = b): print 'a == b' if(a < b); print 'a < b'
s235074448
p02391
u563876281
1453200576
Python
Python
py
Runtime Error
0
0
116
a, b = map(int, raw_input().split()) if(a > b): print 'a > b' if(a = b): print 'a == b' if(a < b): print 'a < b'
s645894658
p02391
u563876281
1453200663
Python
Python
py
Runtime Error
0
0
116
a, b = map(int, raw_input().split()) if(a > b): print 'a > b' if(a = b): print 'a == b' if(a < b): print 'a < b'
s379599100
p02391
u393769849
1453203765
Python
Python
py
Runtime Error
0
0
64
a, b = map(int, raw_imput(), split()) if a < b: print "a < b"
s318910233
p02391
u393769849
1453203837
Python
Python
py
Runtime Error
0
0
120
a, b = map(int, raw_imput(), split()) if a < b: print "a < b" elif a == b: print "a == b" elif a > b: print "a > b"
s511100617
p02391
u393769849
1453203868
Python
Python
py
Runtime Error
0
0
120
a, b = map(int, raw_imput(), split()) if a < b: print 'a < b' elif a == b: print 'a == b' elif a > b: print 'a > b'
s440010753
p02391
u393769849
1453203900
Python
Python
py
Runtime Error
0
0
119
a, b = map(int, raw_imput().split()) if a < b: print 'a < b' elif a == b: print 'a == b' elif a > b: print 'a > b'
s219692709
p02391
u393769849
1453203952
Python
Python
py
Runtime Error
0
0
126
a, b = map(int, raw_imput().split()) if a < b: print 'a < b' elif a == b: print 'a == b' elif a > b: print 'a > b'
s144980685
p02391
u393769849
1453203980
Python
Python
py
Runtime Error
0
0
126
a, b = map(int, raw_imput().split()) if a < b: print 'a < b' elif a > b: print 'a > b' elif a == b: print 'a == b'
s278394739
p02391
u393769849
1453204034
Python
Python
py
Runtime Error
0
0
126
a, b = map(int, raw_input().split()) if a < b: print 'a < b' elif a > b: print 'a > b' elif a == b: print 'a == b'
s035242762
p02391
u393769849
1453204122
Python
Python
py
Runtime Error
0
0
126
a, b = map(int, raw_input().split()) if a < b: print 'a < b' elif a > b: print 'a > b' elif a == b: print 'a == b'
s608793335
p02391
u828153094
1453209148
Python
Python
py
Runtime Error
0
0
106
a = input() b = input() if a < b: print a '<' b elif a > b: print a '>' b else: print a '==' b
s707166428
p02391
u047737909
1453209593
Python
Python
py
Runtime Error
0
0
74
a=input() b=input() if a>b print"a>b" if a<b print"a<b" else print"a=b"
s219776458
p02391
u047737909
1453209613
Python
Python
py
Runtime Error
0
0
77
a=input() b=input() if a>b: print"a>b" if a<b: print"a<b" else: print"a=b"
s054199411
p02391
u047737909
1453209697
Python
Python
py
Runtime Error
0
0
81
a=input() b=input() if (a>b): print"a>b" if (a<b): print"a<b" else: print"a=b"
s943602257
p02391
u047737909
1453209763
Python
Python
py
Runtime Error
0
0
81
a=input() b=input() if (a>b): print'a>b' if (a<b): print'a<b' else: print'a=b'
s128664724
p02391
u047737909
1453209927
Python
Python
py
Runtime Error
0
0
118
a, b = map(int, input().split()) if (a > b): print "a > b" if (a < b): print "a < b" else: print 'a == b'
s334898713
p02391
u047737909
1453209961
Python
Python
py
Runtime Error
0
0
122
a, b = map(int, raw_input().split()) if (a > b): print "a > b" if (a < b): print "a < b" else: print "a == b"
s774342897
p02391
u177295149
1453212605
Python
Python
py
Runtime Error
0
0
124
a, b = map(int, raw_input().split()) if a < b: print "a < b" else if a > b: print "a > b" else: print "a == b"
s242595882
p02391
u119456964
1453253408
Python
Python
py
Runtime Error
0
0
109
a, b = int(raw_input().split()) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s119838890
p02391
u119456964
1453253543
Python
Python
py
Runtime Error
0
0
109
a, b = int(raw_input().split()) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s146303057
p02391
u119456964
1453253609
Python
Python
py
Runtime Error
0
0
115
a, b = int(raw_input().split()) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s838064156
p02391
u119456964
1453253740
Python
Python
py
Runtime Error
0
0
115
a, b = int(raw_input().split()) if a > b: print 'a > b' elif a < b: print 'a < b' else: print 'a == b'
s935290232
p02391
u803327846
1453255919
Python
Python
py
Runtime Error
0
0
106
a,b = map(raw_input().split()) if a > b: print "a > b" if a < b: print "a < b" else print "a == b"
s227544495
p02391
u803327846
1453255932
Python
Python
py
Runtime Error
0
0
108
a,b = map(raw_input().split()) if a > b: print "a > b" if a < b: print "a < b" else: print "a == b"
s591468390
p02391
u803327846
1453255988
Python
Python
py
Runtime Error
0
0
110
a,b = map(raw_input().split()) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s515994648
p02391
u803327846
1453256007
Python
Python
py
Runtime Error
0
0
111
a, b = map(raw_input().split()) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s796408874
p02391
u803327846
1453256013
Python
Python
py
Runtime Error
0
0
111
a, b = map(raw_input().split()) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s569427125
p02391
u803327846
1453256026
Python
Python
py
Runtime Error
0
0
111
a, b = map(raw_input().split()) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s576945781
p02391
u803327846
1453256089
Python
Python
py
Runtime Error
0
0
107
a, b = map(raw_input().split()) if a>b: print "a > b" elif a<b: print "a < b" else: print "a == b"
s400663111
p02391
u803327846
1453256125
Python
Python
py
Runtime Error
0
0
107
a, b = map(raw_input().split()) if a>b: print 'a > b' elif a<b: print 'a < b' else: print 'a == b'
s336819398
p02391
u803327846
1453256253
Python
Python
py
Runtime Error
0
0
109
a, b = map(raw_input().split) if a > b: print 'a > b' elif a < b: print 'a < b' else: print 'a == b'
s122215805
p02391
u803327846
1453256352
Python
Python
py
Runtime Error
0
0
111
a,b = map(raw_input().split()) if a>b: print 'a > b' elif a<b: print 'a < b' else: print 'a == b'
s886811545
p02391
u803327846
1453256378
Python
Python
py
Runtime Error
0
0
115
a,b = map(raw_input().split()) if a > b: print 'a > b' elif a < b: print 'a < b' else: print 'a == b'
s540660565
p02391
u905964869
1455354303
Python
Python
py
Runtime Error
0
0
146
a,b = int(raw_input().strip().split(" ")) a = int(a) b = int(b) if a > b: print "a > b" elif a < b: print "a < b" else: print "a == b"
s060959800
p02391
u077284614
1461233755
Python
Python3
py
Runtime Error
0
0
100
a, b=map(int,imput().split()) if(a<b): print("a<b") elif(a>b): print("a>b") else: print("a=b")