結果

問題 No.558 575検出するやつ
ユーザー kokoa1046
提出日時 2017-09-02 20:07:41
言語 Scheme
(Gauche-0.9.15)
結果
WA  
実行時間 -
コード長 102 bytes
コンパイル時間 36 ms
コンパイル使用メモリ 5,120 KB
実行使用メモリ 16,768 KB
最終ジャッジ日時 2024-11-06 18:36:30
合計ジャッジ時間 1,232 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 5
other WA * 15
権限があれば一括ダウンロードができます

ソースコード

diff #

(use srfi-13)
(define x (read ))
(if (string-contains (x->string x) "575") (print "yes") (print "no"))
0