摘要:        
#include<stdio.h>int main () { int n; scanf("%d",&n); int a[8]; for(int i=0;i<8;++i){ if(n%2==0) a[i]=0; if(n%2==1) a[i]=1; n/=2; } for(int i=7;i>=0;-    阅读全文
posted @ 2019-10-19 09:58
Zazzle
阅读(174)
评论(0)
推荐(0)
        
            
        
        
摘要:        
恢复内容开始 #include<stdio.h> int main () { int x; printf("输入一个整数"); scanf("%d",&x); if(x%2==1) printf("是奇数"); else printf("是偶数"); return 0; } #include<std    阅读全文
posted @ 2019-10-19 09:55
Zazzle
阅读(117)
评论(0)
推荐(0)
        
            
        
        
摘要:        
#include<stdio.h> int main() { printf("201983270555"); return 0; } #include<stdio.h> int main () { printf(" · · "); return 0; } #include<stdio.h> int     阅读全文
posted @ 2019-10-19 09:20
Zazzle
阅读(206)
评论(1)
推荐(0)
        
                    
                
浙公网安备 33010602011771号