0_0_27163031_8082.c: In function 'Shui':
0_0_27163031_8082.c:12:23: error: expected expression before '/' token
int j = i/100; //°Ùλ
^
0_0_27163031_8082.c:12:23: error: stray '\260' in program
0_0_27163031_8082.c:12:23: error: stray '\331' in program
0_0_27163031_8082.c:12:23: error: stray '\316' in program
0_0_27163031_8082.c:12:23: error: stray '\273' in program
0_0_27163031_8082.c:14:29: error: 'k' undeclared (first use in this function)
int u = ((i-(j*100))-k*10)/1;
^
0_0_27163031_8082.c:14:29: note: each undeclared identifier is reported only once for each function it appears in
|