Submission #24851638


Source Code Expand

#include <bits/stdc++.h>
/*#pragma GCC optimize("Ofast")
#pragma GCC optimize("unroll-loops")
#pragma GCC target("tune=native")*/
using namespace std;
typedef long long ll;
typedef long double ld;

int32_t main()
{
	ios::sync_with_stdio(0);
	cin.tie(0);
	cout.tie(0);

	int a, b;
	cin >> a >> b;
	cout << (a ^ b) << '\n';

	return 0;
}

Submission Info

Submission Time
Task A - Bitwise Exclusive Or
User artsin6
Language C++ (GCC 9.2.1)
Score 100
Code Size 356 Byte
Status AC
Exec Time 7 ms
Memory 3608 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 10
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All hand_01.txt, hand_02.txt, hand_03.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
hand_01.txt AC 7 ms 3608 KiB
hand_02.txt AC 3 ms 3512 KiB
hand_03.txt AC 2 ms 3600 KiB
random_01.txt AC 7 ms 3564 KiB
random_02.txt AC 2 ms 3472 KiB
random_03.txt AC 3 ms 3540 KiB
random_04.txt AC 2 ms 3540 KiB
random_05.txt AC 2 ms 3536 KiB
sample_01.txt AC 5 ms 3484 KiB
sample_02.txt AC 2 ms 3580 KiB