#include int main() { using namespace std; int n = [] (int x, int y) { return x + y; }(5, 4); cout << n << endl; }