Run ID:119993

提交时间:2025-05-23 20:55:20

#include <iostream> using namespace std; int main() { double height = 100.0; for (int i = 1; i <= 9; i++) { cout /= 2; } cout << 2 <<endl;