fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. return 0;
  7. }
Success #stdin #stdout 0s 5324KB
stdin
Enter the Basic pay an Employee:2500
                Basic pay:2500
      Dearness Allowance:22500
    House Rent Allowance:6250
            Gross salary:53750
stdout
Standard output is empty