holiday/8.16/A-Frog/main.cpp

14 lines
199 B
C++
Raw Normal View History

2022-08-17 10:22:11 +08:00
//weiwancheng
#include <iostream>
#include<cstdio>
#include<algorithm>
#include <cmath>
#include <cstdlib>
using namespace std;
int x,y,m,n,l;
int main()
{
scanf("%d",&x,&y,&m,&n,&l);
return 0;
}