int main(int argc,char* argv[]){ int t[10]; int s[10]; t[10] = 3; return s[0]; }