Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
120471 | 何睿函 | 02武王伐纣 | C++ | Compile Error | 0 MS | 0 KB | 125 | 2025-05-27 18:29:58 |
#include<bits/stdc++> using namespace std; int main(){ int a=8650,b=4,c=0; c=a*b; cout<<c; return 0; }
Main.cc:1:22: fatal error: bits/stdc++: No such file or directory #include ^ compilation terminated.