From 0d6d1a410260d429071a6483cadfcded603bf9bd Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sun, 20 Sep 2015 14:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=A4=E9=A2=98=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/utils/help.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/src/utils/help.html b/template/src/utils/help.html index 0b9d605..3c9a153 100644 --- a/template/src/utils/help.html +++ b/template/src/utils/help.html @@ -45,7 +45,9 @@ java -cp {exe_path} Main
  • C/C++ 的64位整数类型,请使用 long long 声明,使用 cin/cout%lld 输入输出。 使用__int64会导致编译错误。
  • 程序执行时间指CPU时间,占用内存按执行过程中内存消耗的峰值计,有多组测试数据时以最大的时间和内存消耗为准
  • - +
  • 判题的时候会去除你的输出的最后的换行和空格,然后与去除最后的换行和空格的答案做比较,如果不一致就是 Wrong Answer。 + 其余的行末空格和空行不去除,看清楚题目的要求。没有格式错误。 +