Accepted
/in/foo.cc: In function 'void jia()':
/in/foo.cc:25:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=lb;i++)
     ^~~
/in/foo.cc:31:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  if(b[lb+1]>0)lb++;
  ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2238 1.6.15阶乘和 计算S=1!+2!+3!+…+n!
 - 比赛
 - 春季班高级5.26
 - 语言
 - C++
 - 递交时间
 - 2024-05-26 20:17:29
 - 评测时间
 - 2024-05-26 20:17:29
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 6ms
 - 峰值内存
 - 400.0 KiB