单选题
下面程序的输出结果是( ) #include using namespace std; void max { cout << ? i : j; } int main { int m = 016, n = 18; max; return 0; }