Untitled

гнекг
 avatar
unknown
c_cpp
2 years ago
163 B
2
Indexable
#include <iostream>
using namespace std;

int main()
{
	double c,b;
	int a;

	cin>>c;
	a=(int)c;
	b=c-a;


	cout << a << endl;
	cout << b << endl;
}
Editor is loading...