#include <iostream>
using namespace std;

int main() {
	
	int i = [](){ return 1; }();
	
	return 0;
}