输出两个字符

1 //输出两个字符

#include <stdio.h> 2 int main () 3 { 4 5 int NB = 789; 6 int CB = 333; 7 printf("NB的数字为:%d\n%d:是CB的数字\n",NB,CB); 8 }

 

posted on 2021-07-28 12:33  Bytezero!  阅读(143)  评论(0编辑  收藏  举报