結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | N.Matsumoto |
提出日時 | 2019-09-22 09:32:49 |
言語 | Java21 (openjdk 21) |
結果 |
RE
|
実行時間 | - |
コード長 | 230 bytes |
コンパイル時間 | 1,606 ms |
実行使用メモリ | 21,264 KB |
スコア | 0 |
最終ジャッジ日時 | 2019-11-15 02:29:15 |
ジャッジサーバーID (参考情報) |
judge8 / |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | AC | 118 ms
21,184 KB |
ソースコード
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println(sc.nextInt() == 1 ? 0 + " " + 1 : sc.nextInt() + " " + 0); } }