| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 138668 | 罗晟睿 | 13投资金额 | C++ | Compile Error | 0 MS | 0 KB | 175 | 2025-11-29 13:45:01 |
#include<bits/stdc++>.h> using namespace std; int main(){ int m; scanf("%d",&m) for(int i=1;i<=20;i++){ m = m*1.2; } printf("%d",m); return 0; }
Main.cc:1:22: warning: extra tokens at end of #include directive
#include.h>
^
Main.cc:1:26: fatal error: bits/stdc++: No such file or directory
#include.h>
^
compilation terminated.