
int main(int argc,char *argv[]){
printf("%c\n",'吵盯Y')
printf("Y\n")
puts("Y")
putc('Y',stdout)
升埋和 液枝puts("")
return 0
}
#include <stdio.h>int main()
{
int x , y
scanf("%d",&x)
if(x < 1)
{
y = x - 1
printf("%d %d\n", x, y)
}else if(x > 1 || x == 1){
y = 2 * x + 1
printf("%d %d\n", x, y)
}
}
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)