using System;
public class Program
{
static String f2(bool x) {
int i = 2;
if(x) {
int i = 3;
} else {
int i = 4;
}
return i.ToString();