Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (str[i]== '1')
     ^~
/in/foo.cc:12:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
       if(str[i]=='0')
       ^~
  信息
- 递交者
 - 类型
 - 递交
 - 比赛
 - 程序设计强化(第一周)
 - 语言
 - C++
 - 递交时间
 - 2024-03-04 11:37:02
 - 评测时间
 - 2024-03-04 11:37:02
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 7ms
 - 峰值内存
 - 548.0 KiB