Untitled

Anonymous
plain_text
11/25/2023 8:04 PM
144 B
16
Indexable
#include <iostream>
using namespace std;

int main()
{
	float x;
	cin >> x;
	cout << x - (int)x;
}
Editor is loading...
Leave a Comment