結果
問題 | No.373 かけ算と割った余り |
ユーザー | sasuke |
提出日時 | 2016-06-16 21:33:51 |
言語 | Java21 (openjdk 21) |
結果 |
RE
|
実行時間 | - |
コード長 | 163 bytes |
コンパイル時間 | 3,159 ms |
コンパイル使用メモリ | 74,412 KB |
実行使用メモリ | 50,188 KB |
最終ジャッジ日時 | 2024-10-09 16:36:45 |
合計ジャッジ時間 | 3,736 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
ソースコード
public class Yuki373{ public static void main(String[] args){ int a=0; int b=0; int c=0; int d=0; int result; System.out.println(result=a*b*c%d); } }