#include <iostream>
using namespace std;

int main() {
	int* foo = new foo[];
	return 0;
}