Untitled

Anonymous
plain_text
11/29/2023 8:47 PM
244 B
14
Indexable
//домашка
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
    double a;
    cin >> a;
    cout << ((int)((a - (int)a) * 10));
    return 0;
}
Editor is loading...
Leave a Comment