You should adopt a better coding style. At least, make all the braces line up in the correct columns (i.e. and open should be in the same logical column as a close)
int main(void)
{
int...