/ XMU_ACM /

记录详情

Wrong Answer

/in/foo.cc: In function 'long long int calc(long long int)':
/in/foo.cc:35:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (long long i=2;i<=m;++i)
  ^~~
/in/foo.cc:41:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   if (n>1) ans=ans/n*(n-1);
   ^~
# 状态 耗时 内存占用
#1 Wrong Answer 651ms 2.707 MiB

信息

递交者
类型
递交
题目
P1046 根号专题-开对数
语言
C++
递交时间
2019-08-02 17:27:45
评测时间
2019-08-02 17:27:45
评测机
分数
0
总耗时
651ms
峰值内存
2.707 MiB