fork download
  1. #include<iostream>
  2. using namespace std;
  3. int main() {
  4.  
  5. int y;
  6. float x;
  7. cin>>x ;
  8. if(x-y>0) {
  9. cout<<"float"<<" "<<y<<" "<<(x-y) ;
  10. }
  11. else {
  12. cout<<"int"<<" "<< y ;
  13. }
  14.  
  15.  
  16. return 0;
  17. }
  18.  
  19.  
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
float 0 4.59135e-41