Wrong Answer
foo.cc: In function 'int main()':
foo.cc:27:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   27 |      for(j=1;j<=m-2;j++)
      |      ^~~
foo.cc:29:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   29 |   r->next=r->next->next;
      |   ^
foo.cc:12:11: warning: unused variable 'k' [-Wunused-variable]
   12 |  long i,j,k,l;
      |           ^
foo.cc:12:13: warning: unused variable 'l' [-Wunused-variable]
   12 |  long i,j,k,l;
      |             ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1089 约瑟夫问题
 - 语言
 - C++
 - 递交时间
 - 2022-07-31 16:46:12
 - 评测时间
 - 2022-07-31 16:46:12
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 7ms
 - 峰值内存
 - 512.0 KiB