#include<iostream> using namespace std; void iii(int x){ int d[x]={0}; } int main(){ int t=10; iii(t); return 0; }