#include <stdio.h>
int main()
{
for (;;)
{
;
}
return(0);
}
int main()
{
for (;;)
{
;
}
return(0);
}