Compile Error
foo.cc: In function 'int main()':
foo.cc:8:13: error: 'x' cannot be used as a function
    8 |   cin >> x(i);
      |             ^
foo.cc:9:13: error: 'x' cannot be used as a function
    9 |  cout << x(k) << " ";
      |             ^
foo.cc:11:14: error: invalid types 'int[int]' for array subscript
   11 |   cout << x[j] << " ";
      |              ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 题目
 - 2-4 点名上前
 - 语言
 - C++
 - 递交时间
 - 2022-07-28 21:45:09
 - 评测时间
 - 2022-07-28 21:45:09
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes