#include<iostream>
using namespace std;
int main(){
   int kg;
	while(1)kg++;
   return 0;
}
2022/1/26 15:02
561785