Submission #69454628


Source Code Expand

#include<bits/stdc++.h>
using namespace std;
#define endl '\n'
#define ll long long

int main(){
	ios::sync_with_stdio(0); cin.tie(0);
	int a, b, c;
    cin>>a>>b>>c;

    if(a == b || a == c || b == c) cout<<"Yes\n";
    else cout<<"No\n";
	return 0;
}

Submission Info

Submission Time
Task A - Isosceles
User takeonicky
Language C++ 20 (gcc 12.2)
Score 100
Code Size 268 Byte
Status AC
Exec Time 1 ms
Memory 3520 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 14
Set Name Test Cases
Sample example_00.txt, example_01.txt, example_02.txt
All example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt
Case Name Status Exec Time Memory
example_00.txt AC 1 ms 3452 KiB
example_01.txt AC 1 ms 3436 KiB
example_02.txt AC 1 ms 3464 KiB
hand_00.txt AC 1 ms 3420 KiB
hand_01.txt AC 1 ms 3448 KiB
hand_02.txt AC 1 ms 3440 KiB
hand_03.txt AC 1 ms 3404 KiB
hand_04.txt AC 1 ms 3408 KiB
random_00.txt AC 1 ms 3520 KiB
random_01.txt AC 1 ms 3396 KiB
random_02.txt AC 1 ms 3404 KiB
random_03.txt AC 1 ms 3440 KiB
random_04.txt AC 1 ms 3456 KiB
random_05.txt AC 1 ms 3456 KiB