如果我 #define int long long 后用 signed main() 会不会在 CCF 的机子上 CE,(因为 main 函数必须返回 int)
#define int long long
signed main()