Help me in solving CANDY123 problem

My issue

Getting fail at hidden cases.

My code

#include <stdio.h>

int main()
{
	int T;
	scanf("%d",&T);
	int A,B;
	if(A>B)
	{
	    printf("Limak");
	}
	else
	{
	    printf("Bob");
	}
	return 0;

}


Learning course: Roadmap to 3*
Problem Link: https://www.codechef.com/learn/course/klu-roadmap-3star/KLURMP300A/problems/CANDY123