C语言的报错提示:fatal error C1083: Cannot open include file: ‘bits/stdc++.h’: No such file or directory
执行 cl.exe 时出错.
解决问题:加上“#include<bits/stdc++.h>
”改为“#include <iostream>
”
C语言的报错提示:fatal error C1083: Cannot open include file: ‘bits/stdc++.h’: No such file or directory
执行 cl.exe 时出错.
解决问题:加上“#include<bits/stdc++.h>
”改为“#include <iostream>
”