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