Submission #35592
ソースコード
ステータス
項目 |
データ |
問題 |
0930 - 背の順 |
ユーザー名 |
ei1710
|
投稿日時 |
2018-05-12 23:46:13 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1268 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:21:10: error: stray ‘#’ in program
}#include <stdio.h>
^
./Main.c:21:11: error: ‘include’ undeclared (first use in this function)
}#include <stdio.h>
^~~~~~~
./Main.c:21:11: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:21:20: error: ‘stdio’ undeclared (first use in this function); did you mean ‘stdin’?
}#include <stdio.h>
^~~~~
stdin
In file included from ./Main.c:22:0:
/usr/include/string.h:44:1: error: expected expression before ‘extern’
extern void *memcpy (void *__restrict __dest,
^~~~~~
In file included from /usr/include/string.h:637:0,
from ./Main.c:22:
/usr/include/bits/string2.h:971:1: error: nested function ‘__strcspn_c1’ declared ‘extern’
__strcspn_c1 (__const char *__s, int __reject)
^~~~~~~~~~~~
/usr/include/bits/string2.h:982:1: error: nested function ‘__strcspn_c2’ declared ‘extern’
__strcspn_c2 (__const char *__s, int __reject1, int __reject2)
^~~~~~~~~~~~
/usr/include/bits/string2.h:994:1: error: nested function ‘__strcspn_c3’ declared ‘extern’
__strcspn_c3 (__const char *__s, int __reject1, int __reject2,
^~~~~~~~~~~~
/usr/include/bits/string2.h:1047:1: error: nested function ‘__strspn_c1’ declared ‘extern’
__strspn_c1 (__const char *__s, int __accept)
^~~~~~~~~~~
/usr/include/bits/string2.h:1059:1: error: nested function ‘__strspn_c2’ declared ‘extern’
__strspn_c2 (__const char *__s, int __accept1, int __accept2)
^~~~~~~~~~~
/usr/include/bits/string2.h:1071:1: error: nested function ‘__strspn_c3’ declared ‘extern’
__strspn_c3 (__const char *__s, int __accept1, int __accept2, int __accept3)
^~~~~~~~~~~
/usr/include/bits/string2.h:1124:1: error: nested function ‘__strpbrk_c2’ declared ‘extern’
__strpbrk_c2 (__const char *__s, int __accept1, int __accept2)
^~~~~~~~~~~~
/usr/include/bits/string2.h:1135:1: error: nested function ‘__strpbrk_c3’ declared ‘extern’
__strpbrk_c3 (__const char *__s, int __accept1, int __accept2,
^~~~~~~~~~~~
/usr/include/bits/string2.h:1174:1: error: nested function ‘__strtok_r_1c’ declared ‘extern’
__strtok_r_1c (char *__s, char __sep, char **__nextp)
^~~~~~~~~~~~~
/usr/include/bits/string2.h:1224:1: error: nested function ‘__strsep_1c’ declared ‘extern’
__strsep_1c (char **__s, char __reject)
^~~~~~~~~~~
/usr/include/bits/string2.h:1234:1: error: nested function ‘__strsep_2c’ declared ‘extern’
__strsep_2c (char **__s, char __reject1, char __reject2)
^~~~~~~~~~~
/usr/include/bits/string2.h:1262:1: error: nested function ‘__strsep_3c’ declared ‘extern’
__strsep_3c (char **__s, char __reject1, char __reject2, char __reject3)
^~~~~~~~~~~
セット
テストケース