結果
| 問題 | No.221 犯罪都市 |
| コンテスト | |
| ユーザー |
mban
|
| 提出日時 | 2017-01-02 05:36:40 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 16 ms / 5,000 ms |
| コード長 | 366 bytes |
| 記録 | |
| コンパイル時間 | 2,052 ms |
| コンパイル使用メモリ | 103,040 KB |
| 実行使用メモリ | 19,456 KB |
| 最終ジャッジ日時 | 2026-05-31 03:47:31 |
| 合計ジャッジ時間 | 3,569 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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