提出 #54576133


ソースコード 拡げる

import java.util.*;
public class Main {
	public static void main(String[] args){
		Scanner sc = new Scanner(System.in);
		String s = sc.next();
		String t = sc.next();
        if(s.equals("AtCoder")){
            if(t.equals("Land")){
                System.out.println("yes");
            }else{
                System.out.println("no");
            }
        }else{
            System.out.println("no");
        }
        sc.close();
	}
}

提出情報

提出日時
問題 A - Welcome to AtCoder Land
ユーザ yakisava
言語 Java (OpenJDK 17)
得点 0
コード長 457 Byte
結果 WA
実行時間 100 ms
メモリ 38128 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 0 / 100
結果
WA × 3
WA × 11
セット名 テストケース
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 02_handmade_00.txt, 02_handmade_01.txt
ケース名 結果 実行時間 メモリ
00_sample_00.txt WA 63 ms 37712 KiB
00_sample_01.txt WA 63 ms 37700 KiB
00_sample_02.txt WA 63 ms 38036 KiB
01_random_00.txt WA 62 ms 38108 KiB
01_random_01.txt WA 61 ms 37752 KiB
01_random_02.txt WA 61 ms 37740 KiB
01_random_03.txt WA 100 ms 37784 KiB
01_random_04.txt WA 62 ms 38128 KiB
01_random_05.txt WA 61 ms 37708 KiB
02_handmade_00.txt WA 62 ms 37748 KiB
02_handmade_01.txt WA 61 ms 37708 KiB