Skip to content
New issue

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

代码中仅字符串中字符大小写不同会被判断为相同代码无法提交 #70

Open
zhzhwz opened this issue Sep 16, 2020 · 0 comments

Comments

@zhzhwz
Copy link

zhzhwz commented Sep 16, 2020

在 数据结构上机实践课程(2020年秋) 的1012中提交的代码中包含如下语句:
cout << "FULL\n";
在将其改为
cout << "Full\n";
后提示已提交过相同的代码(但实际上是不同的)。
相关的提交编号:2028284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant