#include <vector>
#include "read.h"

namespace bill{

void feltolt(std::vector<std::vector<int> > &naplo);

}
