Submission #00127


ソースコード

ステータス

項目 データ
問題 0002 - てすと
ユーザー名 ei1531
投稿日時 2015-07-22 10:41:56
言語 C
状態 Compile Error
得点 0
ソースコード長 733 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./127.c:1:8: エラー: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
 include<stdio.h>
        ^
In file included from ./127.c:2:0:
/usr/include/string.h:45:40: エラー: 不明な型名 ‘size_t’ です
        __const void *__restrict __src, size_t __n)
                                        ^
/usr/include/string.h:49:58: エラー: 不明な型名 ‘size_t’ です
 extern void *memmove (void *__dest, __const void *__src, size_t __n)
                                                          ^
/usr/include/string.h:58:18: エラー: 不明な型名 ‘size_t’ です
         int __c, size_t __n)
                  ^
/usr/include/string.h:65:42: エラー: 不明な型名 ‘size_t’ です
 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
                                          ^
/usr/include/string.h:68:60: エラー: 不明な型名 ‘size_t’ です
 extern int memcmp (__const void *__s1, __const void *__s2, size_t __n)
                                                            ^
/usr/include/string.h:95:50: エラー: 不明な型名 ‘size_t’ です
 extern void *memchr (__const void *__s, int __c, size_t __n)
                                                  ^
/usr/include/string.h:132:41: エラー: 不明な型名 ‘size_t’ です
         __const char *__restrict __src, size_t __n)
                                         ^
/usr/include/string.h:140:9: エラー: 不明な型名 ‘size_t’ です
         size_t __n) __THROW __nonnull ((1, 2));
         ^
/usr/include/string.h:146:61: エラー: 不明な型名 ‘size_t’ です
 extern int strncmp (__const char *__s1, __const char *__s2, size_t __n)
                                                             ^
/usr/include/string.h:153:8: エラー: 不明な型名 ‘size_t’ です
 extern size_t strxfrm (char *__restrict __dest,
        ^
/usr/include/string.h:154:42: エラー: 不明な型名 ‘size_t’ です
          __const char *__restrict __src, size_t __n)
                                          ^
In file included from ./127.c:2:0:
/usr/include/string.h:168:8: エラー: 不明な型名 ‘size_t’ です
 extern size_t strxfrm_l (char *__dest, __const char *__src, size_t __n,
        ^
/usr/include/string.h:168:61: エラー: 不明な型名 ‘size_t’ です
 extern size_t strxfrm_l (char *__dest, __const char *__src, size_t __n,
                                                             ^
/usr/include/string.h:183:47: エラー: 不明な型名 ‘size_t’ です
 extern char *strndup (__const char *__string, size_t __n)
                                               ^
/usr/include/string.h:284:8: エラー: 不明な型名 ‘size_t’ です
 extern size_t strcspn (__const char *__s, __const char *__reject)
        ^
/usr/include/string.h:288:8: エラー: 不明な型名 ‘size_t’ です
 extern size_t strspn (__const char *__s, __const char *__accept)
        ^
/usr/include/string.h:399:8: エラー: 不明な型名 ‘size_t’ です
 extern size_t strlen (__const char *__s)
        ^
/usr/include/string.h:406:8: エラー: 不明な型名 ‘size_t’ です
 extern size_t strnlen (__const char *__string, size_t __maxlen)
        ^
/usr/include/string.h:406:48: エラー: 不明な型名 ‘size_t’ です
 extern size_t strnlen (__const char *__string, size_t __maxlen)
                                                ^
In file included from /usr/include/features.h:361:0,
                 from /usr/include/string.h:27,
                 from ./127.c:2:
/usr/include/string.h:427:12: エラー: 不明な型名 ‘size_t’ です
 extern int __REDIRECT_NTH (strerror_r,
            ^
In file included from ./127.c:2:0:
/usr/include/string.h:451:33: エラー: 不明な型名 ‘size_t’ です
 extern void __bzero (void *__s, size_t __n) __THROW __nonnull ((1));
                                 ^
/usr/include/string.h:455:55: エラー: 不明な型名 ‘size_t’ です
 extern void bcopy (__const void *__src, void *__dest, size_t __n)
                                                       ^
/usr/include/string.h:459:31: エラー: 不明な型名 ‘size_t’ です
 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
                               ^
/usr/include/string.h:462:58: エラー: 不明な型名 ‘size_t’ です
 extern int bcmp (__const void *__s1, __const void *__s2, size_t __n)
                                                          ^
/usr/include/string.h:540:65: エラー: 不明な型名 ‘size_t’ です
 extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n)
                                                                 ^
/usr/include/string.h:577:36: エラー: 不明な型名 ‘size_t’ です
    __const char *__restrict __src, size_t __n)
                                    ^
/usr/include/string.h:580:41: エラー: 不明な型名 ‘size_t’ です
         __const char *__restrict __src, size_t __n)
                                         ^
In file included from /usr/include/string.h:637:0,
                 from ./127.c:2:
/usr/include/bits/string2.h:969:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t __strcspn_c1 (__const char *__s, int __reject);
                 ^
/usr/include/bits/string2.h:970:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t
                 ^
/usr/include/bits/string2.h: 関数 ‘__strcspn_c1’ 内:
/usr/include/bits/string2.h:973:12: エラー: 不明な型名 ‘size_t’ です
   register size_t __result = 0;
            ^
/usr/include/bits/string2.h: トップレベル:
/usr/include/bits/string2.h:979:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t __strcspn_c2 (__const char *__s, int __reject1,
                 ^
/usr/include/bits/string2.h:981:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t
                 ^
/usr/include/bits/string2.h: 関数 ‘__strcspn_c2’ 内:
/usr/include/bits/string2.h:984:12: エラー: 不明な型名 ‘size_t’ です
   register size_t __result = 0;
            ^
/usr/include/bits/string2.h: トップレベル:
/usr/include/bits/string2.h:991:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t __strcspn_c3 (__const char *__s, int __reject1,
                 ^
/usr/include/bits/string2.h:993:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t
                 ^
/usr/include/bits/string2.h: 関数 ‘__strcspn_c3’ 内:
/usr/include/bits/string2.h:997:12: エラー: 不明な型名 ‘size_t’ です
   register size_t __result = 0;
            ^
/usr/include/bits/string2.h: トップレベル:
/usr/include/bits/string2.h:1045:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t __strspn_c1 (__const char *__s, int __accept);
                 ^
/usr/include/bits/string2.h:1046:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t
                 ^
/usr/include/bits/string2.h: 関数 ‘__strspn_c1’ 内:
/usr/include/bits/string2.h:1049:12: エラー: 不明な型名 ‘size_t’ です
   register size_t __result = 0;
            ^
/usr/include/bits/string2.h: トップレベル:
/usr/include/bits/string2.h:1056:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t __strspn_c2 (__const char *__s, int __accept1,
                 ^
/usr/include/bits/string2.h:1058:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t
                 ^
/usr/include/bits/string2.h: 関数 ‘__strspn_c2’ 内:
/usr/include/bits/string2.h:1061:12: エラー: 不明な型名 ‘size_t’ です
   register size_t __result = 0;
            ^
/usr/include/bits/string2.h: トップレベル:
/usr/include/bits/string2.h:1068:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t __strspn_c3 (__const char *__s, int __accept1,
                 ^
/usr/include/bits/string2.h:1070:17: エラー: 不明な型名 ‘size_t’ です
 __STRING_INLINE size_t
                 ^
/usr/include/bits/string2.h: 関数 ‘__strspn_c3’ 内:
/usr/include/bits/string2.h:1073:12: エラー: 不明な型名 ‘size_t’ です
   register size_t __result = 0;
            ^
/usr/include/bits/string2.h: 関数 ‘__strpbrk_c2’ 内:
/usr/include/bits/string2.h:1129:42: エラー: ‘size_t’ が宣言されていません (この関数内での最初の使用)
   return *__s == '\0' ? NULL : (char *) (size_t) __s;
                                          ^
/usr/include/bits/string2.h:1129:42: 備考: 未宣言の識別子は出現した各関数内で一回のみ報告されます
/usr/include/bits/string2.h:1129:50: エラー: expected ‘;’ before ‘__s’
   return *__s == '\0' ? NULL : (char *) (size_t) __s;
                                                  ^
/usr/include/bits/string2.h: 関数 ‘__strpbrk_c3’ 内:
/usr/include/bits/string2.h:1142:42: エラー: ‘size_t’ が宣言されていません (この関数内での最初の使用)
   return *__s == '\0' ? NULL : (char *) (size_t) __s;
                                          ^
/usr/include/bits/string2.h:1142:50: エラー: expected ‘;’ before ‘__s’
   return *__s == '\0' ? NULL : (char *) (size_t) __s;
                                                  ^
In file included from /usr/include/bits/string2.h:1298:0,
                 from /usr/include/string.h:637,
                 from ./127.c:2:
/usr/include/stdlib.h: トップレベル:
/usr/include/stdlib.h:471:22: エラー: 不明な型名 ‘size_t’ です
 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
                      ^
/usr/include/stdlib.h:473:22: エラー: 不明な型名 ‘size_t’ です
 extern void *calloc (size_t __nmemb, size_t __size)
                      ^
/usr/include/stdlib.h:473:38: エラー: 不明な型名 ‘size_t’ です
 extern void *calloc (size_t __nmemb, size_t __size)
                                      ^
In file included from /usr/include/string.h:637:0,
                 from ./127.c:2:
/usr/include/bits/string2.h:1322:49: エラー: 不明な型名 ‘size_t’ です
 extern char *__strndup (__const char *__string, size_t __n)
                                                 ^
./127.c:7:1: 警告: 戻り値の型をデフォルトの ‘int’ にします [-Wimplicit-int]
 main(){
 ^
./127.c: 関数 ‘main’ 内:
./127.c:11:3: 警告: 関数 ‘scanf’ の暗黙的な宣言です [-Wimplicit-function-declaration]
   scanf("%d",&n);
   ^
./127.c:11:3: 警告: 組み込み関数 ‘scanf’ の互換性がない暗黙的な宣言です
./127.c:11:3: 備考: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
In file included from /usr/include/string.h:637:0,
                 from ./127.c:2:
./127.c:28:5: エラー: 不明な型名 ‘size_t’ です
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: ‘size_t’ が宣言されていません (この関数内での最初の使用)
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:28:5: エラー: expected expression before ‘const’
  if(strcmp(s[j].name,s[j+1].name)>0){
     ^
./127.c:37:5: 警告: 関数 ‘printf’ の暗黙的な宣言です [-Wimplicit-function-declaration]
     printf("%d %s %d\n",i+1,s[i].name,s[i].point);
     ^
./127.c:37:5: 警告: 組み込み関数 ‘printf’ の互換性がない暗黙的な宣言です
./127.c:37:5: 備考: include ‘<stdio.h>’ or provide a declaration of ‘printf’

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #