Untitled

Anonymous
c_cpp
10/05/2023 12:03 PM
148 B
16
Indexable
#include <iostream>
using namespace std;

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