#include "graph.hpp"
#include <stdio.h>
int main()
{
graphVertex<int,std::string> gv;
printf("OK");
return 0;
}