Run ID:5675
提交时间:2024-12-12 22:19:21
#include<iostream> using namespace std; int main() { float h=1000; for(int i=1;i<=1000;i--){h=h/3;} return 0; }