#include <iostream>
using namespace std;


struct wat{
virtual void lol(){}
int i;
};

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