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