粘貼錯誤

#include
#include
void f(n){
int a[n];
a[n]=12;
printf("%dn",a[-1]);
return;
}


int main(){
f(5.5);
return 0;
}

所有跟帖: 

頭文件 顯示不出來 -brakepad- 給 brakepad 發送悄悄話 (0 bytes) () 10/31/2008 postreply 13:00:10

請您先登陸,再發跟帖!