Compile Error

foo.cc: In function ‘int main()’:
foo.cc:7:21: error: incompatible types in assignment of ‘int’ to ‘int [10005]’
    7 |                 a[i]=i;
      |                 ~~~~^~
foo.cc:8:22: error: invalid conversion from ‘int*’ to ‘int’ [-fpermissive]
    8 |         for(int i=a[n];;i++){
      |                   ~~~^
      |                      |
      |                      int*

信息

递交者
类型
递交
题目
P2607 小杨的锻炼5级1 2023样卷
语言
C++
递交时间
2024-08-19 21:05:36
评测时间
2024-08-19 21:05:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes