#include<bits/stdc++.h> using namespace std; int main(){ int a[4]; a[0]=1; a[1]=2; a[2]=3; a[3]=0; int i=3; cout<<a[i][a]; return 0; }
求输出结果(