| w=`\
|
| mumsmt either
|
| sLte hard
|
| rrsn copy
|
| irtl form
|
| teom ride
|
| irtlLo formal
|
| strtueme provided
|
| eemremad Autodesk
|
| momrmtrour electronic
|
| ormuiurLmuroa notifications
|
| ormuiurLmuro notification
|
| tmoLmme related
|
| ismam these
|
| mnsma types
|
| mnsm type
|
| sLa has
|
| crom Done
|
| amtmLl stream
|
| cLom want
|
| rom one
|
| roLaa class
|
| aeoamm subset
|
| seoour public
|
| stutLmm private
|
| strmmrmme protected
|
| uioemi ifndef
|
| emiuom define
|
| moeui endif
|
| tmamm reset
|
| tmammmuop resetting
|
| orro bool
|
| uoroeem include
|
| stLplL pragma
|
| moel enum
|
| rsmtLmrt operator
|
| itumoe friend
|
| tutmeLo virtual
|
| asmruiuma specifies
|
| asmruin specify
|
| sronproa polygons
|
| sronpro polygon
|
| cLtouop warning
|
| euaLoom disable
|
| emartusmuro description
|
| auopommro singleton
|
| strsmtmn property
|
| trsntupsm Copyright
|
| rmsmtcuam otherwise
|
| arimcLtm software
|
| Lptmmlmom agreement
|
| aeommrm subject
|
| trlouom combine
|
| uoamLooLmuro installation
|
| rrttmasroeuop corresponding
|
| lreuiurLmuroa modifications
|
| uorrttmrmon incorrectly
|
| Leeumuro addition
|
| rrttmrm correct
|
| uoamLorm instance
|
| ptLssura graphics
|
| etLcLoom drawable
|
| imsmtcuam Otherwise
|
| itLuma Traits
|
| itLum Trait
|
| lLtpuoLoon marginally
|
| rroiupetme configured
|
| ompuoouop beginning
|
| orcmam lowest
|
| LsstrstuLmm appropriate
|
| euasoLn display
|
| anamml system
|
| anammla systems
|
| rLrsuop caching
|
| sLtLl param
|
| tmLrmrta reactors
|
| lreuiume modified
|
| lreuiurLmuro modification
|
| sLtmom parent
|
| ouam list
|
| tmlLtda remarks
|
| mLtpmm target
|
| lmmsre method
|
| mrpmmsmt together
|
| moLoouop enabling
|
| omsLturt behavior
|
| Lormsmt another
|
| sLoeme handed
|
| amLmur static
|
| mtLame erased
|
| tmmeto return
|
| Lrrmaa access
|
| asreoe should
|
| mmtla terms
|
| rroam const
|
| lLdma makes
|
| aorcmt slower
|
| oLlm name
|
| tLoem value
|
| msmam these
|
| ioLpa flags
|
| ioLp flag
|
| putma gives
|
| pmrlmmtn geometry
|
| csram whose
|
| Leeme added
|
| dosem input
|
| csurs which
|
| msmut their
|
| tumLo vital
|
| rmtmLuo certain
|
| Lasmrma aspects
|
| ormuin notify
|
| rtmt over
|
| itrl from
|
| isua This
|
| msua this
|
| iLoo fall
|
| seas push
|
| sLrd pack
|
| etLc draw
|
| true bool
|
| tdom uint
|
| msLm that
|
| nret your
|
| cmtm were
|
| oLam base
|
| putmo given
|
| srs pop
|
| lee add
|
| nre you
|
| msm the
|
| tam Use
|
| irt for
|
| Loe and
|
| lLn may
|
| amm set
|
| Lee add
|
| eame used
|
| lupoLo Signal
|
| aupoLoa signals
|
| aupoLo signal
|
| eam use
|
| ism The
|
| Ltm are
|
| omuop being
|
| cuoo will
|
| mulm time
|
| eoo all
|
| tupsma rights
|
| tmamttme reserved
|
| uo in
|
| ri of
|
| um it
|
| ua is
|
| mr to
|
| om be
|
| lr So
|
| Lo an
|
| Lm at
|
| di if
|
| ui if
|
| ue id
|
| rt or
|
| dor inc
|
| insm Type
|
| ieoo full
|
| rLooa calls
|
| rLoo call
|
| rLoome called
|
| csmo when
|
| eocLna always
|
| itmt Over
|
| mtmom event
|
| empmo Regen
|
| smtirtlme performed
|
| smtirtl perform
|
| tmpmo regen
|
| tmpmomtLmuop regenerating
|
| tmpmomtLmme regenerated
|
| tmpmomtLmm regenerate
|
| ourmoam license
|
| ercoorLe download
|
| sLtmomde parentid
|
| eLmLoLam database
|
| amoe send
|
| lLoLpma manages
|
| ouammomta listeners
|
| ouammomt listener
|
| LrrrlsLouma accompanies
|
| L a\
|
| `.split('\n');
|
| w.sort((a,b)=>((b.length-a.length)||a.localeCompare(b)));
|
| w = w.map(x=>x.split(' '))
|
|
|
| s1 = Object.fromEntries(w);
|
| /*s1 = Object.fromEntries(w.map(([a,b])=>{
|
| if(a.length == 2){
|
| return [
|
| ' '+a+' ',
|
| ' '+b+' '
|
| ];
|
| }
|
| return [a,b];
|
| }));*/
|
| s2 = w.map(x=>[...x[0]].map((a,i)=>[x[0][i],x[1][i]])).flat().reduce((o,[a,b])=>((o[a]??=new Set()).add(b),o), {})
|
|
|
| Set.prototype.toString = function(){
|
| return this.size>1 ? '{'+[...this].join(',')+'}' : [...this][0];
|
| };
|
|
|
| s={...s1, ...s2};
|
| re=new RegExp(Object.keys(s).join('|'),'g');
|
|
|
| x=process.argv[2]
|
| x=x.replace(re, (x)=>s[x]);
|
|
|
| console.log(x);
|