Untitled
unknown
plain_text
2 years ago
165 B
10
Indexable
//домашка
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
double a;
cin >> a;
cout << a - (int)a;
return 0;
}Editor is loading...
Leave a Comment