Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
137100 万麟峰 12自由落体 C++ Time Limit Exceeded 1000 MS 252 KB 142 2025-11-16 11:11:36

Tests(0/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int s=100; for(int i;i=10;i++){ s=s/2.00000; } cout<<s; return 0; }