結果

問題 No.1255 ハイレーツ・オブ・ボリビアン
ユーザー 👑 NachiaNachia
提出日時 2020-10-09 23:14:38
言語 cLay
(20240714-1)
結果
AC  
実行時間 714 ms / 2,000 ms
コード長 229 bytes
コンパイル時間 2,013 ms
コンパイル使用メモリ 179,756 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-05 14:33:42
合計ジャッジ時間 6,329 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 4 ms
5,376 KB
testcase_04 AC 4 ms
5,376 KB
testcase_05 AC 89 ms
5,376 KB
testcase_06 AC 115 ms
5,376 KB
testcase_07 AC 104 ms
5,376 KB
testcase_08 AC 454 ms
5,376 KB
testcase_09 AC 452 ms
5,376 KB
testcase_10 AC 446 ms
5,376 KB
testcase_11 AC 460 ms
5,376 KB
testcase_12 AC 448 ms
5,376 KB
testcase_13 AC 25 ms
5,376 KB
testcase_14 AC 714 ms
5,376 KB
testcase_15 AC 442 ms
5,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘long long int L()’:
main.cpp:243:1: warning: control reaches end of non-void function [-Wreturn-type]
  243 | }
      | ^

ソースコード

diff #

ll T,N,p,q;ll L(){if(N==1)return 1;N+=N-1;unordered_map<ll,ll>X(4d4);p=1;rep(i,4d4)X[p]=i,p=p*2%N,if(p==1)return i+1;p=q=1;rep(i,4d4)q=q*(N/2+1)%N;rep(i,6d4)p=p*q%N,if(X.count(p))return(i+1)*4d4+X[p];}{rd(T);REP(T)rd(N),wt(L());}
0