Programme is not working

#include
using namespace std;

int main()
{
int p,r,t,i;
cout<<"Enter Principle : ";
cin>>p;
cout<<"Enter Rate : ";
cin>>r;
cout<<"Enter Time : ";
cin>>t;
i=(prt)/100;
cout<<"Simple interest is : "<<i;

return 0;

}

It displays enter principal and after entering principle and pressing enter.
The programme stops

Hey @kunal006
It must be compiler specific issue :
Its working fine here :https://ide.codingblocks.com/s/339431

I tried the coding blocks IDE, its still not working. I may be doing something wrong.

Hey @kunal006
Please share the screenshot