Submission #00117


ソースコード

ステータス

項目 データ
問題 0008 - 月火
ユーザー名 ei1710
投稿日時 2019-05-27 17:37:02
言語 C
状態 Compile Error
得点 0
ソースコード長 318 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:21:30: warning: passing argument 1 of ‘gets’ from incompatible pointer type [-Wincompatible-pointer-types]
  printf("%d\n",*(p+atoi(gets(s)));
                              ^
In file included from ./Main.c:1:
/usr/include/stdio.h:634:14: note: expected ‘char *’ but argument is of type ‘int *’
 extern char *gets (char *__s) __wur;
              ^~~~
./Main.c:21:34: error: expected ‘)’ before ‘;’ token
  printf("%d\n",*(p+atoi(gets(s)));
                                  ^
                                  )
./Main.c:23:11: error: expected ‘;’ before ‘}’ token
  return 0;
           ^
           ;
 }
 ~

セット

セット 得点 Cases

テストケース

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