Skip to content

[BUG] 开启文件读写时,如果选手在标准输出输出数字,将被除以1000后视为用时 #274

@Pulsar33550336

Description

@Pulsar33550336

描述一下这个 Bug
天晓得怎么回事有个文件测评时显示 TLE 用时114.514秒

Image

然后我们看到了它的代码

#include<bits/stdc++.h>
using namespace std;
int main(){
	cout<<"114514"<<endl;
	return 0;
}

……
……

如何复现
拿上面那份代码跑

期望获得的结果
啥都不做,文件错误

有截图吗?
在上面

环境:
版本代号:0.3.5

  • 系统:Arch Linux 显然没有版本,kernel 6.17.9-zen1-1-zen

其他信息
好臭啊

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS: LinuxLinux 系统相关的问题OS:WSL(Win)关于在 Windows 上的 WSL 的问题OS:macOSmacOS 系统相关的问题整叉劈了 | Bug有一些不该发生的东西发生了

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions