#include int main() { int n = [] (int x, int y) { return x + y; }(5, 4); std::cout << n << "\n"; }