Mã chấm: 268483


Main.cc: In function ‘int main()’:
Main.cc:10:11: error: expected primary-expression before ‘%’ token
     scanf(%lf, &n);
           ^
Main.cc:10:12: error: ‘lf’ was not declared in this scope
     scanf(%lf, &n);
            ^~