Compile Error

foo.cc: In function ‘int main()’:
foo.cc:8:19: error: ‘x’ was not declared in this scope
    8 |         for(int i=x;i<=y;i++)a[++n]=i;
      |                   ^
foo.cc:8:24: error: ‘y’ was not declared in this scope
    8 |         for(int i=x;i<=y;i++)a[++n]=i;
      |                        ^

信息

递交者
类型
递交
题目
P2748 近似排序
比赛
2024.7.18暑期中级1班练习
语言
C++
递交时间
2024-07-19 08:49:52
评测时间
2024-07-19 08:49:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes