#include using namespace std; int main(){ int p = 100; int r = 10; int t = 5; int SI = (p*r*t)/100; cout<