0_0_13781722_935.c: In function 'main':
0_0_13781722_935.c:4:11: error: expected expression before '/' token
int n;//²âÊÔʵÀý´ÎÊý
^
0_0_13781722_935.c:4:11: error: stray '\262' in program
0_0_13781722_935.c:4:11: error: stray '\342' in program
0_0_13781722_935.c:4:11: error: stray '\312' in program
0_0_13781722_935.c:4:11: error: stray '\324' in program
0_0_13781722_935.c:4:11: error: stray '\312' in program
0_0_13781722_935.c:4:11: error: stray '\265' in program
0_0_13781722_935.c:4:11: error: stray '\300' in program
0_0_13781722_935.c:4:11: error: stray '\375' in program
0_0_13781722_935.c:4:11: error: stray '\264' in program
0_0_13781722_935.c:4:11: error: stray '\316' in program
0_0_13781722_935.c:4:11: error: stray '\312' in program
0_0_13781722_935.c:4:11: error: stray '\375' in program
0_0_13781722_935.c:8:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int i=0;i<n;i++){
^
0_0_13781722_935.c:8:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_13781722_935.c:11:21: error: 'number' undeclared (first use in this function)
scanf("%d",&number);
^
0_0_13781722_935.c:11:21: note: each undeclared identifier is reported only once for each function it appears in
0_0_13781722_935.c:12:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int j=0;j<number;j++){
^
0_0_13781722_935.c:23:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int z=0;z<number;z++){
^
0_0_13781722_935.c:24:13: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int t=z;t<number;t++){
^
|