Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
154301 张皓凯 12自由落体 C++ Wrong Answer 1 MS 260 KB 172 2026-05-30 10:03:32

Tests(0/1):


Code:

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


Run Info:

------Input------
3 12
------Answer-----
0.097656
------Your output-----
100