#include <iostream>

using namespace std;

int main() {
	#define let auto
	let a = 5;
	return 0;
}