Problem B: 熟悉C语言调试
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:17244
Solved:8627
Description
程序中要求键盘输入x的值,当x的值为5时输出“*****”,否则输出“#####”。
Input
整数x的值。
Output
当x的值为5时输出“*****”,否则输出“#####”。
Sample Input Copy
5
Sample Output Copy
*****
HINT
实验P43