- 龙凤苑中学A班5.17
判断数字答案可复制
- @ 2024-5-17 17:18:24
#include <bits/stdc++.h>
using namespace std;
int main () {
int a,b;
cin>>a;
cin>>b;
if (a>b){ cout<<"1"<<" ";
} else{ cout<<"0"<<" ";
} if (a<=b){ cout<<"1"<<" ";
} else { cout<<"0"<<" " ;
} if (a!=b) { cout<<"1"<<" " ;
} else { cout<<"0"<<" ";
} return 0;
}
0 comments
No comments so far...