编辑代码

#include<stdio.h>

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