Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:30: warning: self-comparison always evaluates to true [-Wtautological-compare]
   12 |                 for(int i=1;i<=i;i++) cout<<a[i]<<' ';
      |                             ~^~~
# 状态 耗时 内存占用
#1 Runtime Error 2ms 552.0 KiB
#2 Runtime Error 2ms 552.0 KiB

信息

递交者
类型
递交
题目
P2505 杨辉三角形
语言
C++
递交时间
2026-07-22 09:44:37
评测时间
2026-07-22 09:44:37
评测机
分数
0
总耗时
5ms
峰值内存
552.0 KiB