結果
問題 | No.573 a^2[i] = a[i] |
ユーザー |
![]() |
提出日時 | 2017-10-07 00:10:32 |
言語 | cLay (20241019-1) |
結果 |
AC
|
実行時間 | 17 ms / 2,000 ms |
コード長 | 89 bytes |
コンパイル時間 | 2,907 ms |
コンパイル使用メモリ | 176,420 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-05 12:43:22 |
合計ジャッジ時間 | 4,424 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 47 |
ソースコード
combination_mint c;ll N;mint m,x;{c.init(2d5);rd(N);x+=m.pw(N-(1..N))*c.C(N,m+=1);wt(x);}