#include <stdio.h>
int
main() {
a, b;
scanf
(
"%d%d"
, &a, &b);
switch
(a / b) {
case
0:
printf
"较大数为%d"
, b);
break
;
default
:
,a);
}
return
0;