编辑代码

#include <stdio.h>
int main () 
{
    int x;
    x=23+45;
    printf("23+45=%d\n",x);
	
}