Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<bits/stdc++.h>
- using namespace std;
- int main() {
- double a;
- cin>>a;
- int num=a;
- double res =a-num;
- if(res != 0){
- cout<<"float "<<num<<" "<<res;
- }
- else{
- cout<<"int "<<num;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment