結果
| 問題 |
No.8060 サンプルケース至上主義
|
| コンテスト | |
| ユーザー |
keymoon
|
| 提出日時 | 2020-04-01 21:48:48 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 28 ms / 2,000 ms |
| コード長 | 1,002 bytes |
| コンパイル時間 | 714 ms |
| コンパイル使用メモリ | 110,484 KB |
| 実行使用メモリ | 26,168 KB |
| 最終ジャッジ日時 | 2024-06-27 10:24:18 |
| 合計ジャッジ時間 | 1,304 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
コンパイルメッセージ
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;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using MethodImplAttribute = System.Runtime.CompilerServices.MethodImplAttribute;
using MethodImplOptions = System.Runtime.CompilerServices.MethodImplOptions;
public static class P
{
static void Main()
{
var s = Console.ReadLine();
if (s == "0") Console.WriteLine("Nothing");
else if (s.StartsWith("3.1")) Console.WriteLine("pi");
else if (s.StartsWith("111234"))
{
Console.WriteLine("九蓮宝燈");
Console.WriteLine("Thirteen Orphans");
}
else if (s.StartsWith("All your base"))
{
Console.WriteLine(@"3
4
4
3
6
2
2");
}
else if (s.StartsWith("くぁ"))
{
Console.WriteLine("さmpぇ");
}
}
}
keymoon