题目链接:http://exam.upc.edu.cn/problem.php?cid=1374&pid=1
题意:猜的。
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n,m;
while(~scanf("%d%d",&n,&m)){
int ans=(n+m)/2;
printf("%d\n",ans);
}
return 0;
}
题目链接:http://exam.upc.edu.cn/problem.php?cid=1374&pid=1
题意:猜的。
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n,m;
while(~scanf("%d%d",&n,&m)){
int ans=(n+m)/2;
printf("%d\n",ans);
}
return 0;
}