Hex Artifact Content
Not logged in

Artifact 0c272f575c59737f63a5448d0f6e34be0fabcc0c:


0000: 23 69 6e 63 6c 75 64 65 20 3c 69 6f 73 74 72 65  #include <iostre
0010: 61 6d 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 73  am>..#include <s
0020: 73 74 72 65 61 6d 3e 0d 0a 23 69 6e 63 6c 75 64  stream>..#includ
0030: 65 20 3c 69 6f 6d 61 6e 69 70 3e 0d 0a 23 69 6e  e <iomanip>..#in
0040: 63 6c 75 64 65 20 3c 76 65 63 74 6f 72 3e 0d 0a  clude <vector>..
0050: 23 69 6e 63 6c 75 64 65 20 3c 73 74 72 69 6e 67  #include <string
0060: 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 6d 61 70  >..#include <map
0070: 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 73 65 74  >..#include <set
0080: 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 61 6c 67  >..#include <alg
0090: 6f 72 69 74 68 6d 3e 0d 0a 23 69 6e 63 6c 75 64  orithm>..#includ
00a0: 65 20 3c 6e 75 6d 65 72 69 63 3e 0d 0a 23 69 6e  e <numeric>..#in
00b0: 63 6c 75 64 65 20 3c 69 74 65 72 61 74 6f 72 3e  clude <iterator>
00c0: 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 6f 6d 70  ..#include <comp
00d0: 6c 65 78 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c  lex>..#include <
00e0: 71 75 65 75 65 3e 0d 0a 23 69 6e 63 6c 75 64 65  queue>..#include
00f0: 20 3c 73 74 61 63 6b 3e 0d 0a 23 69 6e 63 6c 75   <stack>..#inclu
0100: 64 65 20 3c 63 6d 61 74 68 3e 0d 0a 23 69 6e 63  de <cmath>..#inc
0110: 6c 75 64 65 20 3c 63 61 73 73 65 72 74 3e 0d 0a  lude <cassert>..
0120: 75 73 69 6e 67 20 6e 61 6d 65 73 70 61 63 65 20  using namespace 
0130: 73 74 64 3b 0d 0a 74 79 70 65 64 65 66 20 6c 6f  std;..typedef lo
0140: 6e 67 20 6c 6f 6e 67 20 4c 4c 3b 0d 0a 0d 0a 63  ng long LL;....c
0150: 6c 61 73 73 20 53 75 62 72 65 63 74 61 6e 67 6c  lass Subrectangl
0160: 65 73 4f 66 54 61 62 6c 65 0d 0a 7b 0d 0a 70 75  esOfTable..{..pu
0170: 62 6c 69 63 3a 0d 0a 09 76 65 63 74 6f 72 3c 6c  blic:...vector<l
0180: 6f 6e 67 20 6c 6f 6e 67 3e 20 67 65 74 51 75 61  ong long> getQua
0190: 6e 74 69 74 79 28 76 65 63 74 6f 72 20 3c 73 74  ntity(vector <st
01a0: 72 69 6e 67 3e 20 74 61 62 6c 65 29 20 0d 0a 09  ring> table) ...
01b0: 7b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30  {....for(int i=0
01c0: 2c 6e 3d 74 61 62 6c 65 2e 73 69 7a 65 28 29 3b  ,n=table.size();
01d0: 20 69 3c 6e 3b 20 2b 2b 69 29 0d 0a 09 09 09 74   i<n; ++i).....t
01e0: 61 62 6c 65 2e 70 75 73 68 5f 62 61 63 6b 28 20  able.push_back( 
01f0: 74 61 62 6c 65 5b 69 5d 2b 3d 74 61 62 6c 65 5b  table[i]+=table[
0200: 69 5d 20 29 3b 0d 0a 0d 0a 09 09 76 65 63 74 6f  i] );......vecto
0210: 72 3c 4c 4c 3e 20 61 6e 73 28 32 36 29 3b 0d 0a  r<LL> ans(26);..
0220: 0d 0a 09 09 4c 4c 20 59 20 3d 20 74 61 62 6c 65  ....LL Y = table
0230: 2e 73 69 7a 65 28 29 2c 20 58 20 3d 20 74 61 62  .size(), X = tab
0240: 6c 65 5b 30 5d 2e 73 69 7a 65 28 29 3b 0d 0a 09  le[0].size();...
0250: 09 66 6f 72 28 4c 4c 20 79 3d 30 3b 20 79 3c 59  .for(LL y=0; y<Y
0260: 3b 20 2b 2b 79 29 0d 0a 09 09 09 66 6f 72 28 4c  ; ++y).....for(L
0270: 4c 20 78 3d 30 3b 20 78 3c 58 3b 20 2b 2b 78 29  L x=0; x<X; ++x)
0280: 0d 0a 09 09 09 09 61 6e 73 5b 74 61 62 6c 65 5b  ......ans[table[
0290: 79 5d 5b 78 5d 2d 27 41 27 5d 20 2b 3d 20 28 79  y][x]-'A'] += (y
02a0: 2b 31 29 2a 28 78 2b 31 29 2a 28 59 2d 79 29 2a  +1)*(x+1)*(Y-y)*
02b0: 28 58 2d 78 29 3b 0d 0a 09 09 72 65 74 75 72 6e  (X-x);....return
02c0: 20 61 6e 73 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d   ans;...}..};...
02d0: 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45  .// BEGIN CUT HE
02e0: 52 45 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74  RE..#include <ct
02f0: 69 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61  ime>..double sta
0300: 72 74 5f 74 69 6d 65 3b 73 74 72 69 6e 67 20 74  rt_time;string t
0310: 69 6d 65 72 28 29 20 7b 20 6f 73 74 72 69 6e 67  imer() { ostring
0320: 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c  stream os; os <<
0330: 20 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c   " (" << int((cl
0340: 6f 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65  ock()-start_time
0350: 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43  )/CLOCKS_PER_SEC
0360: 2a 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63  *1000) << " msec
0370: 29 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74  )"; return os.st
0380: 72 28 29 3b 20 7d 0d 0a 0d 0a 74 65 6d 70 6c 61  r(); }....templa
0390: 74 65 20 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20  te <typename T> 
03a0: 73 74 72 69 6e 67 20 70 72 69 6e 74 5f 61 72 72  string print_arr
03b0: 61 79 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c  ay(const vector<
03c0: 54 3e 20 26 56 29 20 7b 20 6f 73 74 72 69 6e 67  T> &V) { ostring
03d0: 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c  stream os; os <<
03e0: 20 22 7b 20 22 3b 20 66 6f 72 20 28 74 79 70 65   "{ "; for (type
03f0: 6e 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a  name vector<T>::
0400: 63 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69  const_iterator i
0410: 74 65 72 20 3d 20 56 2e 62 65 67 69 6e 28 29 3b  ter = V.begin();
0420: 20 69 74 65 72 20 21 3d 20 56 2e 65 6e 64 28 29   iter != V.end()
0430: 3b 20 2b 2b 69 74 65 72 29 20 6f 73 20 3c 3c 20  ; ++iter) os << 
0440: 27 5c 22 27 20 3c 3c 20 2a 69 74 65 72 20 3c 3c  '\"' << *iter <<
0450: 20 22 5c 22 2c 22 3b 20 6f 73 20 3c 3c 20 22 20   "\","; os << " 
0460: 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74  }"; return os.st
0470: 72 28 29 3b 20 7d 0d 0a 69 6e 74 20 76 65 72 69  r(); }..int veri
0480: 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 20 76 65  fy_case(const ve
0490: 63 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20  ctor<long long> 
04a0: 26 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74  &Expected, const
04b0: 20 76 65 63 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e   vector<long lon
04c0: 67 3e 20 26 52 65 63 65 69 76 65 64 29 20 7b 20  g> &Received) { 
04d0: 69 66 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20  if (Expected == 
04e0: 52 65 63 65 69 76 65 64 29 20 63 65 72 72 20 3c  Received) cerr <
04f0: 3c 20 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69  < "PASSED" << ti
0500: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 65  mer() << endl; e
0510: 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 46  lse { cerr << "F
0520: 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 28  AILED" << timer(
0530: 29 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20  ) << endl; cerr 
0540: 3c 3c 20 22 5c 74 45 78 70 65 63 74 65 64 3a 20  << "\tExpected: 
0550: 22 20 3c 3c 20 70 72 69 6e 74 5f 61 72 72 61 79  " << print_array
0560: 28 45 78 70 65 63 74 65 64 29 20 3c 3c 20 65 6e  (Expected) << en
0570: 64 6c 3b 20 63 65 72 72 20 3c 3c 20 22 5c 74 52  dl; cerr << "\tR
0580: 65 63 65 69 76 65 64 3a 20 22 20 3c 3c 20 70 72  eceived: " << pr
0590: 69 6e 74 5f 61 72 72 61 79 28 52 65 63 65 69 76  int_array(Receiv
05a0: 65 64 29 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 72  ed) << endl; } r
05b0: 65 74 75 72 6e 20 30 3b 7d 0d 0a 0d 0a 74 65 6d  eturn 0;}....tem
05c0: 70 6c 61 74 65 3c 69 6e 74 20 4e 3e 20 73 74 72  plate<int N> str
05d0: 75 63 74 20 43 61 73 65 5f 20 7b 20 43 61 73 65  uct Case_ { Case
05e0: 5f 28 29 7b 73 74 61 72 74 5f 74 69 6d 65 3d 63  _(){start_time=c
05f0: 6c 6f 63 6b 28 29 3b 7d 20 7d 3b 0d 0a 63 68 61  lock();} };..cha
0600: 72 20 54 65 73 74 5f 28 2e 2e 2e 29 3b 0d 0a 69  r Test_(...);..i
0610: 6e 74 20 54 65 73 74 5f 28 43 61 73 65 5f 3c 30  nt Test_(Case_<0
0620: 3e 29 20 7b 0d 0a 09 73 74 72 69 6e 67 20 74 61  >) {...string ta
0630: 62 6c 65 5f 5b 5d 20 3d 20 7b 22 4f 4b 22 7d 3b  ble_[] = {"OK"};
0640: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72  ...  vector <str
0650: 69 6e 67 3e 20 74 61 62 6c 65 28 74 61 62 6c 65  ing> table(table
0660: 5f 2c 20 74 61 62 6c 65 5f 2b 73 69 7a 65 6f 66  _, table_+sizeof
0670: 28 74 61 62 6c 65 5f 29 2f 73 69 7a 65 6f 66 28  (table_)/sizeof(
0680: 2a 74 61 62 6c 65 5f 29 29 3b 20 0d 0a 09 6c 6f  *table_)); ...lo
0690: 6e 67 20 52 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b  ng RetVal_[] = {
06a0: 30 2c 20 30 2c 20 30 2c 20 30 2c 20 30 2c 20 30  0, 0, 0, 0, 0, 0
06b0: 2c 20 30 2c 20 30 2c 20 30 2c 20 30 2c 20 34 30  , 0, 0, 0, 0, 40
06c0: 2c 20 30 2c 20 30 2c 20 30 2c 20 34 30 2c 20 30  , 0, 0, 0, 40, 0
06d0: 2c 20 30 2c 20 30 2c 20 30 2c 20 30 2c 20 30 2c  , 0, 0, 0, 0, 0,
06e0: 20 30 2c 20 30 2c 20 30 2c 20 30 2c 20 30 20 7d   0, 0, 0, 0, 0 }
06f0: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 3c 6c 6f 6e  ;...  vector<lon
0700: 67 20 6c 6f 6e 67 3e 20 52 65 74 56 61 6c 28 52  g long> RetVal(R
0710: 65 74 56 61 6c 5f 2c 20 52 65 74 56 61 6c 5f 2b  etVal_, RetVal_+
0720: 73 69 7a 65 6f 66 28 52 65 74 56 61 6c 5f 29 2f  sizeof(RetVal_)/
0730: 73 69 7a 65 6f 66 28 2a 52 65 74 56 61 6c 5f 29  sizeof(*RetVal_)
0740: 29 3b 20 0d 0a 09 72 65 74 75 72 6e 20 76 65 72  ); ...return ver
0750: 69 66 79 5f 63 61 73 65 28 52 65 74 56 61 6c 2c  ify_case(RetVal,
0760: 20 53 75 62 72 65 63 74 61 6e 67 6c 65 73 4f 66   SubrectanglesOf
0770: 54 61 62 6c 65 28 29 2e 67 65 74 51 75 61 6e 74  Table().getQuant
0780: 69 74 79 28 74 61 62 6c 65 29 29 3b 20 7d 0d 0a  ity(table)); }..
0790: 69 6e 74 20 54 65 73 74 5f 28 43 61 73 65 5f 3c  int Test_(Case_<
07a0: 31 3e 29 20 7b 0d 0a 09 73 74 72 69 6e 67 20 74  1>) {...string t
07b0: 61 62 6c 65 5f 5b 5d 20 3d 20 7b 22 47 4f 4f 44  able_[] = {"GOOD
07c0: 22 2c 20 22 4c 55 43 4b 22 7d 3b 0d 0a 09 20 20  ", "LUCK"};...  
07d0: 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20  vector <string> 
07e0: 74 61 62 6c 65 28 74 61 62 6c 65 5f 2c 20 74 61  table(table_, ta
07f0: 62 6c 65 5f 2b 73 69 7a 65 6f 66 28 74 61 62 6c  ble_+sizeof(tabl
0800: 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 74 61 62 6c  e_)/sizeof(*tabl
0810: 65 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 52 65  e_)); ...long Re
0820: 74 56 61 6c 5f 5b 5d 20 3d 20 7b 30 2c 20 30 2c  tVal_[] = {0, 0,
0830: 20 33 32 30 2c 20 32 38 30 2c 20 30 2c 20 30 2c   320, 280, 0, 0,
0840: 20 32 38 30 2c 20 30 2c 20 30 2c 20 30 2c 20 32   280, 0, 0, 0, 2
0850: 38 30 2c 20 32 38 30 2c 20 30 2c 20 30 2c 20 36  80, 280, 0, 0, 6
0860: 34 30 2c 20 30 2c 20 30 2c 20 30 2c 20 30 2c 20  40, 0, 0, 0, 0, 
0870: 30 2c 20 33 32 30 2c 20 30 2c 20 30 2c 20 30 2c  0, 320, 0, 0, 0,
0880: 20 30 2c 20 30 20 7d 3b 0d 0a 09 20 20 76 65 63   0, 0 };...  vec
0890: 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 52  tor<long long> R
08a0: 65 74 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20 52  etVal(RetVal_, R
08b0: 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52 65  etVal_+sizeof(Re
08c0: 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 52  tVal_)/sizeof(*R
08d0: 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65 74  etVal_)); ...ret
08e0: 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28  urn verify_case(
08f0: 52 65 74 56 61 6c 2c 20 53 75 62 72 65 63 74 61  RetVal, Subrecta
0900: 6e 67 6c 65 73 4f 66 54 61 62 6c 65 28 29 2e 67  nglesOfTable().g
0910: 65 74 51 75 61 6e 74 69 74 79 28 74 61 62 6c 65  etQuantity(table
0920: 29 29 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f  )); }..int Test_
0930: 28 43 61 73 65 5f 3c 32 3e 29 20 7b 0d 0a 09 73  (Case_<2>) {...s
0940: 74 72 69 6e 67 20 74 61 62 6c 65 5f 5b 5d 20 3d  tring table_[] =
0950: 20 7b 22 54 41 4e 59 41 22 2c 0d 0a 20 22 48 41   {"TANYA",.. "HA
0960: 50 50 59 22 2c 0d 0a 20 22 42 49 52 54 48 22 2c  PPY",.. "BIRTH",
0970: 0d 0a 20 22 44 41 59 59 59 22 7d 3b 0d 0a 09 20  .. "DAYYY"};... 
0980: 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e   vector <string>
0990: 20 74 61 62 6c 65 28 74 61 62 6c 65 5f 2c 20 74   table(table_, t
09a0: 61 62 6c 65 5f 2b 73 69 7a 65 6f 66 28 74 61 62  able_+sizeof(tab
09b0: 6c 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 74 61 62  le_)/sizeof(*tab
09c0: 6c 65 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 52  le_)); ...long R
09d0: 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b 35 31 36 38  etVal_[] = {5168
09e0: 2c 20 31 32 38 30 2c 20 30 2c 20 31 31 32 30 2c  , 1280, 0, 1120,
09f0: 20 30 2c 20 30 2c 20 30 2c 20 32 35 36 30 2c 20   0, 0, 0, 2560, 
0a00: 31 34 37 32 2c 20 30 2c 20 30 2c 20 30 2c 20 30  1472, 0, 0, 0, 0
0a10: 2c 20 31 33 34 34 2c 20 30 2c 20 33 30 30 38 2c  , 1344, 0, 3008,
0a20: 20 30 2c 20 31 35 33 36 2c 20 30 2c 20 32 35 39   0, 1536, 0, 259
0a30: 32 2c 20 30 2c 20 30 2c 20 30 2c 20 30 2c 20 36  2, 0, 0, 0, 0, 6
0a40: 33 32 30 2c 20 30 20 7d 3b 0d 0a 09 20 20 76 65  320, 0 };...  ve
0a50: 63 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20  ctor<long long> 
0a60: 52 65 74 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20  RetVal(RetVal_, 
0a70: 52 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52  RetVal_+sizeof(R
0a80: 65 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a  etVal_)/sizeof(*
0a90: 52 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65  RetVal_)); ...re
0aa0: 74 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65  turn verify_case
0ab0: 28 52 65 74 56 61 6c 2c 20 53 75 62 72 65 63 74  (RetVal, Subrect
0ac0: 61 6e 67 6c 65 73 4f 66 54 61 62 6c 65 28 29 2e  anglesOfTable().
0ad0: 67 65 74 51 75 61 6e 74 69 74 79 28 74 61 62 6c  getQuantity(tabl
0ae0: 65 29 29 3b 20 7d 0d 0a 0d 0a 74 65 6d 70 6c 61  e)); }....templa
0af0: 74 65 3c 69 6e 74 20 4e 3e 20 76 6f 69 64 20 52  te<int N> void R
0b00: 75 6e 5f 28 29 20 7b 20 63 65 72 72 20 3c 3c 20  un_() { cerr << 
0b10: 22 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c  "Test Case #" <<
0b20: 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66   N << "..." << f
0b30: 6c 75 73 68 3b 20 54 65 73 74 5f 28 43 61 73 65  lush; Test_(Case
0b40: 5f 3c 4e 3e 28 29 29 3b 20 52 75 6e 5f 3c 73 69  _<N>()); Run_<si
0b50: 7a 65 6f 66 28 54 65 73 74 5f 28 43 61 73 65 5f  zeof(Test_(Case_
0b60: 3c 4e 2b 31 3e 28 29 29 29 3d 3d 31 20 3f 20 2d  <N+1>()))==1 ? -
0b70: 31 20 3a 20 4e 2b 31 3e 28 29 3b 20 7d 0d 0a 74  1 : N+1>(); }..t
0b80: 65 6d 70 6c 61 74 65 3c 3e 20 20 20 20 20 20 76  emplate<>      v
0b90: 6f 69 64 20 52 75 6e 5f 3c 2d 31 3e 28 29 20 7b  oid Run_<-1>() {
0ba0: 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 20 7b 20  }..int main() { 
0bb0: 52 75 6e 5f 3c 30 3e 28 29 3b 20 7d 0d 0a 2f 2f  Run_<0>(); }..//
0bc0: 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a 0d   END CUT HERE...
0bd0: 0a                                               .