Submission #57554


ソースコード

ステータス

項目 データ
問題 1225 - std::sort
ユーザー名 r1825
投稿日時 2019-12-19 13:06:38
言語 C++14
状態 Compile Error
得点 0
ソースコード長 101 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:3:18: error: ‘cin’ in namespace ‘std’ does not name a type
 using cin = std::cin;
                  ^~~
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:75,
                 from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/iostream:60:18: note: ‘std::cin’ declared here
   extern istream cin;  /// Linked to standard input
                  ^~~
./Main.cpp:4:19: error: ‘cout’ in namespace ‘std’ does not name a type
 using cout = std::cout;
                   ^~~~
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:75,
                 from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/iostream:61:18: note: ‘std::cout’ declared here
   extern ostream cout;  /// Linked to standard output
                  ^~~~

セット

セット 得点 Cases

テストケース

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