#include<stdio.h>
int main()
{
int a=5;
int b=10;
printf("a/nb"a,b);
return 0;
}
tanhouyusheng
望远
相关分类