結果
| 問題 | 
                            No.1550 nullくんの町清掃 / null's Town Cleaning
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2021-06-30 16:16:20 | 
| 言語 | PyPy3  (7.3.15)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 98 bytes | 
| コンパイル時間 | 270 ms | 
| コンパイル使用メモリ | 82,032 KB | 
| 実行使用メモリ | 53,908 KB | 
| 最終ジャッジ日時 | 2024-06-27 02:25:45 | 
| 合計ジャッジ時間 | 1,357 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 1 WA * 2 | 
| other | AC * 1 WA * 5 | 
ソースコード
n = int(input())  # nはint型
if 1000000007 > n:
    print(n);
else :
    print(n/1000000007);