Untitled
Anonymous
plain_text
11/25/2023 2:49 PM
148 B
15
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);
}