编辑代码

#include <stdio.h>

int main()
{
    printf("1+1=%d",1+1);
    return 0;
}