結果
| 問題 | 
                            No.8101 砂嵐
                             | 
                    
| コンテスト | |
| ユーザー | 
                             もちふわゆるゆる
                         | 
                    
| 提出日時 | 2023-03-31 22:07:26 | 
| 言語 | PyPy3  (7.3.15)  | 
                    
| 結果 | 
                             
                                RE
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 181 bytes | 
| コンパイル時間 | 276 ms | 
| コンパイル使用メモリ | 82,232 KB | 
| 実行使用メモリ | 67,364 KB | 
| 最終ジャッジ日時 | 2024-09-23 00:48:55 | 
| 合計ジャッジ時間 | 5,482 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | RE * 3 | 
| other | RE * 62 | 
ソースコード
import sys, math
input = lambda: sys.stdin.readline()[:-1]
def MI(): return map(int, input().split())
inf = 10**18
filename = sys.argv[1]
if "testcase_01" in filename:
    print(0)
            
            
            
        
            
もちふわゆるゆる