提出 #74619832
ソースコード 拡げる
using System;
class program{
static void Main(string[]args){
string words = Console.ReadLine();
if(words.Length==5||words.Length==10){
Console.WriteLine("Yes");
}
else{
Console.WriteLine("No");
}
}
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - illegal |
| ユーザ | naoan |
| 言語 | C# 13.0 (.NET 9.0.8) |
| 得点 | 100 |
| コード長 | 246 Byte |
| 結果 | AC |
| 実行時間 | 25 ms |
| メモリ | 24948 KiB |
コンパイルエラー
/judge/Main.cs(2,7): warning CS8981: The type name 'program' only contains lower-cased ascii characters. Such names may become reserved for the language. [/judge/Main.csproj]
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
| All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 01_random_09.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00_sample_00.txt | AC | 25 ms | 24708 KiB |
| 00_sample_01.txt | AC | 23 ms | 24660 KiB |
| 00_sample_02.txt | AC | 23 ms | 24740 KiB |
| 01_random_00.txt | AC | 23 ms | 24592 KiB |
| 01_random_01.txt | AC | 23 ms | 24692 KiB |
| 01_random_02.txt | AC | 23 ms | 24724 KiB |
| 01_random_03.txt | AC | 23 ms | 24736 KiB |
| 01_random_04.txt | AC | 23 ms | 24656 KiB |
| 01_random_05.txt | AC | 22 ms | 24592 KiB |
| 01_random_06.txt | AC | 23 ms | 24744 KiB |
| 01_random_07.txt | AC | 23 ms | 24712 KiB |
| 01_random_08.txt | AC | 22 ms | 24912 KiB |
| 01_random_09.txt | AC | 23 ms | 24948 KiB |