Runtime Error
/in/foo.c: In function 'main':
/in/foo.c:9:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;(z[i]=getchar())!='\n';i++);
  ^~~
/in/foo.c:11:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   if(z[0]=='D')
   ^~
/in/foo.c:34:6: warning: statement with no effect [-Wunused-value]
      for(j;j>i;j--) 
      ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2390 字符串编辑(
 - 语言
 - C
 - 递交时间
 - 2023-10-27 13:07:01
 - 评测时间
 - 2023-10-27 13:07:01
 - 评测机
 
- 分数
 - 30
 - 总耗时
 - 16ms
 - 峰值内存
 - 364.0 KiB