Submission #03031
ソースコード
ステータス
項目 |
データ |
問題 |
0382 - 「とっぴー」カウンセリング |
ユーザー名 |
ei1428
|
投稿日時 |
2016-04-21 17:56:53 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
726 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:21:47: error: ‘max’ was not declared in this scope
for(int i = 0; i < n; ++i) u = max(u, a[i]);
^
./Main.cpp:21:47: note: suggested alternative:
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:62:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:64,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3463:5: note: ‘std::max’
max(initializer_list<_Tp> __l, _Compare __comp)
^
セット
テストケース