Run ID:107352
提交时间:2025-01-17 15:29:15
#include<iostream> using namespace std; int main(){ cout<<49<<" "<<21<<" "<<12<<" "<<16; return 0; }