提交时间:2024-08-20 08:26:43
运行 ID: 168227
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; return 0; }