0_0_24874480_20304.c:2:1: error: expected identifier or '(' before '/' token
//0ms 1508k 614b
^
0_0_24874480_20304.c:2:3: error: invalid suffix "ms" on integer constant
//0ms 1508k 614b
^
0_0_24874480_20304.c:2:13: error: invalid suffix "b" on integer constant
//0ms 1508k 614b
^
0_0_24874480_20304.c: In function 'run':
0_0_24874480_20304.c:39:17: error: 'n' undeclared (first use in this function)
scanf("%d%d",&n,&b);
^
0_0_24874480_20304.c:39:17: note: each undeclared identifier is reported only once for each function it appears in
0_0_24874480_20304.c:39:20: error: 'b' undeclared (first use in this function)
scanf("%d%d",&n,&b);
^
|