摘要:
#include<bits/stdc++.h> using namespace std; int main(){ int n,s=1; cin>>n; while(n>0){ cout<<n%2; s++; n/=2; } return 0; } 阅读全文
posted @ 2024-06-02 08:52
爱吃泡面的皮卡
阅读(29)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; int main(){ int a[11]; for(int i=0;i<10;i++){ cin>>a[i]; } for(int i=0;i<10;i++){ for(int j=9;j>i;j--){ if(a[ 阅读全文
posted @ 2024-06-02 08:33
爱吃泡面的皮卡
阅读(22)
评论(0)
推荐(0)

浙公网安备 33010602011771号