輸出包括一行,為“yes”或“no”。
無
#include<stdio.h> int main(){ int a; scanf("%d",&a); printf("%o",a); return 0; }
????????????????????????????????????