Run ID:103523

提交时间:2024-12-28 21:22:02

#include <stdio.h> int main(){ int n,m; scanf("%d %d",&n,&m); int x=max(n,m); printf("%d",x); return 0; }