Run id: 133128

Main.cc: In function 'int main()':
Main.cc:9:13: warning: lambda capture initializers only available with -std=c++14 or -std=gnu++14
             d=b;
             ^
Main.cc:9:16: error: expected ',' before ';' token
             d=b;
                ^
Main.cc:9:16: error: expected identifier before ';' token
Main.cc:9:16: error: expected ']' before ';' token
Main.cc: In lambda function:
Main.cc:9:16: error: expected '{' before ';' token
Main.cc: In function 'int main()':
Main.cc:10:10: error: 'else' without a previous 'if'
         }else{
          ^
Main.cc: At global scope:
Main.cc:14:2: error: 'cout' does not name a type
  cout<