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