编辑代码

#include <stdio.h>
int main () {
    int a = 6; 
    printf("%d%d%d", a,a,a);
    return 0;
}