#include<iostream>
#include<cstring>
#include<string>
#include<iomanip>
#include<cmath>
#include<ctime>
#include<cstdio>
#include<algorithm>
#include<windows.h>
using namespace std;
int main(){
cout<<"Yes";
Sleep(1000);
cout<<" Sir";
return 0;
}
使用时会报错并出现
找不到函数定义,可能是函数定义的头文件沒有include
是不是库版本太低了?Dev C++现在的的版本是6.3,库版本是5.12
https://github.com/Embarcadero/Dev-Cpp