Submission #21160


ソースコード

ステータス

項目 データ
問題 0757 - ghoststudents
ユーザー名 hamayanhamayan
投稿日時 2017-07-08 15:26:01
言語 C++17
状態 Compile Error
得点 0
ソースコード長 6374 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:61:14: エラー: declaration of template parameter ‘T’ shadows template parameter
     template<class... T> Node *merge(Node *a, T... y) { return merge(a, merge(y...)); }
              ^~~~~
./Main.cpp:12:10: 備考: template parameter ‘T’ declared here
 template<class T> struct SuperSegTree {
          ^~~~~

セット

セット 得点 Cases

テストケース

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