Run ID:107357

提交时间:2025-01-17 15:30:17

#include<iostream> using namespace std; int main(){ cout<<13<<" "<<8<<" "<<13; return 0; }