s_id
string
p_id
string
u_id
string
date
string
language
string
original_language
string
filename_ext
string
status
string
cpu_time
string
memory
string
code_size
string
code
string
error
string
stdout
string
s218342194
p02402
u669360983
1430200670
Python
Python3
py
Runtime Error
0
0
101
n=input() data=list(map((int, input().split())) print('%d %d %d' %(min(data), max(data), sum(data) ))
File "/tmp/tmpnspe2_i2/tmpm7xozs3x.py", line 2 data=list(map((int, input().split())) ^ SyntaxError: '(' was never closed
s912690056
p02402
u669360983
1430200842
Python
Python3
py
Runtime Error
0
0
207
n=input() data=list(map((int, input().split())) print('%d %d %d' %(min(data), max(data),n=int(input()) data=list(map(int, input().split())) print('%d %d %d' % (min(data), max(data), sum(data) )) sum(data) ))
File "/tmp/tmp9po_rzpb/tmp73vma1r8.py", line 2 data=list(map((int, input().split())) ^ SyntaxError: '(' was never closed
s598631815
p02402
u669360983
1430200853
Python
Python3
py
Runtime Error
0
0
208
n=input() data=list(map((int, input().split())) print('%d %d %d' %(min(data), max(data),n=int(input()) data=list(map(int, input().split())) print('%d %d %d' % (min(data), max(data), sum(data) )) sum(data) )))
File "/tmp/tmpy8dk1u9l/tmpxv2y2mi6.py", line 2 data=list(map((int, input().split())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
s679619470
p02402
u669360983
1430200864
Python
Python3
py
Runtime Error
0
0
107
n=int(input()) data=list(map(int, input().split())) print('%d %d %d' % (min(data), max(data), sum(data) )))
File "/tmp/tmph6cty60g/tmpnjy__0_7.py", line 3 print('%d %d %d' % (min(data), max(data), sum(data) ))) ^ SyntaxError: unmatched ')'
s728242258
p02402
u172616925
1435431448
Python
Python
py
Runtime Error
0
0
327
def min(a,i) for t in range(0, i) if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i) for t in range(0, i) if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i) for t in range(1, i) a[0] += a[t] return a[0] i = int(raw_input().split()) a = map(int, raw_input().split()) print "min(a,i) max(a,i) su...
File "/tmp/tmptz0dwkdf/tmpwbw4rgsa.py", line 1 def min(a,i) ^ SyntaxError: expected ':'
s568595870
p02402
u172616925
1435445998
Python
Python
py
Runtime Error
0
0
327
def min(a,i) for t in range(0, i) if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i) for t in range(0, i) if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i) for t in range(1, i) a[0] += a[t] return a[0] i = int(raw_input().split()) a = map(int, raw_input().split()) print "min(a,i) max(a,i) su...
File "/tmp/tmpm69rai8d/tmp1q6lzwg1.py", line 1 def min(a,i) ^ SyntaxError: expected ':'
s457166930
p02402
u172616925
1435446003
Python
Python
py
Runtime Error
0
0
327
def min(a,i) for t in range(0, i) if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i) for t in range(0, i) if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i) for t in range(1, i) a[0] += a[t] return a[0] i = int(raw_input().split()) a = map(int, raw_input().split()) print "min(a,i) max(a,i) su...
File "/tmp/tmpal9fr2ni/tmpaoy010u3.py", line 1 def min(a,i) ^ SyntaxError: expected ':'
s674746500
p02402
u172616925
1435446122
Python
Python
py
Runtime Error
0
0
325
def min(a,i) for t in range(0, i) if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i) for t in range(0, i) if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i) for t in range(1, i) a[0] += a[t] return a[0] i = int(raw_input().split()) a = map(int, raw_input().split()) print min(a,i) max(a,i) sum...
File "/tmp/tmpg9s9hxro/tmpv88r8bvm.py", line 1 def min(a,i) ^ SyntaxError: expected ':'
s446068162
p02402
u172616925
1435446192
Python
Python
py
Runtime Error
0
0
331
def min(a,i): for t in range(0, i): if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i): for t in range(0, i): if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i): for t in range(1, i): a[0] += a[t] return a[0] i = int(raw_input().split()) a = map(int, raw_input().split()) print min(a,i) max(a,...
File "/tmp/tmpjizgb41n/tmpadh552dc.py", line 2 for t in range(0, i): ^ IndentationError: expected an indented block after function definition on line 1
s677372646
p02402
u172616925
1435446297
Python
Python
py
Runtime Error
0
0
323
def min(a,i): for t in range(0, i): if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i): for t in range(0, i): if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i): for t in range(1, i): a[0] += a[t] return a[0] i = int(raw_input()) a = map(int, raw_input().split()) print min(a,i) max(a,i) sum(a...
File "/tmp/tmpkbiz1iex/tmpobg1gyf6.py", line 2 for t in range(0, i): ^ IndentationError: expected an indented block after function definition on line 1
s379882388
p02402
u172616925
1435446541
Python
Python
py
Runtime Error
0
0
339
def min(a,i): for t in range(0, i): if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i): for t in range(0, i): if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i): for t in range(1, i): a[0] += a[t] return a[0] i = int(raw_input()) a = map(int, raw_input().split()) print min(a,i...
File "/tmp/tmpnyan602j/tmpt_7mxcee.py", line 20 print min(a,i) max(a,i) sum(a,i) ^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s639594409
p02402
u172616925
1435446666
Python
Python
py
Runtime Error
0
0
339
def min(a,i): for t in range(0, i): if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i): for t in range(0, i): if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i): for t in range(1, i): a[0] += a[t] return a[0] i = int(raw_input()) a = map(int, raw_input().split()) print min(a,i...
File "/tmp/tmpzqs9bksl/tmpjaxi9474.py", line 20 print min(a,i) max(a,i) sum(a,i) ^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s567458388
p02402
u172616925
1435563172
Python
Python
py
Runtime Error
0
0
352
def min(a,i): for t in range(0, i): if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i): for t in range(0, i): if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i): for t in range(1, i): a[0] += a[t] return a[0] i = int(raw_input()) a = map(int, raw_input().split()) print "%d %d ...
File "/tmp/tmpdsrryvaz/tmpddzh0fgk.py", line 20 print "%d %d %d" % min(a,i) max(a,i) sum(a,i) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s643204060
p02402
u172616925
1435563314
Python
Python
py
Runtime Error
0
0
354
def min(a,i): for t in range(0, i): if a[0] > a[t]: a[0] = a[t] return a[0] def max(a,i): for t in range(0, i): if a[0] < a[t]: a[0] = a[t] return a[0] def sum(a,i): for t in range(1, i): a[0] += a[t] return a[0] i = int(raw_input()) a = map(int, raw_input().split()) print "%d %d ...
File "/tmp/tmpusu87gn5/tmp30a_p7z8.py", line 20 print "%d %d %d" % (min(a,i) max(a,i) sum(a,i)) ^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
s459830026
p02402
u609407244
1436077297
Python
Python3
py
Runtime Error
0
0
76
n = int(input()) L = map(int, input().split()) print(min(L), max(L), sum(L))
Traceback (most recent call last): File "/tmp/tmpp67x3x8s/tmp8lin46eb.py", line 1, in <module> n = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s422327122
p02402
u131984977
1437961395
Python
Python3
py
Runtime Error
0
0
121
input() data = input().split() minimum = min(data) maximum = max(data) total = sum(data) print(minimum, maximum, total)
Traceback (most recent call last): File "/tmp/tmpyiesiqxk/tmpn_hn8eh1.py", line 1, in <module> input() EOFError: EOF when reading a line
s162511546
p02402
u713218261
1437961631
Python
Python3
py
Runtime Error
0
0
127
input() data = [int(i) for i in input().split()] print(min(data), max(data), sum(data)) ~
File "/tmp/tmp2zrcl41n/tmpu4jb4k7t.py", line 4 ~ ^ SyntaxError: invalid syntax
s768802642
p02402
u118723993
1437961822
Python
Python3
py
Runtime Error
0
0
121
input() date = input().split() minimum = min(date) maximum = max(date) total = sum(date) print(minimum, maximum, total)
Traceback (most recent call last): File "/tmp/tmpnlorel3u/tmpt1cqiieg.py", line 1, in <module> input() EOFError: EOF when reading a line
s250759750
p02402
u389610071
1437967175
Python
Python3
py
Runtime Error
0
0
142
input() data = input().split() minimum = print(max(data)) maximum = print(min(data)) total = print(sum(data)) print(minimum, maximum, total)
Traceback (most recent call last): File "/tmp/tmpud7m41k8/tmpjhb4qjy_.py", line 1, in <module> input() EOFError: EOF when reading a line
s341846380
p02402
u389610071
1438570674
Python
Python3
py
Runtime Error
0
0
139
input() data = [str(i) for i in input().split()] minimum = max(data) maximum = min(data) total = sum(data) print(minimum, maximum, total)
Traceback (most recent call last): File "/tmp/tmpt5on3w0q/tmpm20luuk8.py", line 1, in <module> input() EOFError: EOF when reading a line
s639602628
p02402
u389610071
1438570720
Python
Python3
py
Runtime Error
0
0
121
input() data = input().split() minimum = max(data) maximum = min(data) total = sum(data) print(minimum, maximum, total)
Traceback (most recent call last): File "/tmp/tmplsjwl2cl/tmpcvz7v_jx.py", line 1, in <module> input() EOFError: EOF when reading a line
s558563662
p02402
u389610071
1439302671
Python
Python3
py
Runtime Error
0
0
123
input() nums = input().split() maximium = max(nums) minimium = min(nums) sums = sum(nums) print(maximium, minimium, sums)
Traceback (most recent call last): File "/tmp/tmp64yfc5ma/tmp7_jywm6k.py", line 1, in <module> input() EOFError: EOF when reading a line
s709947472
p02402
u389610071
1439302712
Python
Python3
py
Runtime Error
0
0
133
input() nums = input().split() int(nums) maximium = max(nums) minimium = min(nums) sums = sum(nums) print(maximium, minimium, sums)
Traceback (most recent call last): File "/tmp/tmpbezxno5w/tmpdt83d_i9.py", line 1, in <module> input() EOFError: EOF when reading a line
s984179175
p02402
u389610071
1439302961
Python
Python3
py
Runtime Error
0
0
179
input() nums = [int(i) for i in input().split()] maximium = max(nums) minimium = min(nums) sums = 0 for r in range(len(nums)): sums += nums[r] print(maxinium, minimium, sums)
Traceback (most recent call last): File "/tmp/tmpz47d_g2t/tmpq1siesf1.py", line 1, in <module> input() EOFError: EOF when reading a line
s156849474
p02402
u614711522
1439858893
Python
Python3
py
Runtime Error
0
0
90
input() nums = [ int(i) for i in input().split()] print( min(mums), max(nums), sum(nums))
Traceback (most recent call last): File "/tmp/tmpdyjqtgvz/tmp_okf6_6x.py", line 1, in <module> input() EOFError: EOF when reading a line
s364952620
p02402
u473077745
1440639340
Python
Python3
py
Runtime Error
0
0
96
input() nums = [ int(i) for i in input().split()] ?????? print( min(nums), max(nums), sum(nums))
File "/tmp/tmpys8dy9wi/tmpuei55zuk.py", line 3 ?????? ^ SyntaxError: invalid syntax
s154847408
p02402
u473077745
1440639440
Python
Python3
py
Runtime Error
0
0
99
input() nums = [ int(i) for i in input().split()] ?????? print( min(nums), max(nums), sum(nums))
File "/tmp/tmpbgaf9pxd/tmpndhfkpsq.py", line 1 input() IndentationError: unexpected indent
s595159283
p02402
u473077745
1440639475
Python
Python3
py
Runtime Error
0
0
92
input() nums = [ int(i) for i in input().split()] ?? print( min(nums), max(nums), sum(nums))
File "/tmp/tmp03zcsp7s/tmpy81gu99m.py", line 3 ?? ^ SyntaxError: invalid syntax
s169830493
p02402
u686134343
1440649549
Python
Python3
py
Runtime Error
0
0
83
input() nums = [ int(i) for i in input().split()] print( min(nums), max(nums),
File "/tmp/tmpmhe9dd6f/tmpguucm410.py", line 4 print( min(nums), max(nums), ^ SyntaxError: '(' was never closed
s714981618
p02402
u313994256
1444695503
Python
Python
py
Runtime Error
0
0
114
n = raw_input().split() x = raw_input().split() a=0 for i in range(n): a += int(x[i]) print max(x) min(x) a
File "/tmp/tmpuraoguve/tmpkrz6s0qk.py", line 8 print max(x) min(x) a ^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s506534115
p02402
u313994256
1444695518
Python
Python
py
Runtime Error
0
0
114
n = raw_input().split() x = raw_input().split() a=0 for i in range(n): a += int(x[i]) print max(x),min(x),a
File "/tmp/tmp7jgzx4cq/tmpuhxt5gm3.py", line 8 print max(x),min(x),a ^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s059901472
p02402
u775586391
1447813077
Python
Python3
py
Runtime Error
0
0
103
n = input() l = [int(i) for i in input().split()] print(' '.join([str(min(l)),str(max(l)),str(sum(l))])
File "/tmp/tmprce_4nq1/tmp0q3hjvqt.py", line 3 print(' '.join([str(min(l)),str(max(l)),str(sum(l))]) ^ SyntaxError: '(' was never closed
s693692404
p02402
u811841526
1449073918
Python
Python3
py
Runtime Error
0
0
76
input() xs = map(int, input().split()) print([f(xs) for f in [min,max,sum]])
Traceback (most recent call last): File "/tmp/tmp3s3hx6ey/tmp0rqxg5it.py", line 1, in <module> input() EOFError: EOF when reading a line
s467083526
p02402
u811841526
1449073975
Python
Python3
py
Runtime Error
0
0
95
input() xs = map(int, input().split()) print(' '.join(map(str,[f(xs) for f in [min,max,sum]])))
Traceback (most recent call last): File "/tmp/tmpky8_a90r/tmpqaue5f4t.py", line 1, in <module> input() EOFError: EOF when reading a line
s289777594
p02402
u811841526
1449074057
Python
Python3
py
Runtime Error
0
0
101
input() xs = map(int, input().split()) print(' '.join(map(str,[f(list(xs)) for f in [min,max,sum]])))
Traceback (most recent call last): File "/tmp/tmpq7kp0vf5/tmpka_oc01k.py", line 1, in <module> input() EOFError: EOF when reading a line
s475248095
p02402
u279955105
1450513834
Python
Python
py
Runtime Error
0
0
132
t = input() lst = list(map(int, input().split())) a = max(lst) b = min(lst) c = sum(lst) print(str(b) + " " + str(a) + " " + str(c))
Traceback (most recent call last): File "/tmp/tmpp7uphk13/tmpeo85cprr.py", line 1, in <module> t = input() ^^^^^^^ EOFError: EOF when reading a line
s793949605
p02402
u613805578
1453861937
Python
Python
py
Runtime Error
0
0
99
n=raw_input() a=[] for i in range(n): a[i]=raw_input() print '%d %d %d' %(min(a), max(b), sum(a))
File "/tmp/tmphret3wq6/tmpxszy3wol.py", line 5 print '%d %d %d' %(min(a), max(b), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s725897820
p02402
u613805578
1453861946
Python
Python
py
Runtime Error
0
0
99
n=raw_input() a=[] for i in range(n): a[i]=raw_input() print '%d %d %d' %(min(a), max(b), sum(a))
File "/tmp/tmpb_zefjif/tmpsamu7t14.py", line 5 print '%d %d %d' %(min(a), max(b), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s722805471
p02402
u613805578
1453861999
Python
Python
py
Runtime Error
0
0
99
n=raw_input() a=[] for i in range(n): a[i]=raw_input() print '%d %d %d' %(min(a), max(a), sum(a))
File "/tmp/tmpyki9tstq/tmpzab4e0n3.py", line 5 print '%d %d %d' %(min(a), max(a), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s452274239
p02402
u613805578
1453862011
Python
Python
py
Runtime Error
0
0
99
n=raw_input() a=[] for i in range(n): a[i]=raw_input() print "%d %d %d" %(min(a), max(a), sum(a))
File "/tmp/tmpuzcbz3rc/tmphnconoe6.py", line 5 print "%d %d %d" %(min(a), max(a), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s086846931
p02402
u613805578
1453862202
Python
Python
py
Runtime Error
0
0
110
n=raw_input() a=[] for i in range(n): a.append(int(raw_input())) print "%d %d %d" %(min(a), max(a), sum(a))
File "/tmp/tmp_2wc7i0c/tmpf0g5m9ql.py", line 5 print "%d %d %d" %(min(a), max(a), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s085880533
p02402
u613805578
1453862214
Python
Python
py
Runtime Error
0
0
110
n=raw_input() a=[] for i in range(n): a.append(int(raw_input())) print '%d %d %d' %(min(a), max(a), sum(a))
File "/tmp/tmpo5ui1hjm/tmp0v4cxkrx.py", line 5 print '%d %d %d' %(min(a), max(a), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s282358835
p02402
u613805578
1453862298
Python
Python
py
Runtime Error
0
0
111
n=raw_input() a=[] for i in range(n): a.append(int(raw_input())) print '%d %d %d' % (min(a), max(a), sum(a))
File "/tmp/tmpd1kra6u1/tmp42td_m7u.py", line 5 print '%d %d %d' % (min(a), max(a), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s658854707
p02402
u613805578
1453862496
Python
Python
py
Runtime Error
0
0
110
n=raw_input() a=[] for i in range(n): a.append(int(raw_input())) print'%d %d %d' % (min(a), max(a), sum(a))
File "/tmp/tmpoctv7hov/tmpebkz90pk.py", line 5 print'%d %d %d' % (min(a), max(a), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s786515015
p02402
u233232390
1453862616
Python
Python
py
Runtime Error
0
0
211
n = input() l = map(int, raw_input().split()) max = l[0] min = l[0] s = l[0] for i in range(len(n)): if max < l[i]: max = l[i] if min > l[i]: min = l[i] s = s + l[i] print min, max, s
File "/tmp/tmp3_04lpdl/tmp0gptcma5.py", line 12 print min, max, s ^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s516173048
p02402
u613805578
1453862689
Python
Python
py
Runtime Error
0
0
109
n=raw_input() a=[] for i in range(n): a.append(int(raw_input())) print '%d %d %d' % (min(a),max(a),sum(a))
File "/tmp/tmpsgr0lhua/tmpxk49kx6h.py", line 5 print '%d %d %d' % (min(a),max(a),sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s147321547
p02402
u047737909
1453862806
Python
Python
py
Runtime Error
0
0
125
n=int(input()) a=[0]*n sum=0 for i in range(n): a[i]= int(input()) sum=sum+a[i] a.sort() print'%d,%d,%d'%(a[0],a[n-1],sum)
File "/tmp/tmp_ppy6a2e/tmpfb57u7es.py", line 9 print'%d,%d,%d'%(a[0],a[n-1],sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s955940740
p02402
u047737909
1453862831
Python
Python
py
Runtime Error
0
0
120
n=input() a=[0]*n sum=0 for i in range(n): a[i]= int(input()) sum=sum+a[i] a.sort() print'%d,%d,%d'%(a[0],a[n-1],sum)
File "/tmp/tmpewvt10v7/tmpntfsfsq5.py", line 9 print'%d,%d,%d'%(a[0],a[n-1],sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s468515356
p02402
u233232390
1453862881
Python
Python
py
Runtime Error
0
0
188
n = input() l = map(int, raw_input().split()) max = l[0] min = l[0] s = l[0] for i in range[1:n]: if max < l[i]: max = l[i] if min > l[i]: min = l[i] s += s + l[i] print min, max, s
File "/tmp/tmpjoqn0drn/tmpf68ug0ut.py", line 12 print min, max, s ^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s683551638
p02402
u233232390
1453862899
Python
Python
py
Runtime Error
0
0
188
n = input() l = map(int, raw_input().split()) max = l[0] min = l[0] s = l[0] for i in range(1:n): if max < l[i]: max = l[i] if min > l[i]: min = l[i] s += s + l[i] print min, max, s
File "/tmp/tmp27aqiovd/tmpizb1ab77.py", line 6 for i in range(1:n): ^ SyntaxError: invalid syntax
s711454928
p02402
u613805578
1453862951
Python
Python
py
Runtime Error
0
0
107
n=input() a=[] for i in range(n): a.append(int(raw_input())) print '%d %d %d' % (min(a), max(a), sum(a))
File "/tmp/tmpxco0qe2a/tmpqdmk0q35.py", line 5 print '%d %d %d' % (min(a), max(a), sum(a)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s942398810
p02402
u233232390
1453863051
Python
Python
py
Runtime Error
0
0
185
n = input() l = map(int, raw_input().split()) max = l[0] min = l[0] s = 0 for i in range(n+1): if max < l[i]: max = l[i] if min > l[i]: min = l[i] s += s + l[i] print min, max, s
File "/tmp/tmpk3e88g_3/tmp3ztnym2w.py", line 12 print min, max, s ^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s965657596
p02402
u047737909
1453863058
Python
Python
py
Runtime Error
0
0
114
n=int(input()) a=[0]*n sum=0 for i in range(n): a[i]= int(input()) sum=sum+a[i] a.sort() print'a[0],a[n-1],sum'
File "/tmp/tmp8k7z_ohj/tmpf_lv29ld.py", line 9 print'a[0],a[n-1],sum' ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s099853491
p02402
u047737909
1453863067
Python
Python3
py
Runtime Error
0
0
114
n=int(input()) a=[0]*n sum=0 for i in range(n): a[i]= int(input()) sum=sum+a[i] a.sort() print'a[0],a[n-1],sum'
File "/tmp/tmp08j9byh9/tmpmwez7lcv.py", line 9 print'a[0],a[n-1],sum' ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s582744508
p02402
u047737909
1453863330
Python
Python
py
Runtime Error
0
0
122
n=int(raw_input()) a=[0]*n sum=0 for i in range(n): a[i]= int(raw_input()) sum=sum+a[i] a.sort() print'a[0],a[n-1],sum'
File "/tmp/tmpntq2t_kd/tmpm6n80lq4.py", line 9 print'a[0],a[n-1],sum' ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s400149852
p02402
u803327846
1453863434
Python
Python
py
Runtime Error
0
0
128
n = input() N = int(raw_input().split()) sum = 0 for i in range (n): sum += N[i] print "%d %d %d" %(min(N), max(N), sum)
File "/tmp/tmp92wqqrhh/tmp_5nfsjoo.py", line 7 print "%d %d %d" %(min(N), max(N), sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s830500111
p02402
u803327846
1453863470
Python
Python
py
Runtime Error
0
0
119
n = input() N = input().split() sum = 0 for i in range (n): sum += N[i] print "%d %d %d" %(min(N), max(N), sum)
File "/tmp/tmpitkktztq/tmpda_a17ay.py", line 7 print "%d %d %d" %(min(N), max(N), sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s252307269
p02402
u834416077
1453863478
Python
Python
py
Runtime Error
0
0
203
n = int(raw_input()) a = raw_input().split() max = a[0] min = a[0] sum = 0 for i in range(n): if max<a[i]: max = a[i] if min>a[i] min = a[i] sum += a[i] print "%d %d %d" %(max, min ,sum)
File "/tmp/tmppshp469s/tmpniggy6vi.py", line 10 if min>a[i] ^ SyntaxError: expected ':'
s213046747
p02402
u834416077
1453863587
Python
Python
py
Runtime Error
0
0
204
n = int(raw_input()) a = raw_input().split() max = a[0] min = a[0] sum = 0 for i in range(n): if max<a[i]: max = a[i] if min>a[i]: min = a[i] sum += a[i] print "%d %d %d" %(max, min ,sum)
File "/tmp/tmpo52mbrp3/tmpxapqkpqn.py", line 14 print "%d %d %d" %(max, min ,sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s999355435
p02402
u724923896
1453964051
Python
Python
py
Runtime Error
0
0
205
n = input() sum = 0 for i in range(0, n-1): x = input() m[i] = x sum = sum + m[i] min = min(m[i] for i in range(0, n-1)) max = max(m[i] for i in range(0, n-1)) print '%d %d &d' &(min, max, sum)
File "/tmp/tmpa_izjc2w/tmppntddnpa.py", line 12 print '%d %d &d' &(min, max, sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s111619652
p02402
u724923896
1453964084
Python
Python
py
Runtime Error
0
0
208
n = input() sum = 0 for i in range(0, n-1): x = input() m[i] = x sum = sum + m[i] min = min(m[i] for i in range(0, n-1)) max = max(m[i] for i in range(0, n-1)) print '%d %d %d' %(min, max, sum)
File "/tmp/tmp96ud3k50/tmpgm2ixmf4.py", line 12 print '%d %d %d' %(min, max, sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s890890997
p02402
u971748390
1454073852
Python
Python3
py
Runtime Error
0
0
76
n=int(input()) s=[int(i) for i in input().split] print(min(s),max(s),sum(s))
Traceback (most recent call last): File "/tmp/tmppl_fdzmr/tmpa6l_1d4x.py", line 1, in <module> n=int(input()) ^^^^^^^ EOFError: EOF when reading a line
s584113701
p02402
u971748390
1454073910
Python
Python3
py
Runtime Error
0
0
69
input() s=[int(i) for i in input().split] print(min(s),max(s),sum(s))
Traceback (most recent call last): File "/tmp/tmpe1vzzawu/tmpzjd0i3g3.py", line 1, in <module> input() EOFError: EOF when reading a line
s528557125
p02402
u630265299
1454168000
Python
Python
py
Runtime Error
0
0
102
n = input() for i in range(n): list = input() print "%d %d %d" % (min(list), max(list), sum(list))
File "/tmp/tmp6_siltu3/tmp12j96akm.py", line 4 print "%d %d %d" % (min(list), max(list), sum(list)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s439895808
p02402
u630265299
1454168030
Python
Python
py
Runtime Error
0
0
102
n = input() for i in range(n): list = input() print "%d %d %d" % (min(list), max(list), sum(list))
File "/tmp/tmpgni1b8ez/tmpmbjdxsdr.py", line 4 print "%d %d %d" % (min(list), max(list), sum(list)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s634598576
p02402
u970436839
1454168944
Python
Python
py
Runtime Error
0
0
215
n = input() for i in range(n): a = raw_input().split() min = a[0] max = a[0] sum = a[0] for num in a if num > max: max = num if num < min: min = num sum += num print ("%d %d %d") %(min, max, sum)
File "/tmp/tmpx938290r/tmpq5wjfgkr.py", line 9 for num in a ^ SyntaxError: expected ':'
s155708209
p02402
u970436839
1454169183
Python
Python
py
Runtime Error
0
0
209
n = input() a = raw_input().split() min = a[0] max = a[0] sum = a[0] for num in range(len(a-1)) if num > max: max = num if num < min: min = num sum += num print ("%d %d %d") %(min, max, sum)
File "/tmp/tmp6f3as_t7/tmpmcozhr92.py", line 9 for num in range(len(a-1)) ^ SyntaxError: expected ':'
s487109581
p02402
u663227983
1454223061
Python
Python
py
Runtime Error
0
0
157
x = True while x == True: m = map(int,raw_input().split()) if m[0] == 0 and m[1] == 0: break for i in xrange(m[0]): print "#" * m[1] print ""
File "/tmp/tmpiydu1sjb/tmpd8zb957y.py", line 10 print "#" * m[1] ^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s047529659
p02402
u663227983
1454223115
Python
Python
py
Runtime Error
0
0
151
x = 0 while x == 0: m = map(int,raw_input().split()) if m[0] == 0 and m[1] == 0: break for i in xrange(m[0]): print "#" * m[1] print ""
File "/tmp/tmphpg4pd9w/tmpiubbqepf.py", line 10 print "#" * m[1] ^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s006120113
p02402
u824204304
1454260250
Python
Python
py
Runtime Error
0
0
284
n = raw_input() for i in range(n): x[i] = map(int,raw_input()) amax = x[1] for i in range(n): if x[i] > amax: amax = x[i] amin = x[1] for i in range(n): if x[i] < amax: amin = x[i] asum = 0 for i in range(n): asum = asum + x[i] print "amin amax asum"
File "/tmp/tmpi30x7_ek/tmpovkynd6z.py", line 20 print "amin amax asum" ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s076560221
p02402
u824204304
1454260480
Python
Python
py
Runtime Error
0
0
77
n = raw_input() a = map(int raw_input().split()) print "min(a) max(a) sum(a)"
File "/tmp/tmp1j_el7ls/tmpndbrc23l.py", line 2 a = map(int raw_input().split()) ^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
s814366203
p02402
u824204304
1454260532
Python
Python
py
Runtime Error
0
0
92
n = raw_input() a = map(int raw_input().split()) print (%d %d %d) % (min(a), max(a), sum(a))
File "/tmp/tmp2ant_3v2/tmpke0pnprt.py", line 2 a = map(int raw_input().split()) ^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
s973978650
p02402
u824204304
1454260566
Python
Python
py
Runtime Error
0
0
94
n = raw_input() a = map(int raw_input().split()) print ("%d %d %d") % (min(a), max(a), sum(a))
File "/tmp/tmp9lsytglq/tmpt448x2z4.py", line 2 a = map(int raw_input().split()) ^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
s869720025
p02402
u824204304
1454260577
Python
Python
py
Runtime Error
0
0
90
n = input() a = map(int raw_input().split()) print ("%d %d %d") % (min(a), max(a), sum(a))
File "/tmp/tmp890o6wfk/tmpeyvo619m.py", line 2 a = map(int raw_input().split()) ^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
s914025182
p02402
u619765879
1454415445
Python
Python
py
Runtime Error
0
0
157
n = input() sum = 0 for i in rangr(n): a = map(int, raw_input().split()) a.sort() for i in range(n): sum += a[i] print '%d %d %d' % (a[0], a[n-1], sum)
File "/tmp/tmpa17717h8/tmp66scel35.py", line 8 print '%d %d %d' % (a[0], a[n-1], sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s113534862
p02402
u619765879
1454415588
Python
Python
py
Runtime Error
0
0
157
n = input() sum = 0 for i in range(n): a = map(int, raw_input().split()) a.sort() for i in range(n): sum += a[i] print '%d %d %d' % (a[0], a[n-1], sum)
File "/tmp/tmpgks6wup2/tmp5w4z9o0i.py", line 8 print '%d %d %d' % (a[0], a[n-1], sum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s748453558
p02402
u974554153
1454419254
Python
Python
py
Runtime Error
0
0
193
n = input() m = map(int,raw_input().split()) a = 0 for i in xrange(n): a += m[i] print min(m),max(m),a Compile Error Logs: You are not authorized to see the message. Status
File "/tmp/tmpqdngiffu/tmpr7g85j1m.py", line 7 print min(m),max(m),a ^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s565994212
p02402
u177295149
1454421367
Python
Python
py
Runtime Error
0
0
160
n = int(raw_input()) k[0] = 0; for i in range(n-1); k[i] = int(raw_input()) if(k[0]<=k[i]); max = k[i] elif(k[0]>=k[i]); min = k[i] print max,min
File "/tmp/tmpyucbvg_p/tmp2fmsnbll.py", line 4 for i in range(n-1); ^ SyntaxError: invalid syntax
s087589478
p02402
u177295149
1454421603
Python
Python
py
Runtime Error
0
0
99
n = int(raw_input()) k = map(int, raw_input().split()) print ("%d %d %d") %(min(x), max(x), sum(x))
Traceback (most recent call last): File "/tmp/tmpp7_gkuin/tmpuuiecnsj.py", line 1, in <module> n = int(raw_input()) ^^^^^^^^^ NameError: name 'raw_input' is not defined
s918575578
p02402
u177295149
1454421616
Python
Python
py
Runtime Error
0
0
90
n = input() k = map(int, raw_input().split()) print ("%d %d %d") %(min(x), max(x), sum(x))
Traceback (most recent call last): File "/tmp/tmpis2s0nfo/tmpngn6eeep.py", line 1, in <module> n = input() ^^^^^^^ EOFError: EOF when reading a line
s918884408
p02402
u655651061
1454423050
Python
Python
py
Runtime Error
0
0
92
n = input() for i in range(n): a = map(int,raw_input().split()) print min(a),max(a),sum(a)
File "/tmp/tmp13i5s503/tmpnt2guy8s.py", line 5 print min(a),max(a),sum(a) ^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s459134941
p02402
u682357930
1454468344
Python
Python3
py
Runtime Error
0
0
77
n = int(input()) a = map(int, input().split()) print(min(a), max(a), sum(a))
Traceback (most recent call last): File "/tmp/tmpeboxfew7/tmpsazyo73m.py", line 1, in <module> n = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s197424848
p02402
u682357930
1454468399
Python
Python3
py
Runtime Error
0
0
118
n = int(input()) a = map(int, input().split()) min_a = min(a) max_a = max(a) sum_a = max(a) print(min_a, max_a, sum_a)
Traceback (most recent call last): File "/tmp/tmpje29twap/tmp191des0j.py", line 1, in <module> n = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s548539991
p02402
u148101999
1456472482
Python
Python
py
Runtime Error
0
0
114
while True: num = map(int, raw_input().split()) if len(num) != 1: print max(num),min(num),sum(num)
File "/tmp/tmp9667dkg_/tmpzp86b89i.py", line 4 print max(num),min(num),sum(num) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s071992507
p02402
u148101999
1456472549
Python
Python
py
Runtime Error
0
0
115
while True: num = map(int, raw_input().split()) if len(num) != 1: print max(num),min(num),sum(num),
File "/tmp/tmpo0g5xmig/tmp21_3o6ti.py", line 4 print max(num),min(num),sum(num), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s808288248
p02402
u148101999
1456472884
Python
Python
py
Runtime Error
10
6308
143
while True: num = map(int, raw_input().split()) if len(num) != 1: print "%d %d %d" % (min(num),max(num),sum(num)) break
File "/tmp/tmpij_zqme0/tmp4ou7yt1x.py", line 4 print "%d %d %d" % (min(num),max(num),sum(num)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s204387045
p02402
u148101999
1456473018
Python
Python
py
Runtime Error
30
6308
181
while True: l = map(int, raw_input().split()) num = map(int, raw_input().split()) if len(num) != 1: print "%d %d %d" % (min(num),max(num),sum(num)) break
File "/tmp/tmp3ky0et3p/tmplrrye9ew.py", line 5 print "%d %d %d" % (min(num),max(num),sum(num)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s880986733
p02402
u075836834
1457356719
Python
Python3
py
Runtime Error
0
0
104
n = int(input()) l = [] for i in range(0,n): x = input() l.append(int(x)) print(max(l),min(l),sum(l))
Traceback (most recent call last): File "/tmp/tmps2tg5oqq/tmpemstwgqr.py", line 1, in <module> n = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s902047962
p02402
u994049982
1458662758
Python
Python
py
Runtime Error
0
0
81
a=input() a=map(int,raw_input().split()) print(str(min(a))+" "+max(a)+" "+sum(a))
Traceback (most recent call last): File "/tmp/tmpvh2ukaop/tmpr3pkipcs.py", line 1, in <module> a=input() ^^^^^^^ EOFError: EOF when reading a line
s085761569
p02402
u226888928
1460679730
Python
Python3
py
Runtime Error
0
0
73
n=int(input()) ns=map(int,input().split()) print(min(ns),max(ns),sum(ns))
Traceback (most recent call last): File "/tmp/tmpg4823irv/tmpv179mxy5.py", line 1, in <module> n=int(input()) ^^^^^^^ EOFError: EOF when reading a line
s973802911
p02402
u100813820
1463554006
Python
Python3
py
Runtime Error
0
0
896
# 09-Computation-Min_Max_and_Sum.py # ????°????????????§??????????¨???? # n ????????´??° ai(i=1,2,...n)?????\?????????????????????????°????????????§??????????¨????????±???????????????°???????????????????????????????????? # Input # ??????????????´??°?????° n ???????????????????????????????????? n ????????´??° ai ?????...
Traceback (most recent call last): File "/tmp/tmpmed_x6qu/tmp8d3p15o7.py", line 20, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s769027564
p02402
u100813820
1463554076
Python
Python3
py
Runtime Error
0
0
870
# 09-Computation-Min_Max_and_Sum.py # ????°????????????§??????????¨???? # n ????????´??° ai(i=1,2,...n)?????\?????????????????????????°????????????§??????????¨????????±???????????????°???????????????????????????????????? # Input # ??????????????´??°?????° n ???????????????????????????????????? n ????????´??° ai ?????...
Traceback (most recent call last): File "/tmp/tmpsjy8on1x/tmpthif69q6.py", line 20, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s552703602
p02402
u100813820
1463554104
Python
Python3
py
Runtime Error
0
0
872
# 09-Computation-Min_Max_and_Sum.py # ????°????????????§??????????¨???? # n ????????´??° ai(i=1,2,...n)?????\?????????????????????????°????????????§??????????¨????????±???????????????°???????????????????????????????????? # Input # ??????????????´??°?????° n ???????????????????????????????????? n ????????´??° ai ?????...
Traceback (most recent call last): File "/tmp/tmpoj6ulktx/tmpm4lm8zkr.py", line 20, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s224718862
p02402
u100813820
1463554170
Python
Python3
py
Runtime Error
0
0
884
# 09-Computation-Min_Max_and_Sum.py # ????°????????????§??????????¨???? # n ????????´??° ai(i=1,2,...n)?????\?????????????????????????°????????????§??????????¨????????±???????????????°???????????????????????????????????? # Input # ??????????????´??°?????° n ???????????????????????????????????? n ????????´??° ai ?????...
Traceback (most recent call last): File "/tmp/tmpw22aw7zl/tmpmsjcvan8.py", line 20, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s869057673
p02402
u100813820
1463554204
Python
Python3
py
Runtime Error
0
0
877
# 09-Computation-Min_Max_and_Sum.py # ????°????????????§??????????¨???? # n ????????´??° ai(i=1,2,...n)?????\?????????????????????????°????????????§??????????¨????????±???????????????°???????????????????????????????????? # Input # ??????????????´??°?????° n ???????????????????????????????????? n ????????´??° ai ?????...
Traceback (most recent call last): File "/tmp/tmp2ia808nn/tmpkem6av0o.py", line 20, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s079628729
p02402
u100813820
1463554232
Python
Python3
py
Runtime Error
0
0
875
# 09-Computation-Min_Max_and_Sum.py # ????°????????????§??????????¨???? # n ????????´??° ai(i=1,2,...n)?????\?????????????????????????°????????????§??????????¨????????±???????????????°???????????????????????????????????? # Input # ??????????????´??°?????° n ???????????????????????????????????? n ????????´??° ai ?????...
Traceback (most recent call last): File "/tmp/tmp86osvxtl/tmpskeqhy5i.py", line 20, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s948665161
p02402
u100813820
1463554271
Python
Python3
py
Runtime Error
0
0
873
# 09-Computation-Min_Max_and_Sum.py # ????°????????????§??????????¨???? # n ????????´??° ai(i=1,2,...n)?????\?????????????????????????°????????????§??????????¨????????±???????????????°???????????????????????????????????? # Input # ??????????????´??°?????° n ???????????????????????????????????? n ????????´??° ai ?????...
Traceback (most recent call last): File "/tmp/tmpw179cngu/tmpd1wdbtue.py", line 20, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s086101096
p02402
u100813820
1463554287
Python
Python3
py
Runtime Error
0
0
276
num = int(input()) num_min = 100001 num_max = -100001 num_sum = 0 a = [] a = [ *map(int,input().split() ) ] for i in range(num): if a[i]<num_min: num_min = a[i] if a[i]>num_max: num_max = a[i] num_sum+=a[i] # print("{0} {1} {2}".format(num_min,num_max,num_sum) );
Traceback (most recent call last): File "/tmp/tmpuirj47d4/tmppll38mv1.py", line 1, in <module> num = int(input()) ^^^^^^^ EOFError: EOF when reading a line
s990044421
p02402
u104931506
1464521553
Python
Python3
py
Runtime Error
0
0
76
input() a = [int(i), for i in input().split()] print(min(a), max(a), sum(a))
File "/tmp/tmpu7h0km9q/tmpctzefd7v.py", line 2 a = [int(i), for i in input().split()] ^^^^^^^ SyntaxError: did you forget parentheses around the comprehension target?
s584530749
p02402
u363214773
1467689156
Python
Python
py
Runtime Error
0
0
202
n = input() a = map(int, input().split()) min = a[0] max = a[0] sum = 0 for i in range(n): if min > a[i]: min = a[i] if max < a[i]: max = a[i] sum += a[i] print min, max, sum
File "/tmp/tmp1o_frawe/tmp8ug0wqqv.py", line 12 print min, max, sum ^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?