运行 ID: 7533

Main.cc: In function ‘int main()’:
Main.cc:7:24: error: ‘pai’ was not declared in this scope
     cout<<20000/(a*b*b*pai);
                        ^~~
Main.cc:7:24: note: suggested alternative: ‘main’
     cout<<20000/(a*b*b*pai);
                        ^~~
                        main