Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
147581 鸡哥 序列变换II C++ Compile Error 0 MS 0 KB 202 2026-02-06 11:30:18

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int n,a[101]; cin>>n; for(int i = 1;i<=n;i++){ cin>>a[i]; } for(int i = 1;i<=n;i++){ cout<<a[a[a[i]]<<" "; } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:10:19: error: invalid operands of types 'int' and 'const char [2]' to binary 'operator<<'
  cout<