Submission #26774431
Source Code Expand
using System;
using System.Linq;
public class Program
{
public static void Main(string[] args)
{
var s = Console.ReadLine();
if (s[s.Length - 1] == 'r') Console.WriteLine("er");
else Console.WriteLine("ist");
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Tires |
| User | chachamaru |
| Language | C# (.NET Core 3.1.201) |
| Score | 100 |
| Code Size | 261 Byte |
| Status | AC |
| Exec Time | 97 ms |
| Memory | 25852 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt, sample_03.txt |
| All | hand_01.txt, hand_02.txt, sample_01.txt, sample_02.txt, sample_03.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| hand_01.txt | AC | 80 ms | 25656 KiB |
| hand_02.txt | AC | 80 ms | 25604 KiB |
| sample_01.txt | AC | 84 ms | 25516 KiB |
| sample_02.txt | AC | 84 ms | 25572 KiB |
| sample_03.txt | AC | 76 ms | 25852 KiB |
| test_01.txt | AC | 76 ms | 25492 KiB |
| test_02.txt | AC | 80 ms | 25600 KiB |
| test_03.txt | AC | 84 ms | 25536 KiB |
| test_04.txt | AC | 79 ms | 25572 KiB |
| test_05.txt | AC | 97 ms | 25548 KiB |
| test_06.txt | AC | 80 ms | 25620 KiB |
| test_07.txt | AC | 88 ms | 25580 KiB |
| test_08.txt | AC | 79 ms | 25580 KiB |
| test_09.txt | AC | 80 ms | 25600 KiB |