Mã chấm: 268300


Main.cc:8:5: error: expected initializer before ‘double’
     double Pi(int n) {
     ^~~~~~
Main.cc: In function ‘int main()’:
Main.cc:24:21: error: ‘Pi’ was not declared in this scope
     double result = Pi(n);
                     ^~