Untitled

Anonymous
plain_text
10/04/2023 7:57 PM
172 B
9
Indexable
#include <iostream>
using namespace std;

int main()
{
	double a;
	cin >> a; 
	cout << (int)a << modf a;
	return 0;	
	}
Editor is loading...