We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
可以提供具体的复现步骤以及较简的问题代码吗 @FeJS8888
Sorry, something went wrong.
视频如上。
代码
#include<bits/stdc++.h> #include<graphics.h> using namespace std; char s[1025]; int main(){ initgraph(800,600); inputbox_getline("输入时长","以秒为单位",s,1024); return 0; }
但是在Win11上无法复现出该bug
此视频为Win10无法复现视频
环境: Windows7 EGE 24.04 TDM-GCC 4.9.2 64bits
Win7 64-bit 虚拟机, Dev-C++ 5.11 TDM-GCC 4.9.2, ege 24.04 无法复现
yixy-only
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: