H. Heritage in the PCCA Kingdom
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
Examples
Input
4
   /\
   --
  /..\
  ----
 /\/./\
 --..--
/\/..\.\
--------
Output
4
Input
4
   /\
   ..
  /..\
  ....
 /....\
 ......
/......\
--------
Output
6
Input
6
     /\
     ..
    /./\
    ..--
   /....\
   --....
  /./.../\
  ----..--
 /\/\..../\
 --....--..
/..././\../\
------------
Output
14