一個小程序的棧溢出

看下面代碼:數組 #include <stdio.h> int cp (char *p) { int a; char b[8]; a=strcmp(p,"1234567"); strcpy(b,p); return a; } int main() { int v=0; char p[1024]; while(1) { printf("please input password: "); scanf
相關文章
相關標籤/搜索