int main()
{
     int z,q,s,l;
	 printf("l 50\n");
          printf("q 40\n");
	 printf("z 20\n");
	 printf("s 10");

}