比赛 202110省实验桐柏一中普及组联赛 评测结果 WWWWWWWWWW
题目名称 分数约分 最终得分 0
用户昵称 111 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2021-10-18 19:18:43
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("yuefen.in","r",stdin);
	freopen("yuefen.out","w",stdout);
	int a,b;
	cin>>a>>b;                                               
	if(a%2!=0){
		cout<<a;
}
   else::	cout<<a/2;

   cout<<' ';
    	if(b%2!=0){	
	cout<<b;
}
else:: cout<<b/2;

	return 0;	
}