0_0_17999607_18028.cpp: In function 'int main()':
0_0_17999607_18028.cpp:16:15: error: expected primary-expression before '<<' token
cout<<<<num[i]<<endl;
^
0_0_17999607_18028.cpp:16:21: error: 'i' was not declared in this scope
cout<<<<num[i]<<endl;
^
|