运行 ID: 12240

Main.cc: In function ‘int main()’:
Main.cc:11:18: error: expected ‘;’ before ‘}’ token
   11 |       sum+=h(i,j)
      |                  ^
      |                  ;
   12 |     }
      |     ~