#include using namespace std; int test() { return 0; } int main() { cout << test(); }