Untitled
Anonymous
c_cpp
11/24/2023 8:48 PM
172 B
13
Indexable
#include <iostream>
#include <math.h>
int main() {
float g;
std::cin >> g;
std::cout << g - int(g);
}Editor is loading...
Leave a Comment
#include <iostream>
#include <math.h>
int main() {
float g;
std::cin >> g;
std::cout << g - int(g);
}