Run ID:76906
提交时间:2024-06-04 19:12:35
#include<iostream> using namespace std; int main() { cout<<13<<' '<<8<<' '<<13; return 0; }