运行 ID: 74712

Main.cc: In function ‘int main()’:
Main.cc:16:10: error: expected ‘;’ before ‘f’
     cout f(n);
          ^
Main.cc:16:14: warning: statement has no effect [-Wunused-value]
     cout f(n);
              ^