RT.
#include <bits/stdc++.h> using namespace std; int Index(int a){return a;} int main() { cout<<Index[1]; return 0; }