結果

問題 No.552 十分簡単な星1の問題
ユーザー pirorirori_n712pirorirori_n712
提出日時 2018-05-31 00:38:05
言語 C#(csc)
(csc 3.9.0)
結果
WA  
実行時間 -
コード長 140 bytes
コンパイル時間 772 ms
コンパイル使用メモリ 108,132 KB
実行使用メモリ 25,952 KB
最終ジャッジ日時 2024-06-30 08:28:15
合計ジャッジ時間 2,993 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 22 ms
23,776 KB
testcase_01 AC 22 ms
23,508 KB
testcase_02 AC 25 ms
25,820 KB
testcase_03 AC 23 ms
23,624 KB
testcase_04 AC 23 ms
25,944 KB
testcase_05 AC 23 ms
23,512 KB
testcase_06 AC 23 ms
23,772 KB
testcase_07 AC 22 ms
23,388 KB
testcase_08 AC 22 ms
23,856 KB
testcase_09 AC 22 ms
23,524 KB
testcase_10 AC 23 ms
23,884 KB
testcase_11 AC 22 ms
23,780 KB
testcase_12 AC 23 ms
23,724 KB
testcase_13 AC 22 ms
25,692 KB
testcase_14 AC 23 ms
23,644 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 RE -
testcase_19 RE -
testcase_20 RE -
testcase_21 RE -
testcase_22 RE -
testcase_23 RE -
testcase_24 RE -
testcase_25 RE -
testcase_26 RE -
testcase_27 RE -
testcase_28 RE -
testcase_29 RE -
testcase_30 AC 22 ms
23,640 KB
testcase_31 AC 23 ms
23,980 KB
testcase_32 AC 23 ms
24,032 KB
testcase_33 AC 23 ms
25,668 KB
testcase_34 AC 23 ms
25,684 KB
testcase_35 AC 23 ms
23,908 KB
testcase_36 AC 23 ms
23,776 KB
testcase_37 WA -
testcase_38 WA -
testcase_39 RE -
testcase_40 RE -
testcase_41 RE -
testcase_42 RE -
testcase_43 RE -
testcase_44 RE -
testcase_45 RE -
testcase_46 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using System;

class No552{
    static void Main(string[] args){
        Console.WriteLine($"{Int32.Parse(Console.ReadLine())*10}");
    }
}
0