***** ==> INIT_BPTREE(3) Initialized B+ tree to order 3. ***** ==> CREATE_CITY(SaoPaulo, 80, 50, 186) Created city SaoPaulo at (80,50) with radius 186. ***** ==> CREATE_CITY(RiodeJaneiro, 910, 110, 112) Created city RiodeJaneiro at (910,110) with radius 112. ***** ==> CREATE_CITY(BeloHorizonte, 820, 260, 51) Created city BeloHorizonte at (820,260) with radius 51. ***** ==> CREATE_CITY(PortoAlegre, 150, 790, 38) Created city PortoAlegre at (150,790) with radius 38. ***** ==> CREATE_CITY(Recife, 710, 570, 35) Created city Recife at (710,570) with radius 35. ***** ==> CREATE_CITY(Brasilia, 870, 970, 32) Created city Brasilia at (870,970) with radius 32. ***** ==> MAP_LOCATION(SaoPaulo) Mapped location SaoPaulo at (80,50) with radius 186. ***** ==> MAP_LOCATION(RiodeJaneiro) Mapped location RiodeJaneiro at (910,110) with radius 112. ***** ==> MAP_LOCATION(BeloHorizonte) Mapped location BeloHorizonte at (820,260) with radius 51. ***** ==> MAP_LOCATION(PortoAlegre) Mapped location PortoAlegre at (150,790) with radius 38. ***** ==> MAP_LOCATION(Recife) Mapped location Recife at (710,570) with radius 35. ***** ==> MAP_LOCATION(Brasilia) Mapped location Brasilia at (870,970) with radius 32. ***** ==> UNMAP_LOCATION(SaoPaulo) Unmapped location SaoPaulo at (80,50) with radius 186. ***** ==> PRINT_MAP() NW PortoAlegre at (150,790) with radius 38 NE NW NE Brasilia at (870,970) with radius 32 SW Recife at (710,570) with radius 35 SE SW SE NW NE BeloHorizonte at (820,260) with radius 51 SW SE RiodeJaneiro at (910,110) with radius 112 ***** ==> UNMAP_LOCATION(RiodeJaneiro) Unmapped location RiodeJaneiro at (910,110) with radius 112. ***** ==> PRINT_MAP() NW PortoAlegre at (150,790) with radius 38 NE NW NE Brasilia at (870,970) with radius 32 SW Recife at (710,570) with radius 35 SE SW SE BeloHorizonte at (820,260) with radius 51 ***** ==> UNMAP_LOCATION(BeloHorizonte) Unmapped location BeloHorizonte at (820,260) with radius 51. ***** ==> PRINT_MAP() NW PortoAlegre at (150,790) with radius 38 NE NW NE Brasilia at (870,970) with radius 32 SW Recife at (710,570) with radius 35 SE SW SE ***** ==> UNMAP_LOCATION(PortoAlegre) Unmapped location PortoAlegre at (150,790) with radius 38. ***** ==> PRINT_MAP() NW NE NW NE Brasilia at (870,970) with radius 32 SW Recife at (710,570) with radius 35 SE SW SE ***** ==> UNMAP_LOCATION(Recife) Unmapped location Recife at (710,570) with radius 35. ***** ==> PRINT_MAP() NW NE Brasilia at (870,970) with radius 32 SW SE ***** ==> UNMAP_LOCATION(Brasilia) Unmapped location Brasilia at (870,970) with radius 32. ***** ==> PRINT_MAP() No locations entered. ***** ==> EXIT() Have a safe trip!