运行 ID: 52416

Main.cc: In function ‘int main()’:
Main.cc:11:3: error: ‘sum’ was not declared in this scope
   sum = sum + sqrt(i);
   ^~~
Main.cc:13:10: error: ‘sum’ was not declared in this scope
  cout << sum;
          ^~~