Untitled
unknown
c_cpp
2 years ago
130 B
4
Indexable
#include <iostream>
using namespace std;
int main() {
    double length;
    cin >> length;
    cout << length / 2.54 << endl;
}Editor is loading...
#include <iostream>
using namespace std;
int main() {
    double length;
    cin >> length;
    cout << length / 2.54 << endl;
}