| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137847 | 唐俊逸 | 13投资金额 | C++ | Wrong Answer | 1 MS | 256 KB | 351 | 2025-11-22 18:13:29 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int m,a=0; for(int i;i<=20;i++){ a=a*0.02; } cout<<a; return 0; }
------Input------
92
------Answer-----
3464
------Your output-----
0