結果
問題 |
No.1485 運賃
|
ユーザー |
![]() |
提出日時 | 2025-03-31 17:52:15 |
言語 | C# (.NET 8.0.404) |
結果 |
RE
|
実行時間 | - |
コード長 | 227 bytes |
コンパイル時間 | 15,041 ms |
コンパイル使用メモリ | 167,880 KB |
実行使用メモリ | 192,124 KB |
最終ジャッジ日時 | 2025-03-31 17:53:07 |
合計ジャッジ時間 | 9,091 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 2 |
other | RE * 5 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.csproj を復元しました (139 ミリ秒)。 main -> /home/judge/data/code/bin/Release/net8.0/main.dll main -> /home/judge/data/code/bin/Release/net8.0/publish/
ソースコード
class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); int m = int.Parse(Console.ReadLine()); Console.WriteLine(n+m); } }