Untitled

heha
user_0563559 avatar
user_0563559
c_cpp
10/04/2023 1:00 PM
160 B
11
Indexable
#include <iostream>
using namespace std;

int main()
{
    double a;

    cin >> a;
    cout << a / 2.54;

}
Editor is loading...