规则: 1.写代码长度和内存
2.必须AC
长度113B,内存556.00KB
#include<bits/stdc++.h> using namespace std; int main() { cout<<3<<endl<<2<<" "<<-1<<" "<<-2; return 0; }