RT
#include<bits/stdc++.h> using namespace std; int main() { long n; cin >> n; long a[n + 1]; return 0; }
这有什么错误吗?