0_0_21442378_6314.cpp: In function 'void Main()':
0_0_21442378_6314.cpp:28:16: error: expected primary-expression before '=' token
rep(i,1,n){=1;i<=
^
0_0_21442378_6314.cpp:29:18: error: invalid operands of types 'int' and 'void' to binary 'operator<='
read(a[i]);
^
|