結果
| 問題 |
No.3080 Colonies on Line
|
| コンテスト | |
| ユーザー |
lam6er
|
| 提出日時 | 2025-04-15 20:59:28 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 96 bytes |
| コンパイル時間 | 188 ms |
| コンパイル使用メモリ | 82,060 KB |
| 実行使用メモリ | 66,928 KB |
| 最終ジャッジ日時 | 2025-04-15 21:03:54 |
| 合計ジャッジ時間 | 3,475 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 35 |
ソースコード
n = int(input()) result = 7 ** n sum_digits = sum(int(d) for d in str(result)) print(sum_digits)
lam6er