Run ID:2192
提交时间:2023-12-16 18:16:06
#include<iostream> using namespace std; int main(){ cout<<13<<" "<<8<<" "<<13; return 0; }