結果
| 問題 | No.3149 find X which satisfies with equlation | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2025-05-20 21:24:31 | 
| 言語 | C# (.NET 8.0.404) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 50 ms / 2,000 ms | 
| コード長 | 108 bytes | 
| コンパイル時間 | 7,696 ms | 
| コンパイル使用メモリ | 169,104 KB | 
| 実行使用メモリ | 186,604 KB | 
| 最終ジャッジ日時 | 2025-05-20 21:24:48 | 
| 合計ジャッジ時間 | 11,335 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge4 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 44 | 
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.csproj を復元しました (101 ミリ秒)。 main -> /home/judge/data/code/bin/Release/net8.0/main.dll main -> /home/judge/data/code/bin/Release/net8.0/publish/
ソースコード
var inputs = Console.ReadLine().Split(' ');
Console.WriteLine(int.Parse(inputs[0]) ^ int.Parse(inputs[1]));
            
            
            
        