Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
121482 邹金行 13投资金额 C++ Wrong Answer 0 MS 268 KB 143 2025-06-07 15:11:48

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ double h=10; for(int i=0;i<=20;i++){ h*=(1/5); } cout<<int (h); return 0; }


Run Info:

------Input------
92
------Answer-----
3464
------Your output-----
0