RT,请问
signed main(){ return 0; }
是否返回值仍然为 000( int\operatorname{int}int 类型的),还是一定要
int main(){ return 0; }
这样写返回值才为 int\operatorname{int}int 类型的 000