def h s puts s puts s+'.hpp' end def i s h 'internal_'+s end puts "LICENSE\nall" h 'convolution' h 'dsu' h 'fenwicktree' i 'bit' i 'csr' i 'math' i 'queue' i 'scc' i 'type_traits' h 'lazysegtree' h 'math' h 'maxflow' h 'mincostflow' h 'modint' h 'scc' h 'segtree' h 'string' h 'twosat'