#define VALUE 999

int main()

{

int R = Result();

 

// R = 1;

cout << R << endl;

 

}

 

int Result()

{

int v = VALUE;

// 如果是用這樣的回返,結果不是 0 就是 1

return (V == VALUE);

 

}

文章標籤
全站熱搜
創作者介紹
創作者 figer 的頭像
figer

日劇看不完

figer 發表在 痞客邦 留言(0) 人氣(14)