Untitled

Anonymous
c_cpp
10/04/2023 6:43 PM
176 B
10
Indexable
#include <iostream>
#include <string>
using namespace std;

int main()
{
    double a;
    cin >> a;
    cout << a/2.54;
}
Editor is loading...