Problems
Status
Typing
Examing
Growing
游客
Signup
|
Login
中文
|
En
1467 - 《C语言程序设计》江宝钏主编-习题4-2-分段函数
通过次数
0
提交次数
0
旧版界面
Time Limit : 1 秒
Memory Limit : 128 MB
编写程序,输入x,输出y
y= x2+3x-4 (x≤5)
=X2-5x+7 (x>5)
Input
一个整数x
Output
对应的y
Examples
Input Format
5
Output Format
36
All
C
C++
Java
Python
Pascal
上一题
下一题
Code
Discuss
Stats
×