結果
問題 | No.495 (^^*) Easy |
ユーザー |
![]() |
提出日時 | 2024-10-26 19:46:47 |
言語 | Go (1.23.4) |
結果 |
AC
|
実行時間 | 98 ms / 2,000 ms |
コード長 | 154 bytes |
コンパイル時間 | 11,900 ms |
コンパイル使用メモリ | 237,732 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-26 19:47:00 |
合計ジャッジ時間 | 12,830 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 7 |
ソースコード
package mainimport . "fmt"import . "strings"func main() {var s stringScan(&s)const l="(^^*)"const r="(*^^)"Println(Count(s,l),Count(s,r))}