using System;
public class Program
{
public static void Main()
String s = "été";
int n = s.Length;
Console.WriteLine(n);
}