Run ID:13321

提交时间:2021-05-26 15:44:36

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