超级后排吃瓜赞
#include <bits/stdc++.h> using namespace std; int main(){ unsigned long long rp=1; while(rp>0){ rp++; } rp--; cout<<rp; return 0; }