結果
問題 | No.1824 門\松\列 |
ユーザー |
|
提出日時 | 2022-02-27 22:52:56 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 108 bytes |
コンパイル時間 | 207 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-07-05 23:10:09 |
合計ジャッジ時間 | 748 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | AC * 2 WA * 2 |
ソースコード
T = int(input()) for i in range(T): N = int(input()) k=0 k = int(N*(N-1)*(N-2)*2/3) print(k)