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; 这一句去掉,则可以通过。还不知道为什么,在这里记一下。

posted @ 2010-10-24 23:20  滄海桑田  阅读(142)  评论(1)    收藏  举报