首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴shao15232的代码贴C语言
#include "stdio.h"

void main()
{
int x,profit = 0;

printf("please input bonus: %d");
scanf("%d", &x);

switch(x/100000)
{
case 0:
......................
阅读全部 | 2016年5月29日 18:54
1
shao15232