#define VALUE 999
int main()
{
int R = Result();
// R = 1;
cout << R << endl;
}
int Result()
{
int v = VALUE;
// 如果是用這樣的回返,結果不是 0 就是 1
return (V == VALUE);
}
文章標籤
全站熱搜
#define VALUE 999
int main()
{
int R = Result();
// R = 1;
cout << R << endl;
}
int Result()
{
int v = VALUE;
// 如果是用這樣的回返,結果不是 0 就是 1
return (V == VALUE);
}