当前位置:网站首页>Complement (Niuke)
Complement (Niuke)
2022-06-30 15:01:00 【Rabbit doesn't like radish】

link :https://ac.nowcoder.com/acm/contest/27740/F
source : Cattle from
#include <bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while(t--)
{
int x;
cin>>x;
for(int i=31;i>=0;i--)
cout<<(x>>i&1);
puts("");
}
return 0;
}
// I've learned a lot anyway , Alas
边栏推荐
- [matlab] 3D drawing summary
- Sorting by character frequency
- JS time conversion standard format, timestamp conversion standard format
- 1035 password (20 points)
- 1151 LCA in a binary tree (30 points)
- 1082 read number in Chinese (25 points)
- val_ Loss decreases first and then increases or does not decrease but only increases
- [extensive reading of papers] sentimental analysis of online reviews with a hierarchical attention network
- @PathVariable
- 1062 talent and virtue (25 points)
猜你喜欢

Not satisfied with markdown native code block style? Try this beautify code screenshot tool~~

CCF image rotation (Full Score code + problem solving idea) 201503-01

Determine the number of digits of an integer in MATLAB (one line of code)

Error $(...) size is not a function
![[extensive reading of papers] multimodal attribute extraction](/img/ec/546c107ac0d31deded7ca94fdf0e2d.jpg)
[extensive reading of papers] multimodal attribute extraction

CCF Z-scan (full mark code + problem solving ideas) 201412-2

CCF call auction (full mark code + problem solving ideas + skill summary) 201412 - 3

Svn password forgetting solution

2021-05-12

@PathVariable
随机推荐
Matlab function for limit, definite integral, first-order derivative, second-order derivative (classic examples)
Querywrapper in mybaits plus
1082 read number in Chinese (25 points)
中信期货开户麻烦吗安全吗,期货开户手续费是多少,能优惠吗
Why do high precision CNC machining centers have errors? You should pay attention to these four reasons!
Lost connection to the flow server (0 retries remaining): |Out of retries, exiting! Error reporting solution (flow)
In situ merging of two arrays with two pointers
[extensive reading of papers] multi modal sarcasm detection and human classification in code mixed conversations
Programming of left-hand trapezoidal thread
@PathVariable
Experiment 2: stack
CCF Z-scan (full mark code + problem solving ideas) 201412-2
CCF command line options (Full Score code + problem solving ideas + skill summary) March 3, 2014
[extensive reading of papers] multimodal attribute extraction
Sum of squares of two pointers
Matlab judge palindrome number (only numbers)
[extensive reading of papers] attributes guided facial image completion
How does hbuilder display in columns?
机械工程师面试的几个问题,你能答上来几个?
1035 password (20 points)