运行 ID: 3780

Main.cc:3:1: error: stray ‘\346’ in program
 提交时间:2019-12-21 15:06:18
 ^
Main.cc:3:2: error: stray ‘\217’ in program
 提交时间:2019-12-21 15:06:18
  ^
Main.cc:3:3: error: stray ‘\220’ in program
 提交时间:2019-12-21 15:06:18
   ^
Main.cc:3:4: error: stray ‘\344’ in program
 提交时间:2019-12-21 15:06:18
    ^
Main.cc:3:5: error: stray ‘\272’ in program
 提交时间:2019-12-21 15:06:18
     ^
Main.cc:3:6: error: stray ‘\244’ in program
 提交时间:2019-12-21 15:06:18
      ^
Main.cc:3:7: error: stray ‘\346’ in program
 提交时间:2019-12-21 15:06:18
       ^
Main.cc:3:8: error: stray ‘\227’ in program
 提交时间:2019-12-21 15:06:18
        ^
Main.cc:3:9: error: stray ‘\266’ in program
 提交时间:2019-12-21 15:06:18
         ^
Main.cc:3:10: error: stray ‘\351’ in program
 提交时间:2019-12-21 15:06:18
          ^
Main.cc:3:11: error: stray ‘\227’ in program
 提交时间:2019-12-21 15:06:18
           ^
Main.cc:3:12: error: stray ‘\264’ in program
 提交时间:2019-12-21 15:06:18
            ^
Main.cc:3:13: error: stray ‘\357’ in program
 提交时间:2019-12-21 15:06:18
             ^
Main.cc:3:14: error: stray ‘\274’ in program
 提交时间:2019-12-21 15:06:18
              ^
Main.cc:3:15: error: stray ‘\232’ in program
 提交时间:2019-12-21 15:06:18
               ^
Main.cc:5:1: error: stray ‘\350’ in program
 运行 ID: 3719
 ^
Main.cc:5:2: error: stray ‘\277’ in program
 运行 ID: 3719
  ^
Main.cc:5:3: error: stray ‘\220’ in program
 运行 ID: 3719
   ^
Main.cc:5:4: error: stray ‘\350’ in program
 运行 ID: 3719
    ^
Main.cc:5:5: error: stray ‘\241’ in program
 运行 ID: 3719
     ^
Main.cc:5:6: error: stray ‘\214’ in program
 运行 ID: 3719
      ^
Main.cc:3:16: error: expected unqualified-id before numeric constant
 提交时间:2019-12-21 15:06:18
                ^~~~
In file included from Main.cc:8:0:
/usr/include/string.h:43:8: error: ‘size_t’ has not been declared
        size_t __n) __THROW __nonnull ((1, 2));
        ^~~~~~
/usr/include/string.h:46:56: error: ‘size_t’ has not been declared
 extern void *memmove (void *__dest, const void *__src, size_t __n)
                                                        ^~~~~~
/usr/include/string.h:54:18: error: ‘size_t’ has not been declared
         int __c, size_t __n)
                  ^~~~~~
/usr/include/string.h:60:42: error: ‘size_t’ has not been declared
 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
                                          ^~~~~~
/usr/include/string.h:63:56: error: ‘size_t’ has not been declared
 extern int memcmp (const void *__s1, const void *__s2, size_t __n)
                                                        ^~~~~~
/usr/include/string.h:70:42: error: ‘size_t’ has not been declared
 extern void *memchr (void *__s, int __c, size_t __n)
                                          ^~~~~~
/usr/include/string.h:72:54: error: ‘size_t’ has not been declared
 extern const void *memchr (const void *__s, int __c, size_t __n)
                                                      ^~~~~~
/usr/include/string.h:77:29: error: ‘size_t’ has not been declared
 memchr (void *__s, int __c, size_t __n) __THROW
                             ^~~~~~
/usr/include/string.h:83:35: error: ‘size_t’ has not been declared
 memchr (const void *__s, int __c, size_t __n) __THROW
                                   ^~~~~~
/usr/include/string.h:109:49: error: ‘size_t’ has not been declared
 extern "C++" void *memrchr (void *__s, int __c, size_t __n)
                                                 ^~~~~~
/usr/include/string.h:111:61: error: ‘size_t’ has not been declared
 extern "C++" const void *memrchr (const void *__s, int __c, size_t __n)
                                                             ^~~~~~
/usr/include/string.h:125:39: error: ‘size_t’ has not been declared
         const char *__restrict __src, size_t __n)
                                       ^~~~~~
/usr/include/string.h:133:9: error: ‘size_t’ has not been declared
         size_t __n) __THROW __nonnull ((1, 2));
         ^~~~~~
/usr/include/string.h:139:57: error: ‘size_t’ has not been declared
 extern int strncmp (const char *__s1, const char *__s2, size_t __n)
                                                         ^~~~~~
/usr/include/string.h:146:8: error: ‘size_t’ does not name a type; did you mean ‘__size_t’?
 extern size_t strxfrm (char *__restrict __dest,
        ^~~~~~
        __size_t
In file included from Main.cc:8:0:
/usr/include/string.h:159:8: error: ‘size_t’ does not name a type; did you mean ‘__size_t’?
 extern size_t strxfrm_l (char *__dest, const char *__src, size_t __n,
        ^~~~~~
        __size_t
/usr/include/string.h:174:45: error: ‘size_t’ has not been declared
 extern char *strndup (const char *__string, size_t __n)
                                             ^~~~~~
/usr/include/string.h:272:8: error: ‘size_t’ does not name a type; did you mean ‘__size_t’?
 extern size_t strcspn (const char *__s, const char *__reject)
        ^~~~~~
        __size_t
/usr/include/string.h:276:8: error: ‘size_t’ does not name a type; did you mean ‘__size_t’?
 extern size_t strspn (const char *__s, const char *__accept)
        ^~~~~~
        __size_t
/usr/include/string.h:368:46: error: ‘size_t’ has not been declared
 extern void *memmem (const void *__haystack, size_t __haystacklen,
                                              ^~~~~~
/usr/include/string.h:369:30: error: ‘size_t’ has not been declared
        const void *__needle, size_t __needlelen)
                              ^~~~~~
/usr/include/string.h:375:34: error: ‘size_t’ has not been declared
    const void *__restrict __src, size_t __n)
                                  ^~~~~~
/usr/include/string.h:378:39: error: ‘size_t’ has not been declared
         const void *__restrict __src, size_t __n)
                                       ^~~~~~
/usr/include/string.h:384:8: error: ‘size_t’ does not name a type; did you mean ‘__size_t’?
 extern size_t strlen (const char *__s)
        ^~~~~~
        __size_t
/usr/include/string.h:390:8: error: ‘size_t’ does not name a type; did you mean ‘__size_t’?
 extern size_t strnlen (const char *__string, size_t __maxlen)
        ^~~~~~
        __size_t
/usr/include/string.h:420:53: error: ‘size_t’ has not been declared
 extern char *strerror_r (int __errnum, char *__buf, size_t __buflen)
                                                     ^~~~~~
In file included from /usr/include/string.h:431:0,
                 from Main.cc:8:
/usr/include/strings.h:34:54: error: ‘size_t’ has not been declared
 extern int bcmp (const void *__s1, const void *__s2, size_t __n)
                                                      ^~~~~~
/usr/include/strings.h:38:53: error: ‘size_t’ has not been declared
 extern void bcopy (const void *__src, void *__dest, size_t __n)
                                                     ^~~~~~
/usr/include/strings.h:42:31: error: ‘size_t’ has not been declared
 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
                               ^~~~~~
/usr/include/strings.h:120:61: error: ‘size_t’ has not been declared
 extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
                                                             ^~~~~~
/usr/include/strings.h:134:6: error: ‘size_t’ has not been declared
      size_t __n, locale_t __loc)
      ^~~~~~
In file included from /usr/include/features.h:424:0,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from Main.cc:7:
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h:23:1: error: ‘size_t’ has not been declared
 __NTH (bcopy (const void *__src, void *__dest, size_t __len))
 ^
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h:29:1: error: ‘size_t’ has not been declared
 __NTH (bzero (void *__dest, size_t __len))
 ^
In file included from Main.cc:8:0:
/usr/include/string.h:435:40: error: ‘size_t’ has not been declared
 extern void explicit_bzero (void *__s, size_t __n) __THROW __nonnull ((1));
                                        ^~~~~~
/usr/include/string.h:457:34: error: ‘size_t’ has not been declared
    const char *__restrict __src, size_t __n)
                                  ^~~~~~
/usr/include/string.h:460:39: error: ‘size_t’ has not been declared
         const char *__restrict __src, size_t __n)
                                       ^~~~~~
/usr/include/string.h:473:34: error: ‘size_t’ has not been declared
 extern void *memfrob (void *__s, size_t __n) __THROW __nonnull ((1));
                                  ^~~~~~
In file included from /usr/include/features.h:424:0,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from Main.cc:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:31:1: error: ‘size_t’ has not been declared
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:38:1: error: ‘size_t’ has not been declared
 __NTH (memmove (void *__dest, const void *__src, size_t __len))
 ^
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:45:1: error: ‘size_t’ has not been declared
 __NTH (mempcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:1: error: ‘size_t’ has not been declared
 __NTH (memset (void *__dest, int __ch, size_t __len))
 ^
In file included from /usr/include/string.h:494:0,
                 from Main.cc:8:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:77:42: error: ‘size_t’ has not been declared
 void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen)
                                          ^~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:77:56: error: ‘size_t’ has not been declared
 void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen)
                                                        ^~~~~~
In file included from /usr/include/features.h:424:0,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from Main.cc:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:81:1: error: ‘size_t’ has not been declared
 __NTH (explicit_bzero (void *__dest, size_t __len))
 ^
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:103:1: error: ‘size_t’ has not been declared
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^
In file included from /usr/include/string.h:494:0,
                 from Main.cc:8:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:110:62: error: ‘size_t’ has not been declared
 extern char *__stpncpy_chk (char *__dest, const char *__src, size_t __n,
                                                              ^~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:111:8: error: ‘size_t’ has not been declared
        size_t __destlen) __THROW;
        ^~~~~~
In file included from /usr/include/features.h:424:0,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from Main.cc:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:112:14: error: ‘size_t’ has not been declared
 extern char *__REDIRECT_NTH (__stpncpy_alias, (char *__dest, const char *__src,
              ^
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:116:1: error: ‘size_t’ has not been declared
 __NTH (stpncpy (char *__dest, const char *__src, size_t __n))
 ^
In file included from /usr/include/string.h:494:0,
                 from Main.cc:8:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h: In function ‘char* stpncpy(char*, const char*, int)’:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:118:26: error: ‘size_t’ was not declared in this scope
   if (__bos (__dest) != (size_t) -1
                          ^~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:118:26: note: suggested alternative: ‘__size_t’
   if (__bos (__dest) != (size_t) -1
                          ^~~~~~
                          __size_t
In file included from /usr/include/features.h:424:0,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from Main.cc:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h: At global scope:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:133:1: error: ‘size_t’ has not been declared
 __NTH (strncat (char *__restrict __dest, const char *__restrict __src,
 ^
Main.cc: In function ‘int main()’:
Main.cc:12:2: error: ‘scanf’ was not declared in this scope
  scanf("%d",&t);
  ^~~~~
Main.cc:15:13: error: ‘strlen’ was not declared in this scope
   for(i=1;i