在编译正常程序没有问题的前提下,Lemon在对任何代码的评测(包括我自己开的文件夹里的A+B问题)给出了这样的编译错误:
This application has requested the Runtime to terminate it in an unsuual way. Please contact the application's support team for more information. Cannot create temporary file in C:\Windows\: Permission denied
这?尝试了在其他文件上输入输出,没有问题。使用的编译器是 MinGW,64 位系统,编译命令-o %s %s.* -O2在其他文件上运行没问题。求大佬帮助,谢谢!