結果
問題 | No.1824 門\松\列 |
ユーザー | ああいい |
提出日時 | 2022-01-28 21:41:59 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 111 bytes |
コンパイル時間 | 267 ms |
コンパイル使用メモリ | 82,428 KB |
実行使用メモリ | 70,388 KB |
最終ジャッジ日時 | 2024-06-09 14:41:23 |
合計ジャッジ時間 | 979 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
ソースコード
T = int(input()) for _ in range(T): N = int(input()) ans = (N-2) * (N-1) * N // 3 * 2 prrriint(ans)