首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
shao15232的代码贴
→
C语言
[C语言]error C2059: syntax error : ';'
#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
全部(1)
C语言(1)