#include <iostream>
using namespace std;
int main()
{
   int kg;
   kg++;
   return 0;
}
2022/1/25 12:22
430133