namespace std;
//int answer[LEN];
#include <iostream>
#include <stdio.h>
using namespace std;
#define LEN 9
int count = 0;
int main()
{
int i;
printf("%d", count);
return 0;
}
---------------------
该段源代码无法通过编译,如果把 using namespace std; 这一句去掉,则可以通过。还不知道为什么,在这里记一下。

浙公网安备 33010602011771号