結果

問題 No.698 ペアでチームを作ろう
ユーザー tailstails
提出日時 2018-06-10 03:49:52
言語 cLay
(20240714-1)
結果
AC  
実行時間 167 ms / 1,000 ms
コード長 127 bytes
コンパイル時間 1,992 ms
コンパイル使用メモリ 171,908 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-05 13:03:49
合計ジャッジ時間 4,335 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 12 ms
5,376 KB
testcase_05 AC 166 ms
5,376 KB
testcase_06 AC 163 ms
5,376 KB
testcase_07 AC 164 ms
5,376 KB
testcase_08 AC 165 ms
5,376 KB
testcase_09 AC 166 ms
5,376 KB
testcase_10 AC 166 ms
5,376 KB
testcase_11 AC 165 ms
5,376 KB
testcase_12 AC 166 ms
5,376 KB
testcase_13 AC 167 ms
5,376 KB
testcase_14 AC 163 ms
5,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:105:13: warning: multi-character character constant [-Wmultichar]
  105 | long long d['@@'];
      |             ^~~~

ソースコード

diff #

ll n,a[14],d['@@'];{rd(n,a(n));rep(i,n)rep(j,n)d[1<<i|1<<j]=a[i]^a[j];rep(i,1<<n)rep(j,i)d[i]>?=~i&j?0:d[j]+d[i^j];wt(d[--i]);}
0