Untitled

 avatar
unknown
plain_text
2 years ago
109 B
3
Indexable
#include <iostream>

using namespace std;

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