超级后排吃瓜赞

#include <bits/stdc++.h>
using namespace std;
int main(){
  unsigned long long rp=1;
  while(rp>0){
  rp++;
  }
  rp--;
  cout<<rp;
  return 0;
 }
2020/4/16 08:01
77106