Submission #65194
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 1467 - Treasure Pleasure |
| ユーザー名 | ei1929 |
| 投稿日時 | 2020-12-28 11:39:16 |
| 言語 | C++ |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 1857 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:74:26: error: ‘begin’ was not declared in this scope
cout << *max_element(begin(sum), end(sum)) << '\n';
^~~~~
./Main.cpp:74:26: note: ‘std::begin’ is only available from C++11 onwards
./Main.cpp:74:38: error: ‘end’ was not declared in this scope
cout << *max_element(begin(sum), end(sum)) << '\n';
^~~
./Main.cpp:74:38: note: ‘std::end’ is only available from C++11 onwards
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|