#include<stdio.h>int main(){int a,b,c,num;a=1;b=2;c=3;num=a+b+c;printf("num is %\n",num);return 0;}
在printf函数里面,要写成%d的形式哦,加油吧少年,一起努力💪
%d,你d没了