실행 실패 (제출 코드 컴파일 에러)
{"stderr": "Main.c:1:9: error: expected \u2018=\u2019, \u2018,\u2019, \u2018;\u2019, \u2018asm\u2019 or \u2018__attribute__\u2019 before \u2018<\u2019 token\n 1 | include <stdio.h>\n | ^\nIn file included from Main.c:2:\n/usr/include/string.h:44:22: error: unknown type name \u2018size_t\u2019\n 44 | size_t __n) __THROW __nonnull ((1, 2));\n | ^~~~~~\n/usr/include/string.h:34:1: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n 33 | #include <stddef.h>\n +++ |+#include <stddef.h>\n 34 | \n/usr/include/string.h:47:56: error: unknown type name \u2018size_t\u2019\n 47 | extern void *memmove (void *__dest, const void *__src, size_t __n)\n | ^~~~~~\n/usr/include/string.h:47:56: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:55:32: error: unknown type name \u2018size_t\u2019\n 55 | int __c, size_t __n)\n | ^~~~~~\n/usr/include/string.h:55:32: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:61:42: error: unknown type name \u2018size_t\u2019\n 61 | extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));\n | ^~~~~~\n/usr/include/string.h:61:42: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:64:56: error: unknown type name \u2018size_t\u2019\n 64 | extern int memcmp (const void *__s1, const void *__s2, size_t __n)\n | ^~~~~~\n/usr/include/string.h:64:56: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:80:60: error: unknown type name \u2018size_t\u2019\n 80 | extern int __memcmpeq (const void *__s1, const void *__s2, size_t __n)\n | ^~~~~~\n/usr/include/string.h:80:60: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:107:48: error: unknown type name \u2018size_t\u2019\n 107 | extern void *memchr (const void *__s, int __c, size_t __n)\n | ^~~~~~\n/usr/include/string.h:107:48: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:145:53: error: unknown type name \u2018size_t\u2019\n 145 | const char *__restrict __src, size_t __n)\n | ^~~~~~\n/usr/include/string.h:145:53: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:153:23: error: unknown type name \u2018size_t\u2019\n 153 | size_t __n) __THROW __nonnull ((1, 2));\n | ^~~~~~\n/usr/include/string.h:153:23: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:159:57: error: unknown type name \u2018size_t\u2019\n 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)\n | ^~~~~~\n/usr/include/string.h:159:57: note: \u2018size_t\u2019 is defined in header \u2018<stddef.h>\u2019; did you forget to \u2018#include <stddef.h>\u2019?\n/usr/include/string.h:166:8: error: unknown type name \u2018size_t\u2019\n 166 | extern size_t strxfrm (char(...truncated, total 41615 characters)
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.