Accepted
foo.cc: In function ‘int main()’:
foo.cc:14:25: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   14 |                         if(ch2==91)
      |                         ^~
foo.cc:16:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   16 |                                 cout<<char(ch2);
      |                                 ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2587 画正方形2级1 2023年模拟题
 - 语言
 - C++
 - 递交时间
 - 2025-07-24 18:28:17
 - 评测时间
 - 2025-07-24 18:28:17
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 11ms
 - 峰值内存
 - 532.0 KiB