/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:38:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(int s = 0; s <= G(i); s++)
      ^~~
/in/foo.cc:40:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   printf("%lld\n", ans);
   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 31ms 2.707 MiB

信息

递交者
类型
递交
题目
P1050 有本事就打表
语言
C++
递交时间
2019-08-11 10:47:02
评测时间
2019-08-11 10:47:02
评测机
分数
100
总耗时
31ms
峰值内存
2.707 MiB