code is compiling successfully but no output.
link to code : https://drive.google.com/open?id=1MH6AYZ_zZL7z_zKmcSuU70oe483nfFKz
Compiling but no output
You are using somewhere wrong approach in your pie function. Plz try to modify the code, Use these lines
if(str[0]==āpā && str[1]==āiā)
{
replacepi(str.substr(2),osf+ā3.14ā);
}
else
{
replacepi(str.substr(1),osf+str[0]);
}