Submission #00047


ソースコード

ステータス

項目 データ
問題 0005 - 聖書
ユーザー名 ei1903
投稿日時 2021-03-15 14:20:17
言語 C++17
状態 Compile Error
得点 0
ソースコード長 222 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/cstdio:42,
                 from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:46,
                 from ./Main.cpp:1:
./Main.cpp: In function ‘int main()’:
./Main.cpp:13:14: error: invalid conversion from ‘_IO_FILE*’ to ‘int’ [-fpermissive]
     fgets(s, stdin);
              ^~~~~
./Main.cpp:13:19: error: too few arguments to function ‘char* fgets(char*, int, FILE*)’
     fgets(s, stdin);
                   ^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/cstdio:42,
                 from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:46,
                 from ./Main.cpp:1:
/usr/include/stdio.h:626:14: note: declared here
 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
              ^~~~~

セット

セット 得点 Cases

テストケース

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