#include <iostream>
using namespace std;

struct StateUpdateReasonCode
{
   a=1,
   b=2,
   c=3
};

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