编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#18211 | #2001. 3G芯片 | Compile Error | 0 | 0 ms | 0 K | C++ / 196 B | 192023211917 | 2024-10-19 14:50:46 |
using namesapce std;
void main()
编译信息
/sandbox/1/a.cpp:1:9: fatal error: iosteam: No such file or directory
1 | #include<iosteam>
| ^~~~~~~~~
compilation terminated.