摘要:
#include <stdio.h> #include <math.h> int main() { int a, b; scanf("%d %d", &a, &b); int temp; if(a<b) { temp=a; a=b; b=temp; } printf("%d %d\n", b, (( 阅读全文
posted @ 2019-11-11 16:21
ComMario
阅读(85)
评论(0)
推荐(0)


浙公网安备 33010602011771号