#include <bitset>
using namespace std;
void main()
{
 int a;
 cin>>a;
 cout<<bitset<8>(a)<<endl;
}

 

相关文章: