Submission #3428125


Source Code Expand

using System;
using System.Linq;
using System.Collections.Generic;
using static System.Console;
using static System.Math;
 
public class Hello{
    public static void Main(){
/*        string[] input = ReadLine().Split(' ');
        int n = int.Parse(input[0]);
        int m = int.Parse(input[1]);
//        int a = int.Parse(input[2]);
//        int b = int.Parse(input[3]);*/
//        string temp = ReadLine();
//        int a = int.Parse(ReadLine());
//        int b = int.Parse(ReadLine());
//        int c = int.Parse(ReadLine());
//        int d = int.Parse(ReadLine());
        string a = ReadLine();
//        string b = ReadLine();
//        string c = ReadLine();
//        string ko = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
        int b = a.IndexOf("AC");
        if(b >= 0){
            WriteLine("Yes");
        }else{
            WriteLine("No");
        }
    }
}

Submission Info

Submission Time
Task A - Can you get AC?
User clolin
Language C# (Mono 4.6.2.0)
Score 100
Code Size 901 Byte
Status AC
Exec Time 23 ms
Memory 13396 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 5
AC × 12
Set Name Test Cases
Sample subtask0_0.txt, subtask0_1.txt, subtask0_2.txt, subtask0_3.txt, subtask0_4.txt
All 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, subtask0_0.txt, subtask0_1.txt, subtask0_2.txt, subtask0_3.txt, subtask0_4.txt
Case Name Status Exec Time Memory
01.txt AC 23 ms 13280 KB
02.txt AC 22 ms 13396 KB
03.txt AC 21 ms 9184 KB
04.txt AC 22 ms 11232 KB
05.txt AC 22 ms 11348 KB
06.txt AC 22 ms 13280 KB
07.txt AC 22 ms 11232 KB
subtask0_0.txt AC 22 ms 11348 KB
subtask0_1.txt AC 22 ms 11232 KB
subtask0_2.txt AC 22 ms 11232 KB
subtask0_3.txt AC 22 ms 11232 KB
subtask0_4.txt AC 22 ms 11232 KB