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