| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1338732 | athena | Make them Meet (EGOI24_makethemmeet) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
using namespace std;
#define int long long int
int32_t main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
int n,m;
cin>>n>>m;
for(int i=0;i<n;i++)
{
int x,y;
cin>>x>>y;
}
cout<<1<<endl;
for(int i=0;i<n;i++)
cout<<1<<" ";
cout<<endl;
}