记录编号 527317 评测结果 WWWWWWWW
题目名称 神秘的69号页面 最终得分 0
用户昵称 Gravatar小红红 是否通过 未通过
代码语言 C++ 运行时间 0.002 s
提交时间 2019-02-14 11:32:50 内存使用 3.16 MiB
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("where69.in","r",stdin);
	freopen("where69.out","w",stdout);
	cout<<"nan";
	return 0;
}