結果

問題 No.318 学学学学学
ユーザー hogeover30hogeover30
提出日時 2017-01-07 17:12:35
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 173 ms / 2,000 ms
コード長 184 bytes
コンパイル時間 1,644 ms
コンパイル使用メモリ 175,628 KB
実行使用メモリ 12,928 KB
最終ジャッジ日時 2024-06-22 18:08:38
合計ジャッジ時間 5,539 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 11 ms
6,816 KB
testcase_01 AC 24 ms
6,812 KB
testcase_02 AC 27 ms
6,940 KB
testcase_03 AC 17 ms
6,940 KB
testcase_04 AC 23 ms
6,944 KB
testcase_05 AC 164 ms
12,800 KB
testcase_06 AC 164 ms
11,648 KB
testcase_07 AC 155 ms
10,880 KB
testcase_08 AC 148 ms
9,984 KB
testcase_09 AC 134 ms
8,960 KB
testcase_10 AC 109 ms
8,192 KB
testcase_11 AC 173 ms
12,800 KB
testcase_12 AC 129 ms
10,624 KB
testcase_13 AC 125 ms
9,728 KB
testcase_14 AC 109 ms
9,088 KB
testcase_15 AC 90 ms
8,576 KB
testcase_16 AC 73 ms
8,192 KB
testcase_17 AC 113 ms
12,928 KB
testcase_18 AC 101 ms
10,496 KB
testcase_19 AC 114 ms
12,800 KB
testcase_20 AC 67 ms
8,192 KB
testcase_21 AC 2 ms
6,944 KB
testcase_22 AC 2 ms
6,944 KB
testcase_23 AC 2 ms
6,940 KB
testcase_24 AC 2 ms
6,944 KB
testcase_25 AC 2 ms
6,940 KB
testcase_26 AC 2 ms
6,940 KB
testcase_27 AC 1 ms
6,940 KB
testcase_28 AC 2 ms
6,940 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:1:2: warning: #import is a deprecated GCC extension [-Wdeprecated]
    1 | #import<bits/stdc++.h>
      |  ^~~~~~
main.cpp:2:16: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
    2 | int N,i=-2,j,a;main(){std::map<int,int>e,s,A;for(;++i<N;~i?e[A[i]=a]=i:N=a)std::cin>>a;for(;s[a=A[j]]=j<N;e[a]<++j&&s.erase(a))std::cout<<rbegin(s)->first<<" ";}
      |                ^~~~

ソースコード

diff #

#import<bits/stdc++.h>
int N,i=-2,j,a;main(){std::map<int,int>e,s,A;for(;++i<N;~i?e[A[i]=a]=i:N=a)std::cin>>a;for(;s[a=A[j]]=j<N;e[a]<++j&&s.erase(a))std::cout<<rbegin(s)->first<<" ";}
0