Run ID:58698

提交时间:2023-09-29 16:30:45

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