典 \ \ 中 \ \ 典
空格!空格!本题不忽略空格!所以一定要正确输出!
for(ri i=0;i<n;i++){ printf("%d:",i); for(ri j=0;j<b[i].size();j++) printf(" %d",b[i][j]); printf("\n"); }