bdfz_2024_summer/day3/U86432/U86432.cpp

9 lines
99 B
C++

#include<bits/stdc++.h>
using namespace std;
int n,m,r,k;
int main(){
cin>>n>>m>>r>>k;
}