| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 151513 | 刘柠锐 | 13求n的阶乘 | C++ | Compile Error | 0 MS | 0 KB | 133 | 2026-04-13 16:34:33 |
#include <iosteeam> using namespace std; int main(){ //1-100 7的倍数 for(int i=20;i>=2;i=i-2){ cout<<i<<endl; }
Main.cc:1:20: fatal error: iosteeam: No such file or directory
#include
^
compilation terminated.