Untitled

Anonymous
c_cpp
10/04/2023 3:20 PM
176 B
8
Indexable
#include <iostream>

using namespace std;

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