Pytuhon 3.8.3
Код:
C++:
#include <iostream>
using namespace std;
int main() {
int a, b;
cin >> a >> b;
return 0;
}