using System;
struct Microstruct
{
int m, i, c, r, o, s, O, f, t;
}
public class Program
public static void Main()
Console.WriteLine(System.Runtime.InteropServices.Marshal.SizeOf(typeof(Microstruct)));