Run ID:143966

提交时间:2026-01-18 09:35:32

#include<bits/stdc++.h> using namespace std; int main(){ int M,N; cin>>N>>M; return 0; }