結果
問題 |
No.5000 特殊ジャッジテスト(テスト用)
|
ユーザー |
![]() |
提出日時 | 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 |
純コード判定しない問題か言語 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.6.0-4.20224.5 (ec77c100) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;public static class P{public static void Main(){int n = int.Parse(Console.ReadLine());Console.WriteLine($"{n-1} 1");}}