填空题

若整型变量a和b中的值分别为7和9,要求按以下格式输出a和b的值:
a=7
b=9
请完成输出语句:
printf("______",a,b);

【参考答案】

a=%d\nb=%d\n