結果
| 問題 | 
                            No.8101 砂嵐
                             | 
                    
| コンテスト | |
| ユーザー | 
                             MasKoaTS
                         | 
                    
| 提出日時 | 2023-03-31 22:17:18 | 
| 言語 | PyPy3  (7.3.15)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 84 bytes | 
| コンパイル時間 | 271 ms | 
| コンパイル使用メモリ | 82,408 KB | 
| 実行使用メモリ | 54,100 KB | 
| 最終ジャッジ日時 | 2024-09-23 01:01:22 | 
| 合計ジャッジ時間 | 4,377 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 3 | 
| other | WA * 62 | 
ソースコード
n = int(input())
if(n % 3 == 0 or '3' in str(n)):
	print("Yes")
else:
	print("No")
            
            
            
        
            
MasKoaTS