#include <iostream>
using namespace std;

int main() {
	char foo[5] = "hello";
	return 0;
}