Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   11 |     if(n>=3)
      |     ^~
/in/foo.cc:13:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   13 |         if(n>=4)
      |         ^~
/in/foo.cc:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   19 |     if(n>=7)
      |     ^~
/in/foo.cc:21:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   21 |         if(n>=8)
      |         ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 476.0 KiB
#2 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P2505 杨辉三角形
比赛
2025.10.18中级班练习
语言
C++
递交时间
2025-10-19 19:58:19
评测时间
2025-10-19 19:58:19
评测机
分数
100
总耗时
4ms
峰值内存
476.0 KiB