#include"WAEP.h"

void init(int T)
{
	// Do Something...
}

int janken(int P)
{
	// Do Janken...
	return 2;
}