C语言的报错提示:fatal error C1083: Cannot open include file: ‘bits/stdc++.h’: No such file or directory
执行 cl.exe 时出错.
在这里插入图片描述

解决问题:加上“#include<bits/stdc++.h>”改为“#include <iostream>
在这里插入图片描述

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐