评测信息

运行ID: 51551
src.c:1:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
include <stdio.h>
^
In file included from src.c:2:0:
E:/OpenJudger2/Compilers/mingw/include/string.h:36:65: error: unknown type name 'size_t'
_CRTIMP void* __cdecl __MINGW_NOTHROW memchr (const void*, int, size_t) __MINGW_ATTRIB_PURE;
^
E:/OpenJudger2/Compilers/mingw/include/string.h:37:72: error: unknown type name 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW memcmp (const void*, const void*, size_t) __MINGW_ATTRIB_PURE;
^
E:/OpenJudger2/Compilers/mingw/include/string.h:38:68: error: unknown type name 'size_t'
_CRTIMP void* __cdecl __MINGW_NOTHROW memcpy (void*, const void*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:39:68: error: unknown type name 'size_t'
_CRTIMP void* __cdecl __MINGW_NOTHROW memmove (void*, const void*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:40:59: error: unknown type name 'size_t'
_CRTIMP void* __cdecl __MINGW_NOTHROW memset (void*, int, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:46:40: error: expected ',' or ';' before 'strcspn'
_CRTIMP size_t __cdecl __MINGW_NOTHROW strcspn (const char*, const char*) __MINGW_ATTRIB_PURE;
^
E:/OpenJudger2/Compilers/mingw/include/string.h:49:40: error: expected ',' or ';' before 'strlen'
_CRTIMP size_t __cdecl __MINGW_NOTHROW strlen (const char*) __MINGW_ATTRIB_PURE;
^
E:/OpenJudger2/Compilers/mingw/include/string.h:50:68: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP char* __cdecl __MINGW_NOTHROW strncat (char*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:51:72: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW strncmp (const char*, const char*, size_t) __MINGW_ATTRIB_PURE;
^
E:/OpenJudger2/Compilers/mingw/include/string.h:52:68: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP char* __cdecl __MINGW_NOTHROW strncpy (char*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:55:40: error: expected ',' or ';' before 'strspn'
_CRTIMP size_t __cdecl __MINGW_NOTHROW strspn (const char*, const char*) __MINGW_ATTRIB_PURE;
^
E:/OpenJudger2/Compilers/mingw/include/string.h:58:40: error: expected ',' or ';' before 'strxfrm'
_CRTIMP size_t __cdecl __MINGW_NOTHROW strxfrm (char*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:65:74: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void* __cdecl __MINGW_NOTHROW _memccpy (void*, const void*, int, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:66:74: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW _memicmp (const void*, const void*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:72:74: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW _strnicmp (const char*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:73:61: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP char* __cdecl __MINGW_NOTHROW _strnset (char*, int, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:77:65: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void __cdecl __MINGW_NOTHROW _swab (const char*, char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:80:74: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW _strncoll(const char*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:81:75: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW _strnicoll(const char*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:90:73: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void* __cdecl __MINGW_NOTHROW memccpy (void*, const void*, int, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:91:72: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW memicmp (const void*, const void*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:103:73: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW strnicmp (const char*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:104:71: error: expected declaration specifiers or '...' before 'size_t'
int __cdecl __MINGW_NOTHROW strncasecmp (const char *, const char *, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:110:60: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP char* __cdecl __MINGW_NOTHROW strnset (char*, int, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:115:64: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void __cdecl __MINGW_NOTHROW swab (const char*, char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:131:40: error: expected ',' or ';' before 'wcscspn'
_CRTIMP size_t __cdecl __MINGW_NOTHROW wcscspn (const wchar_t*, const wchar_t*);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:133:40: error: expected ',' or ';' before 'wcslen'
_CRTIMP size_t __cdecl __MINGW_NOTHROW wcslen (const wchar_t*);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:134:77: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP wchar_t* __cdecl __MINGW_NOTHROW wcsncat (wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:135:77: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW wcsncmp(const wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:136:76: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP wchar_t* __cdecl __MINGW_NOTHROW wcsncpy(wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:139:40: error: expected ',' or ';' before 'wcsspn'
_CRTIMP size_t __cdecl __MINGW_NOTHROW wcsspn(const wchar_t*, const wchar_t*);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:142:40: error: expected ',' or ';' before 'wcsxfrm'
_CRTIMP size_t __cdecl __MINGW_NOTHROW wcsxfrm(wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:156:80: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW _wcsnicmp (const wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:157:71: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wcsnset (wchar_t*, wchar_t, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:163:80: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW _wcsncoll(const wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:164:82: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW _wcsnicoll(const wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:183:79: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW wcsnicmp (const wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/string.h:184:70: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP wchar_t* __cdecl __MINGW_NOTHROW wcsnset (wchar_t*, wchar_t, size_t);
^
In file included from src.c:4:0:
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:340:82: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wfullpath (wchar_t*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:345:40: error: expected ',' or ';' before 'wcstombs'
_CRTIMP size_t __cdecl __MINGW_NOTHROW wcstombs (char*, const wchar_t*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:348:58: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW mblen (const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:349:40: error: expected ',' or ';' before 'mbstowcs'
_CRTIMP size_t __cdecl __MINGW_NOTHROW mbstowcs (wchar_t*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:350:69: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP int __cdecl __MINGW_NOTHROW mbtowc (wchar_t*, const char*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:357:55: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void* __cdecl __MINGW_NOTHROW realloc (void*, size_t);
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:369:58: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void* __cdecl bsearch (const void*, const void*, size_t, size_t,
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:369:66: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void* __cdecl bsearch (const void*, const void*, size_t, size_t,
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:371:35: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void __cdecl qsort(void*, size_t, size_t,
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:371:43: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP void __cdecl qsort(void*, size_t, size_t,
^
E:/OpenJudger2/Compilers/mingw/include/stdlib.h:418:70: error: expected declaration specifiers or '...' before 'size_t'
_CRTIMP char* __cdecl __MINGW_NOTHROW _fullpath (char*, const char*, size_t);
^
src.c: In function 'read_in_link':
src.c:22:32: error: expected ':' before ';' token
i == n - 1 ? (p->next = NULL); (p->next =