結果
| 問題 |
No.795 Restrictions!!!!!!!!!!!!!!
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-12-16 00:01:48 |
| 言語 | Java (openjdk 23) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 261 bytes |
| コンパイル時間 | 3,573 ms |
| コンパイル使用メモリ | 78,708 KB |
| 実行使用メモリ | 56,168 KB |
| 最終ジャッジ日時 | 2024-09-27 06:42:51 |
| 合計ジャッジ時間 | 9,010 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 20 |
ソースコード
import java.util.Scanner;
public class Restriction {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int N = scanner.nextInt();
int M = scanner.nextInt();
System.out.println("Yes");
}
}