結果
問題 |
No.280 歯車の問題(1)
|
ユーザー |
![]() |
提出日時 | 2015-10-19 17:44:55 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 174 bytes |
コンパイル時間 | 58 ms |
コンパイル使用メモリ | 7,040 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-07-21 19:55:22 |
合計ジャッジ時間 | 3,138 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 WA * 30 |
ソースコード
N = input() Z = map(float, raw_input().split()) theta = 1307674368000 for i in xrange(N-1): theta = theta * Z[i] / Z[i+1] print '1307674368000'+'/'+str(int(theta))