/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    9 |   for(int j=1;j<=n;j++)
      |   ^~~
/in/foo.cc:11:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   11 |    cout<<"\n";
      |    ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 348.0 KiB

信息

递交者
类型
递交
题目
P1201 一个#字符正方形
语言
C++
递交时间
2023-09-26 15:09:33
评测时间
2023-09-26 15:09:33
评测机
分数
10
总耗时
3ms
峰值内存
348.0 KiB