#include<iostream> using namespace std; int vis[100];// int main(){ vis[6450]=1;//访问越界 return 0; }
程序错误表现: