记录详情

Compile Error

/in/foo.c:1:1: error: stray '\351' in program
 陈晓坤 2019/5/4 19:33:47
 ^
/in/foo.c:1:2: error: stray '\231' in program
 陈晓坤 2019/5/4 19:33:47
  ^
/in/foo.c:1:3: error: stray '\210' in program
 陈晓坤 2019/5/4 19:33:47
   ^
/in/foo.c:1:4: error: stray '\346' in program
 陈晓坤 2019/5/4 19:33:47
    ^
/in/foo.c:1:5: error: stray '\231' in program
 陈晓坤 2019/5/4 19:33:47
     ^
/in/foo.c:1:6: error: stray '\223' in program
 陈晓坤 2019/5/4 19:33:47
      ^
/in/foo.c:1:7: error: stray '\345' in program
 陈晓坤 2019/5/4 19:33:47
       ^
/in/foo.c:1:8: error: stray '\235' in program
 陈晓坤 2019/5/4 19:33:47
        ^
/in/foo.c:1:9: error: stray '\244' in program
 陈晓坤 2019/5/4 19:33:47
         ^
/in/foo.c:1:11: error: expected identifier or '(' before numeric constant
 陈晓坤 2019/5/4 19:33:47
           ^~~~
In file included from /usr/include/stdio.h:74:0,
                 from /in/foo.c:2:
/usr/include/libio.h:302:3: error: unknown type name 'size_t'
   size_t __pad5;
   ^~~~~~
/usr/include/libio.h:305:67: error: 'size_t' undeclared here (not in a function)
   char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)];
                                                                   ^~~~~~
/usr/include/libio.h:333:62: error: expected declaration specifiers or '...' before 'size_t'
 typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
                                                              ^~~~~~
/usr/include/libio.h:342:6: error: expected declaration specifiers or '...' before 'size_t'
      size_t __n);
      ^~~~~~
/usr/include/libio.h:464:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
 extern _IO_size_t _IO_sgetn (_IO_FILE *, void *, _IO_size_t);
                   ^~~~~~~~~
In file included from /in/foo.c:2:0:
/usr/include/stdio.h:339:20: error: expected declaration specifiers or '...' before 'size_t'
       int __modes, size_t __n) __THROW;
                    ^~~~~~
/usr/include/stdio.h:388:44: error: expected declaration specifiers or '...' before 'size_t'
 extern int snprintf (char *__restrict __s, size_t __maxlen,
                                            ^~~~~~
/usr/include/stdio.h:392:45: error: expected declaration specifiers or '...' before 'size_t'
 extern int vsnprintf (char *__restrict __s, size_t __maxlen,
                                             ^~~~~~
/usr/include/stdio.h:711:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
 extern size_t fread (void *__restrict __ptr, size_t __size,
               ^~~~~
/usr/include/stdio.h:717:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
 extern size_t fwrite (const void *__restrict __ptr, size_t __size,
               ^~~~~~

信息

递交者
类型
自测
题目
A7-5 数组的有序插入函数
语言
C
递交时间
2019-05-04 19:34:28
评测时间
2019-05-04 19:34:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes