Run id: 147288

Main.cc: In function 'int main()':
Main.cc:16:35: error: expected identifier before numeric constant
         cout<<(lu-2)*1.8+(lu-10)*[1.8+(1.8*1.5)]+6;
                                   ^
Main.cc: In lambda function:
Main.cc:16:49: error: expected '{' before '+' token
         cout<<(lu-2)*1.8+(lu-10)*[1.8+(1.8*1.5)]+6;
                                                 ^
Main.cc: In function 'int main()':
Main.cc:16:33: error: no match for 'operator*' (operand types are 'int' and 'main()::')
         cout<<(lu-2)*1.8+(lu-10)*[1.8+(1.8*1.5)]+6;
                                 ^