結果
問題 | No.573 a^2[i] = a[i] |
ユーザー |
![]() |
提出日時 | 2017-10-06 23:58:58 |
言語 | cLay (20241019-1) |
結果 |
AC
|
実行時間 | 17 ms / 2,000 ms |
コード長 | 96 bytes |
コンパイル時間 | 3,043 ms |
コンパイル使用メモリ | 178,592 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-05 12:43:00 |
合計ジャッジ時間 | 4,261 ms |
ジャッジサーバーID (参考情報) |
judge3 / 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..N));wt(x);}