比赛 test1 评测结果 WAWWWWAAWW
题目名称 算24点 最终得分 30
用户昵称 Hyoi_0Koto 运行时间 0.031 s
代码语言 C++ 内存使用 0.23 MiB
提交时间 2017-02-28 20:51:47
显示代码纯文本
#include<cstdio>
int main(){
	freopen("point24.in","r",stdin);
	freopen("point24.out","w",stdout);
	printf("No answer!");
	return 0;
}