/ XMU_ACM /

记录详情

Wrong Answer

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

信息

递交者
类型
递交
题目
P1050 有本事就打表
语言
C++
递交时间
2019-08-11 10:43:23
评测时间
2019-08-11 10:43:23
评测机
分数
0
总耗时
24ms
峰值内存
1.457 MiB