int s=6;m:if(s<100) exit(0); 是什么意思,看不懂~

2026年09月09日 06:20
有1个网友回答
网友(1):

int s=6;m:if(s<100) exit(0);
变量s = 6;M:如果(S<100)exit(0);