CarYon
CarYon copied to clipboard
🔖一款基于C++的OI/ACM比赛出题解题辅助工具⭐
Your project is excellent and helps me a lot. Thanks for your efforts. What about adding support to Linux.? Because most OJ and programmer's workspace is based on Linux. If...
寻求商用许可
你好,我们是一家在线教育公司,关注到您的项目,看到您的仓库许可是 ISC,是可商用的友好开源协议,所以向您提出使用许可,请允许我们结合此项目二次开发,制作线上课程~
问题代码: ```cpp inline char cyrand_engs() { return 'a' + cyrand(0, 26); } inline char cyrand_engb() { return 'A' + cyrand(0, 26); } ``` 应该是 ```cpp inline char cyrand_engs() { return...