Untitled
unknown
c_cpp
2 years ago
129 B
6
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);
}