結果
| 問題 |
No.221 犯罪都市
|
| コンテスト | |
| ユーザー |
mban
|
| 提出日時 | 2017-01-02 05:36:40 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 30 ms / 5,000 ms |
| コード長 | 366 bytes |
| コンパイル時間 | 2,180 ms |
| コンパイル使用メモリ | 102,144 KB |
| 実行使用メモリ | 18,560 KB |
| 最終ジャッジ日時 | 2024-12-25 12:07:03 |
| 合計ジャッジ時間 | 3,448 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 16 |
コンパイルメッセージ
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.Collections.Specialized;
using System.Text;
using System.Text.RegularExpressions;
using System.Linq;
class Magatro
{
static void Main()
{
int N = int.Parse(Console.ReadLine());
Console.WriteLine((1000000.0 - 100.0 * N) / (10000.0 + 98.0 * N));
}
}
mban