#include <iostream>
using namespace std;

void func(int N) {
	char array[N];
}

int main() {
	// your code goes here
	return 0;
}