結果
問題 |
No.558 575検出するやつ
|
ユーザー |
![]() |
提出日時 | 2024-10-25 20:32:07 |
言語 | Go (1.23.4) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 158 bytes |
コンパイル時間 | 11,284 ms |
コンパイル使用メモリ | 225,276 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-25 20:32:20 |
合計ジャッジ時間 | 12,462 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 5 |
other | AC * 15 |
ソースコード
package main import . "fmt" import . "strings" func main() { var s string Scan(&s) if Contains(s,"575") { Println("YES") } else { Println("NO") } }