【洛谷P1425 小鱼的游泳时间--100分】

#include<iostream> #include<math.h> #include<cstdio> using namespace std; int main() { int a,b,c,d,e,f; cin>>a>>b>>c>>d; if (d>=b) { e=c-a; f=d-b; cout<<e<<" "<<f; }
相关文章
相关标签/搜索
本站公众号
   欢迎关注本站公众号,获取更多信息