Toggle navigation
Home
Problems
Status
Ranklist
Contests
OSC
FAQ
[Sign In]
[Sign Up]
C语言程序设计教程(第三版)课后习题5.5
Time Limit
1s
Memory Limit
131072KB
Judge Program
Standard
Ratio(Solve/Submit)
72.41%(
748
/
1033
)
Description:
有一个函数
y={ x x<1
| 2x-1 1<=x<10
\ 3x-11 x>=10
写一段程序,输入x,输出y
Input:
一个数x
Output:
一个数y
Sample Input:
14
Sample Output:
31
Hint:
使用函数
Submit
Compiler
C
C++
Java
Python2
Python3
Use advanced editor
Code