#include <stdio.h>
int func (int abc, int xyz) {
if (abc-1)
{
printf ("1\n");
}
if (abc-2)
printf ("2\n");
return 0;