fork download
  1. program ideone;
  2. Const
  3. chm_ac_codelens : array[1..16] of Longint = (0, 2, 1, 2, 4, 4, 3, 4, 7, 5, 4, 4, 0, 1, 2, 119);
  4. begin
  5. Writeln(SizeOf(chm_ac_codelens))
  6. end.
Success #stdin #stdout 0s 340KB
stdin
Standard input is empty
stdout
64