Run ID:107355
提交时间:2025-01-17 15:29:59
#include<iostream> using namespace std; int main(){ cout<<34<<" "<<13<<" "<<8<<" "<<13; return 0; }