結果
問題 | No.128 お年玉(1) |
ユーザー |
![]() |
提出日時 | 2025-03-31 16:00:17 |
言語 | C# (.NET 8.0.404) |
結果 |
RE
|
実行時間 | - |
コード長 | 270 bytes |
コンパイル時間 | 8,056 ms |
コンパイル使用メモリ | 171,040 KB |
実行使用メモリ | 195,360 KB |
最終ジャッジ日時 | 2025-03-31 16:00:32 |
合計ジャッジ時間 | 13,784 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 5 RE * 16 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.csproj を復元しました (136 ミリ秒)。 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 otoshidama = int.Parse(Console.ReadLine());int count = int.Parse(Console.ReadLine());Console.WriteLine((otoshidama /1000 /count ) * 1000 );}}