运行 ID: 105653

Main.cc: In function ‘int main()’:
Main.cc:12:10: error: ‘da’ was not declared in this scope
  cout << da(1 , 0);
          ^~
Main.cc:12:10: note: suggested alternative: ‘a’
  cout << da(1 , 0);
          ^~
          a