Untitled

 avatar
unknown
c_cpp
2 years ago
129 B
4
Indexable
#include <iostream>
#include <math.h>

int main() {
    
    float g;
    std::cin >> g;

    std::cout << g - int(g);
}
Editor is loading...
Leave a Comment