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 75 73 69 6e de <cmath>..usin
0110: 67 20 6e 61 6d 65 73 70 61 63 65 20 73 74 64 3b g namespace std;
0120: 0d 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c ..typedef long l
0130: 6f 6e 67 20 4c 4c 3b 0d 0a 0d 0a 73 74 61 74 69 ong LL;....stati
0140: 63 20 63 6f 6e 73 74 20 4c 4c 20 4d 4f 44 56 41 c const LL MODVA
0150: 4c 20 3d 20 31 32 33 34 35 36 37 38 39 31 3b 0d L = 1234567891;.
0160: 0a 0d 0a 4c 4c 20 41 44 44 28 4c 4c 20 78 2c 20 ...LL ADD(LL x,
0170: 4c 4c 20 79 29 20 7b 20 72 65 74 75 72 6e 20 28 LL y) { return (
0180: 78 2b 79 29 25 4d 4f 44 56 41 4c 3b 20 7d 0d 0a x+y)%MODVAL; }..
0190: 4c 4c 20 4d 55 4c 28 4c 4c 20 78 2c 20 4c 4c 20 LL MUL(LL x, LL
01a0: 79 29 20 7b 20 72 65 74 75 72 6e 20 28 78 2a 79 y) { return (x*y
01b0: 29 25 4d 4f 44 56 41 4c 3b 20 7d 0d 0a 4c 4c 20 )%MODVAL; }..LL
01c0: 46 41 43 54 28 4c 4c 20 78 29 20 7b 20 72 65 74 FACT(LL x) { ret
01d0: 75 72 6e 20 78 3c 3d 31 20 3f 20 31 20 3a 20 4d urn x<=1 ? 1 : M
01e0: 55 4c 28 78 2c 20 46 41 43 54 28 78 2d 31 29 29 UL(x, FACT(x-1))
01f0: 3b 20 7d 0d 0a 0d 0a 63 6c 61 73 73 20 50 53 65 ; }....class PSe
0200: 71 75 65 6e 63 65 0d 0a 7b 0d 0a 70 75 62 6c 69 quence..{..publi
0210: 63 3a 0d 0a 09 6d 61 70 3c 70 61 69 72 3c 76 65 c:...map<pair<ve
0220: 63 74 6f 72 3c 4c 4c 3e 2c 69 6e 74 3e 2c 20 4c ctor<LL>,int>, L
0230: 4c 3e 20 6d 65 6d 6f 3b 0d 0a 0d 0a 09 69 6e 74 L> memo;.....int
0240: 20 63 6f 75 6e 74 28 76 65 63 74 6f 72 20 3c 69 count(vector <i
0250: 6e 74 3e 20 53 2c 20 69 6e 74 20 70 29 20 0d 0a nt> S, int p) ..
0260: 09 7b 0d 0a 09 09 6d 65 6d 6f 2e 63 6c 65 61 72 .{....memo.clear
0270: 28 29 3b 0d 0a 0d 0a 09 09 76 65 63 74 6f 72 3c ();......vector<
0280: 4c 4c 3e 20 63 73 3b 20 2f 2f 20 63 6f 6e 67 72 LL> cs; // congr
0290: 75 65 6e 63 65 73 20 6d 6f 64 20 70 0d 0a 0d 0a uences mod p....
02a0: 09 09 62 6f 6f 6c 20 75 73 65 64 5b 33 30 5d 20 ..bool used[30]
02b0: 3d 20 7b 7d 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 = {};....for(int
02c0: 20 69 3d 30 3b 20 69 3c 53 2e 73 69 7a 65 28 29 i=0; i<S.size()
02d0: 3b 20 2b 2b 69 29 0d 0a 09 09 09 69 66 28 20 21 ; ++i).....if( !
02e0: 75 73 65 64 5b 69 5d 20 29 0d 0a 09 09 09 7b 0d used[i] ).....{.
02f0: 0a 09 09 09 09 69 6e 74 20 63 6e 74 20 3d 20 30 .....int cnt = 0
0300: 3b 0d 0a 09 09 09 09 66 6f 72 28 69 6e 74 20 6a ;......for(int j
0310: 3d 69 3b 20 6a 3c 53 2e 73 69 7a 65 28 29 3b 20 =i; j<S.size();
0320: 2b 2b 6a 29 0d 0a 09 09 09 09 09 69 66 28 20 61 ++j).......if( a
0330: 62 73 28 53 5b 69 5d 2d 53 5b 6a 5d 29 20 25 20 bs(S[i]-S[j]) %
0340: 70 20 3d 3d 20 30 20 29 0d 0a 09 09 09 09 09 09 p == 0 )........
0350: 7b 75 73 65 64 5b 6a 5d 3d 74 72 75 65 3b 20 2b {used[j]=true; +
0360: 2b 63 6e 74 3b 7d 0d 0a 09 09 09 09 63 73 2e 70 +cnt;}......cs.p
0370: 75 73 68 5f 62 61 63 6b 28 63 6e 74 29 3b 0d 0a ush_back(cnt);..
0380: 09 09 09 7d 0d 0a 0d 0a 09 09 4c 4c 20 66 20 3d ...}......LL f =
0390: 20 6e 75 6d 5f 70 65 72 6d 28 20 63 73 2c 20 2d num_perm( cs, -
03a0: 31 2c 20 53 2e 73 69 7a 65 28 29 20 29 3b 0d 0a 1, S.size() );..
03b0: 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 ..for(int i=0; i
03c0: 3c 63 73 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 <cs.size(); ++i)
03d0: 0d 0a 09 09 09 66 20 3d 20 4d 55 4c 28 66 2c 20 .....f = MUL(f,
03e0: 46 41 43 54 28 63 73 5b 69 5d 29 29 3b 0d 0a 09 FACT(cs[i]));...
03f0: 09 72 65 74 75 72 6e 20 66 3b 0d 0a 09 7d 0d 0a .return f;...}..
0400: 0d 0a 09 4c 4c 20 6e 75 6d 5f 70 65 72 6d 28 20 ...LL num_perm(
0410: 76 65 63 74 6f 72 3c 4c 4c 3e 26 20 63 73 2c 20 vector<LL>& cs,
0420: 69 6e 74 20 66 6f 72 62 69 64 64 65 6e 2c 20 69 int forbidden, i
0430: 6e 74 20 6e 20 29 0d 0a 09 7b 0d 0a 09 09 69 66 nt n )...{....if
0440: 28 20 6e 20 3d 3d 20 30 20 29 0d 0a 09 09 09 72 ( n == 0 ).....r
0450: 65 74 75 72 6e 20 31 3b 0d 0a 0d 0a 09 09 69 6e eturn 1;......in
0460: 74 20 76 20 3d 20 28 66 6f 72 62 69 64 64 65 6e t v = (forbidden
0470: 20 3e 3d 20 30 20 3f 20 63 73 5b 66 6f 72 62 69 >= 0 ? cs[forbi
0480: 64 64 65 6e 5d 20 3a 20 2d 31 29 3b 0d 0a 09 09 dden] : -1);....
0490: 70 61 69 72 3c 76 65 63 74 6f 72 3c 4c 4c 3e 2c pair<vector<LL>,
04a0: 69 6e 74 3e 20 6b 65 79 28 63 73 2c 20 66 6f 72 int> key(cs, for
04b0: 62 69 64 64 65 6e 29 3b 0d 0a 09 09 73 6f 72 74 bidden);....sort
04c0: 28 6b 65 79 2e 66 69 72 73 74 2e 62 65 67 69 6e (key.first.begin
04d0: 28 29 2c 20 6b 65 79 2e 66 69 72 73 74 2e 65 6e (), key.first.en
04e0: 64 28 29 29 3b 0d 0a 09 09 6b 65 79 2e 73 65 63 d());....key.sec
04f0: 6f 6e 64 20 3d 20 66 69 6e 64 28 6b 65 79 2e 66 ond = find(key.f
0500: 69 72 73 74 2e 62 65 67 69 6e 28 29 2c 20 6b 65 irst.begin(), ke
0510: 79 2e 66 69 72 73 74 2e 65 6e 64 28 29 2c 20 76 y.first.end(), v
0520: 29 20 2d 20 6b 65 79 2e 66 69 72 73 74 2e 62 65 ) - key.first.be
0530: 67 69 6e 28 29 3b 0d 0a 0d 0a 09 09 69 66 28 20 gin();......if(
0540: 6d 65 6d 6f 2e 63 6f 75 6e 74 28 6b 65 79 29 20 memo.count(key)
0550: 29 0d 0a 09 09 09 72 65 74 75 72 6e 20 6d 65 6d ).....return mem
0560: 6f 5b 6b 65 79 5d 3b 0d 0a 0d 0a 09 09 4c 4c 20 o[key];......LL
0570: 6e 70 20 3d 20 30 3b 0d 0a 09 09 66 6f 72 28 69 np = 0;....for(i
0580: 6e 74 20 69 3d 30 3b 20 69 3c 63 73 2e 73 69 7a nt i=0; i<cs.siz
0590: 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 09 69 66 e(); ++i).....if
05a0: 28 20 63 73 5b 69 5d 20 26 26 20 69 21 3d 66 6f ( cs[i] && i!=fo
05b0: 72 62 69 64 64 65 6e 20 29 20 7b 0d 0a 09 09 09 rbidden ) {.....
05c0: 09 63 73 5b 69 5d 2d 2d 3b 0d 0a 09 09 09 09 6e .cs[i]--;......n
05d0: 70 20 3d 20 41 44 44 28 6e 70 2c 20 6e 75 6d 5f p = ADD(np, num_
05e0: 70 65 72 6d 28 20 63 73 2c 20 69 2c 20 6e 2d 31 perm( cs, i, n-1
05f0: 20 29 29 3b 0d 0a 09 09 09 09 63 73 5b 69 5d 2b ));......cs[i]+
0600: 2b 3b 0d 0a 09 09 09 7d 0d 0a 09 09 72 65 74 75 +;.....}....retu
0610: 72 6e 20 6d 65 6d 6f 5b 6b 65 79 5d 20 3d 20 6e rn memo[key] = n
0620: 70 3b 0d 0a 09 7d 0d 0a 0d 0a 2f 2f 20 42 45 47 p;...}....// BEG
0630: 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 09 70 75 IN CUT HERE...pu
0640: 62 6c 69 63 3a 0d 0a 09 76 6f 69 64 20 72 75 6e blic:...void run
0650: 5f 74 65 73 74 28 69 6e 74 20 43 61 73 65 29 20 _test(int Case)
0660: 7b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d { if ((Case == -
0670: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 30 1) || (Case == 0
0680: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 30 28 29 )) test_case_0()
0690: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d ; if ((Case == -
06a0: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 31 1) || (Case == 1
06b0: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 31 28 29 )) test_case_1()
06c0: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d ; if ((Case == -
06d0: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 32 1) || (Case == 2
06e0: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 32 28 29 )) test_case_2()
06f0: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d ; if ((Case == -
0700: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 33 1) || (Case == 3
0710: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 33 28 29 )) test_case_3()
0720: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d ; if ((Case == -
0730: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 34 1) || (Case == 4
0740: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 34 28 29 )) test_case_4()
0750: 3b 20 7d 0d 0a 09 70 72 69 76 61 74 65 3a 0d 0a ; }...private:..
0760: 09 74 65 6d 70 6c 61 74 65 20 3c 74 79 70 65 6e .template <typen
0770: 61 6d 65 20 54 3e 20 73 74 72 69 6e 67 20 70 72 ame T> string pr
0780: 69 6e 74 5f 61 72 72 61 79 28 63 6f 6e 73 74 20 int_array(const
0790: 76 65 63 74 6f 72 3c 54 3e 20 26 56 29 20 7b 20 vector<T> &V) {
07a0: 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 ostringstream os
07b0: 3b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 20 66 6f ; os << "{ "; fo
07c0: 72 20 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74 r (typename vect
07d0: 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 or<T>::const_ite
07e0: 72 61 74 6f 72 20 69 74 65 72 20 3d 20 56 2e 62 rator iter = V.b
07f0: 65 67 69 6e 28 29 3b 20 69 74 65 72 20 21 3d 20 egin(); iter !=
0800: 56 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 65 72 29 V.end(); ++iter)
0810: 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a os << '\"' << *
0820: 69 74 65 72 20 3c 3c 20 22 5c 22 2c 22 3b 20 6f iter << "\","; o
0830: 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 s << " }"; retur
0840: 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 09 n os.str(); }...
0850: 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 65 void verify_case
0860: 28 69 6e 74 20 43 61 73 65 2c 20 63 6f 6e 73 74 (int Case, const
0870: 20 69 6e 74 20 26 45 78 70 65 63 74 65 64 2c 20 int &Expected,
0880: 63 6f 6e 73 74 20 69 6e 74 20 26 52 65 63 65 69 const int &Recei
0890: 76 65 64 29 20 7b 20 63 65 72 72 20 3c 3c 20 22 ved) { cerr << "
08a0: 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 Test Case #" <<
08b0: 43 61 73 65 20 3c 3c 20 22 2e 2e 2e 22 3b 20 69 Case << "..."; i
08c0: 66 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 f (Expected == R
08d0: 65 63 65 69 76 65 64 29 20 63 65 72 72 20 3c 3c eceived) cerr <<
08e0: 20 22 50 41 53 53 45 44 22 20 3c 3c 20 65 6e 64 "PASSED" << end
08f0: 6c 3b 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c l; else { cerr <
0900: 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 65 6e < "FAILED" << en
0910: 64 6c 3b 20 63 65 72 72 20 3c 3c 20 22 5c 74 45 dl; cerr << "\tE
0920: 78 70 65 63 74 65 64 3a 20 5c 22 22 20 3c 3c 20 xpected: \"" <<
0930: 45 78 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 Expected << '\"'
0940: 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c << endl; cerr <
0950: 3c 20 22 5c 74 52 65 63 65 69 76 65 64 3a 20 5c < "\tReceived: \
0960: 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c "" << Received <
0970: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 < '\"' << endl;
0980: 7d 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f } }...void test_
0990: 63 61 73 65 5f 30 28 29 20 7b 20 69 6e 74 20 41 case_0() { int A
09a0: 72 72 30 5b 5d 20 3d 20 7b 2d 31 2c 30 2c 31 2c rr0[] = {-1,0,1,
09b0: 32 2c 33 7d 3b 20 76 65 63 74 6f 72 20 3c 69 6e 2,3}; vector <in
09c0: 74 3e 20 41 72 67 30 28 41 72 72 30 2c 20 41 72 t> Arg0(Arr0, Ar
09d0: 72 30 20 2b 20 28 73 69 7a 65 6f 66 28 41 72 72 r0 + (sizeof(Arr
09e0: 30 29 20 2f 20 73 69 7a 65 6f 66 28 41 72 72 30 0) / sizeof(Arr0
09f0: 5b 30 5d 29 29 29 3b 20 69 6e 74 20 41 72 67 31 [0]))); int Arg1
0a00: 20 3d 20 31 30 3b 20 69 6e 74 20 41 72 67 32 20 = 10; int Arg2
0a10: 3d 20 31 32 30 3b 20 76 65 72 69 66 79 5f 63 61 = 120; verify_ca
0a20: 73 65 28 30 2c 20 41 72 67 32 2c 20 63 6f 75 6e se(0, Arg2, coun
0a30: 74 28 41 72 67 30 2c 20 41 72 67 31 29 29 3b 20 t(Arg0, Arg1));
0a40: 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 }...void test_ca
0a50: 73 65 5f 31 28 29 20 7b 20 69 6e 74 20 41 72 72 se_1() { int Arr
0a60: 30 5b 5d 20 3d 20 7b 36 2c 32 7d 3b 20 76 65 63 0[] = {6,2}; vec
0a70: 74 6f 72 20 3c 69 6e 74 3e 20 41 72 67 30 28 41 tor <int> Arg0(A
0a80: 72 72 30 2c 20 41 72 72 30 20 2b 20 28 73 69 7a rr0, Arr0 + (siz
0a90: 65 6f 66 28 41 72 72 30 29 20 2f 20 73 69 7a 65 eof(Arr0) / size
0aa0: 6f 66 28 41 72 72 30 5b 30 5d 29 29 29 3b 20 69 of(Arr0[0]))); i
0ab0: 6e 74 20 41 72 67 31 20 3d 20 34 3b 20 69 6e 74 nt Arg1 = 4; int
0ac0: 20 41 72 67 32 20 3d 20 30 3b 20 76 65 72 69 66 Arg2 = 0; verif
0ad0: 79 5f 63 61 73 65 28 31 2c 20 41 72 67 32 2c 20 y_case(1, Arg2,
0ae0: 63 6f 75 6e 74 28 41 72 67 30 2c 20 41 72 67 31 count(Arg0, Arg1
0af0: 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 )); }...void tes
0b00: 74 5f 63 61 73 65 5f 32 28 29 20 7b 20 69 6e 74 t_case_2() { int
0b10: 20 41 72 72 30 5b 5d 20 3d 20 7b 31 2c 32 2c 33 Arr0[] = {1,2,3
0b20: 2c 34 7d 3b 20 76 65 63 74 6f 72 20 3c 69 6e 74 ,4}; vector <int
0b30: 3e 20 41 72 67 30 28 41 72 72 30 2c 20 41 72 72 > Arg0(Arr0, Arr
0b40: 30 20 2b 20 28 73 69 7a 65 6f 66 28 41 72 72 30 0 + (sizeof(Arr0
0b50: 29 20 2f 20 73 69 7a 65 6f 66 28 41 72 72 30 5b ) / sizeof(Arr0[
0b60: 30 5d 29 29 29 3b 20 69 6e 74 20 41 72 67 31 20 0]))); int Arg1
0b70: 3d 20 33 3b 20 69 6e 74 20 41 72 67 32 20 3d 20 = 3; int Arg2 =
0b80: 31 32 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28 12; verify_case(
0b90: 32 2c 20 41 72 67 32 2c 20 63 6f 75 6e 74 28 41 2, Arg2, count(A
0ba0: 72 67 30 2c 20 41 72 67 31 29 29 3b 20 7d 0d 0a rg0, Arg1)); }..
0bb0: 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73 65 5f .void test_case_
0bc0: 33 28 29 20 7b 20 69 6e 74 20 41 72 72 30 5b 5d 3() { int Arr0[]
0bd0: 20 3d 20 7b 34 2c 36 2c 38 2c 2d 33 2c 37 7d 3b = {4,6,8,-3,7};
0be0: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 41 72 vector <int> Ar
0bf0: 67 30 28 41 72 72 30 2c 20 41 72 72 30 20 2b 20 g0(Arr0, Arr0 +
0c00: 28 73 69 7a 65 6f 66 28 41 72 72 30 29 20 2f 20 (sizeof(Arr0) /
0c10: 73 69 7a 65 6f 66 28 41 72 72 30 5b 30 5d 29 29 sizeof(Arr0[0]))
0c20: 29 3b 20 69 6e 74 20 41 72 67 31 20 3d 20 32 3b ); int Arg1 = 2;
0c30: 20 69 6e 74 20 41 72 67 32 20 3d 20 31 32 3b 20 int Arg2 = 12;
0c40: 76 65 72 69 66 79 5f 63 61 73 65 28 33 2c 20 41 verify_case(3, A
0c50: 72 67 32 2c 20 63 6f 75 6e 74 28 41 72 67 30 2c rg2, count(Arg0,
0c60: 20 41 72 67 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 Arg1)); }...voi
0c70: 64 20 74 65 73 74 5f 63 61 73 65 5f 34 28 29 20 d test_case_4()
0c80: 7b 0d 0a 20 69 6e 74 20 41 72 72 30 5b 5d 20 3d {.. int Arr0[] =
0c90: 20 7b 30 2c 31 2c 32 2c 33 2c 34 2c 35 2c 36 2c {0,1,2,3,4,5,6,
0ca0: 37 2c 38 2c 39 2c 0d 0a 31 30 2c 31 31 2c 31 32 7,8,9,..10,11,12
0cb0: 2c 31 33 2c 31 34 2c 31 35 2c 31 36 2c 31 37 2c ,13,14,15,16,17,
0cc0: 31 38 2c 31 39 2c 0d 0a 32 30 2c 32 31 2c 32 32 18,19,..20,21,22
0cd0: 2c 32 33 2c 32 34 2c 32 35 2c 32 36 2c 32 37 2c ,23,24,25,26,27,
0ce0: 32 38 2c 32 39 7d 3b 0d 0a 76 65 63 74 6f 72 20 28,29};..vector
0cf0: 3c 69 6e 74 3e 20 41 72 67 30 28 41 72 72 30 2c <int> Arg0(Arr0,
0d00: 20 41 72 72 30 20 2b 20 28 73 69 7a 65 6f 66 28 Arr0 + (sizeof(
0d10: 41 72 72 30 29 20 2f 20 73 69 7a 65 6f 66 28 41 Arr0) / sizeof(A
0d20: 72 72 30 5b 30 5d 29 29 29 3b 0d 0a 20 69 6e 74 rr0[0])));.. int
0d30: 20 41 72 67 31 20 3d 20 31 35 3b 20 69 6e 74 20 Arg1 = 15; int
0d40: 41 72 67 32 20 3d 20 31 32 3b 20 76 65 72 69 66 Arg2 = 12; verif
0d50: 79 5f 63 61 73 65 28 34 2c 20 41 72 67 32 2c 20 y_case(4, Arg2,
0d60: 63 6f 75 6e 74 28 41 72 67 30 2c 20 41 72 67 31 count(Arg0, Arg1
0d70: 29 29 3b 20 7d 0d 0a 0d 0a 2f 2f 20 45 4e 44 20 )); }....// END
0d80: 43 55 54 20 48 45 52 45 0d 0a 7d 3b 0d 0a 2f 2f CUT HERE..};..//
0d90: 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 20 BEGIN CUT HERE
0da0: 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 20 7b 20 50 ..int main() { P
0db0: 53 65 71 75 65 6e 63 65 28 29 2e 72 75 6e 5f 74 Sequence().run_t
0dc0: 65 73 74 28 2d 31 29 3b 20 7d 0d 0a 2f 2f 20 45 est(-1); }..// E
0dd0: 4e 44 20 43 55 54 20 48 45 52 45 0d 0a ND CUT HERE..