Submission #58385


ソースコード

ステータス

項目 データ
問題 1266 - いちご (Strawberry)
ユーザー名 syoribu
投稿日時 2020-02-03 15:53:44
言語 C++14
状態 Compile Error
得点 0
ソースコード長 250 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:8:5: error: ‘cin’ was not declared in this scope
     cin >> n;
     ^~~
./Main.cpp:8:5: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
./Main.cpp:3:1:
+#include <iostream>

./Main.cpp:8:5:
     cin >> n;
     ^~~
./Main.cpp:13:5: error: ‘cout’ was not declared in this scope
     cout << ans << endl;
     ^~~~
./Main.cpp:13:5: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
./Main.cpp:13:20: error: ‘endl’ was not declared in this scope
     cout << ans << endl;
                    ^~~~
./Main.cpp:13:20: note: ‘std::endl’ is defined in header ‘<ostream>’; did you forget to ‘#include <ostream>’?
./Main.cpp:3:1:
+#include <ostream>

./Main.cpp:13:20:
     cout << ans << endl;
                    ^~~~

セット

セット 得点 Cases

テストケース

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