結果
問題 | No.495 (^^*) Easy |
ユーザー | mencotton |
提出日時 | 2017-12-27 17:05:50 |
言語 | C#(csc) (csc 3.9.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 499 bytes |
コンパイル時間 | 866 ms |
コンパイル使用メモリ | 109,368 KB |
実行使用メモリ | 25,992 KB |
最終ジャッジ日時 | 2024-06-01 04:59:20 |
合計ジャッジ時間 | 1,610 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | AC | 25 ms
25,672 KB |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System; using System.Collections.Generic; using System.Linq; namespace Test { class Program { static void Main(string[] args) { string s = Console.ReadLine(); int[] ret = new int[2]; for (int i = 0; i < i - 5; i++) { if (s.Substring(i,5) == "(^^*)") ret[0]++; if (s.Substring(i,5) == "(*^^)") ret[1]++; } Console.WriteLine(ret[0] + " " + ret[1]); } } }