RT,如下代码为什么本地都会RE?
#include<iostream> using namespace std; struct Bigint { long long a[90005]; Bigint() { } }; Bigint read() { } int main() { cout<<"ALIVE"; Bigint x,y; read(); return 0; }