#include #include #include using namespace std; int f(); int main() { printf("bid.cpp!"); f(); return 0; } int f(){ return main(); }