Untitled

 avatar
unknown
c_cpp
2 years ago
137 B
5
Indexable
#include <iostream>
using namespace std;

int main() {
	setlocale(LC_ALL, "Russian");
	float a;
	cin >> a;
	cout << a - int(a);
}
Editor is loading...
Leave a Comment