0_0_20630923_28308.c: In function 'main':
0_0_20630923_28308.c:14:9: error: unknown type name 'bool'
bool flag=false;
^
0_0_20630923_28308.c:14:19: error: 'false' undeclared (first use in this function)
bool flag=false;
^
0_0_20630923_28308.c:14:19: note: each undeclared identifier is reported only once for each function it appears in
0_0_20630923_28308.c:16:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int k=0;k<n;k++)
^
0_0_20630923_28308.c:16:9: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_20630923_28308.c:19:34: error: 'true' undeclared (first use in this function)
if(str[0]=='-') flag=true;
^
0_0_20630923_28308.c:23:13: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int j=0;j<len;j++)
^
0_0_20630923_28308.c:54:28: error: expected expression before '/' token
if(v-floor(v)>=0.5)//ΛΔΙαΞεΘλ
^
0_0_20630923_28308.c:54:28: error: stray '\313' in program
0_0_20630923_28308.c:54:28: error: stray '\304' in program
0_0_20630923_28308.c:54:28: error: stray '\311' in program
0_0_20630923_28308.c:54:28: error: stray '\341' in program
0_0_20630923_28308.c:54:28: error: stray '\316' in program
0_0_20630923_28308.c:54:28: error: stray '\345' in program
0_0_20630923_28308.c:54:28: error: stray '\310' in program
0_0_20630923_28308.c:54:28: error: stray '\353' in program
|