Submission #00810


ソースコード

ステータス

項目 データ
問題 0019 - すごろくと駒 (Sugoroku and Pieces)
ユーザー名 ei2212
投稿日時 2022-06-14 16:56:54
言語 C++17
状態 Compile Error
得点 0
ソースコード長 570 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:5:5: error: ‘cin’ was not declared in this scope
     cin >> n;
     ^~~
./Main.cpp:5:5: note: suggested alternative:
In file included from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/iostream:60:18: note:   ‘std::cin’
   extern istream cin;  /// Linked to standard input
                  ^~~
./Main.cpp:31:5: error: ‘cout’ was not declared in this scope
     cout << x[i] << "\n";
     ^~~~
./Main.cpp:31:5: note: suggested alternative:
In file included from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/iostream:61:18: note:   ‘std::cout’
   extern ostream cout;  /// Linked to standard output
                  ^~~~

セット

セット 得点 Cases

テストケース

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