BREEZE


私信TA

用户名:MILD

访问量:13484

签 名:

不到100不关电脑

等  级
排  名 1855
经  验 2602
参赛次数 12
文章发表 27
年  龄 16
在职情况 学生
学  校 省丹中(镇江丹阳)
专  业 高二

  自我简介:

#include<stdio.h>

int main()
{
 int x;
 scanf("%d",&x);
 
 if(x<3)
  printf("%d",2*x);
 else if(x>=20)
  printf("%d",3*x-1);
 else
  printf("%d",2*x+1);
 
 
 return 0;
 }


 

0.0分

1 人评分

  评论区

  • «
  • »