编辑代码

#include <stdio.h>

int num = 10;
int main()
{
    int num = 1;
    printf("%d\n",num);
    return 0;
    
}