在win8.1系统下运行VC++6.0error LNK2001: unresolved external symbol _max

2025-06-21 15:17:49
推荐回答(1个)
回答1:

printf("max=%d\n");

改为
printf("max=%d\n",c);