PI=3.1415926 r=[1,3,5,7,9] for i in range(len(r)): print(PI*r[i]**2)
Main.cc:1:1: error: 'PI' does not name a type PI=3.1415926 ^