C/C++の宿題片付けます 126代目
at TECH
346:初心者
09/05/27 16:26:15
#include <iostream>
int main()
{
int a=10,b=3,c=2,d=0,e=0;
d = !a && b>c;
e = !a || b>c;
cout << d << e <<endl;
}
ですか?
締切が18:00までなので結果だけでも教えてください。
次ページ最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5427日前に更新/150 KB
担当:undef