/*
TASK:mov
LANG:C++
*/
#include<stdio.h>
using namespace std;
int main()
{
 printf("011\n");   
 return 0;   
}
