結果
| 問題 |
No.1578 A × B × C
|
| コンテスト | |
| ユーザー |
n_get
|
| 提出日時 | 2021-08-13 15:00:46 |
| 言語 | Scheme (Gauche-0.9.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 148 bytes |
| コンパイル時間 | 74 ms |
| コンパイル使用メモリ | 6,948 KB |
| 実行使用メモリ | 23,072 KB |
| 最終ジャッジ日時 | 2024-10-03 05:23:07 |
| 合計ジャッジ時間 | 3,811 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 TLE * 1 |
| other | -- * 22 |
ソースコード
(define abc (* (read) (read) (read))) (print (let loop([n (read)] [x 1]) (cond [(zero? n) k] [else (loop (- n 1) (remainder (* x x) 1000000007))])))
n_get