#include "b.h"
#include <string>
#include "e.h"
#include "f.h"
std::string b() { return "-b" + e() + f(); }