Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
139158 王奕杰 序列变换II C++ Compile Error 0 MS 0 KB 413 2025-12-01 19:17:19

Tests(0/0):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int n,a[101],t; 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:14:23: error: invalid operands of types 'int' and 'const char [2]' to binary 'operator<<'
      cout<