Untitled
unknown
plain_text
2 years ago
106 B
10
Indexable
#include <iostream>
using namespace std;
int main()
{
float x;
cin >> x;
cout << x - (int)x;
}Editor is loading...
Leave a Comment
#include <iostream>
using namespace std;
int main()
{
float x;
cin >> x;
cout << x - (int)x;
}