2026-01-22发表2026-02-06更新几秒读完 (大约22个字)code-label testbegin code we need code label !!! 1print("hello labels") new = 1234567#include <stdio.h>int main(){ printf("hello label\n"); return 0;} end code #test