結果
| 問題 | No.353 ヘイトプラス | 
| コンテスト | |
| ユーザー |  kiridaruma | 
| 提出日時 | 2016-04-26 23:21:44 | 
| 言語 | D (dmd 2.109.1) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 1,000 ms | 
| コード長 | 170 bytes | 
| コンパイル時間 | 1,037 ms | 
| コンパイル使用メモリ | 100,096 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-06-12 03:29:16 | 
| 合計ジャッジ時間 | 1,544 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 | 
| other | AC * 7 | 
ソースコード
import std.stdio, std.conv, std.string, std.algorithm, std.array;
void main(){
    auto x = readln.strip.split.array.map!(to!int).array;
    (x[0] - (- x[1])).writeln;
}
            
            
            
        