#include <stdio.h>int main(){scanf(“%d%d”,&a,&b);if (a==b){printf("a和b相等\n");}return 0;}
初始化是你在开始先 int a,b; 把他定义为整形,至于赋不赋值就看你自己了