Untitled

asd
user_0563559 avatar
user_0563559
c_cpp
10/14/2023 5:01 PM
184 B
18
Indexable
#include <iostream>
using namespace std;


int main()
{
	int a, b;
	cin >> a >> b;


	cout << 10 - a << ' ' << 10 - b;

}

Editor is loading...