Accepted

foo.cc: In function 'int main()':
foo.cc:9:29: warning: iteration 9 invokes undefined behavior [-Waggressive-loop-optimizations]
    9 |                 cout<<a[i]<<' ';
      |                             ^~~
foo.cc:8:22: note: within this loop
    8 |         for(int i=1;i<=10;i++)
      |                     ~^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 324.0 KiB
#2 Accepted 3ms 536.0 KiB
#3 Accepted 2ms 524.0 KiB
#4 Accepted 2ms 536.0 KiB

信息

递交者
类型
递交
比赛
春季班中级3.23
语言
C++
递交时间
2024-03-23 09:24:49
评测时间
2024-03-23 09:24:49
评测机
分数
100
总耗时
11ms
峰值内存
536.0 KiB