I\'ve implemented this LRU cache sample from HackerRank. It includes 500,000 test cases for the cache in the main function. When I try to compile it with
g++