Untitled

Anonymous
plain_text
11/29/2023 5:57 PM
220 B
16
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