#include #include "2Q_cache.h" int main() { TwoCache cache(2, 4); return 0; }