int main()
{
int a,b;
scanf("%d %d",&a,&b);
a=5,b=0;
printf("V我%d%d",a,b);
return 0;
}
扫描二维码,关注牛客
下载牛客APP,随时随地刷题
全部评论
(0) 回帖