結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー keymoonkeymoon
提出日時 2020-12-31 22:33:56
言語 C#(csc)
(csc 3.9.0)
結果
AC  
実行時間 21 ms / 5,000 ms
コード長 131 bytes
コンパイル時間 682 ms
実行使用メモリ 17,448 KB
スコア 3,476
最終ジャッジ日時 2020-12-31 22:33:58
合計ジャッジ時間 1,721 ms
ジャッジサーバーID
(参考情報)
judge10 / judge9
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 21 ms
17,268 KB
testcase_01 AC 21 ms
17,228 KB
testcase_02 AC 21 ms
17,344 KB
testcase_03 AC 21 ms
17,264 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.6.0-4.20224.5 (ec77c100)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using System;public static class P{public static void Main(){int n = int.Parse(Console.ReadLine());Console.WriteLine($"{n-1} 1");}}
0