Rozwiązanie problemu beecrowd 1001
#include <iostream>
using namespace std;
int main() {
int A, B;
cin >> A;
cin >> B;
int X = A + B;
cout << "X" << " " << "=" << " "<< X << endl;
return 0;
}
Md. Ashikur Rahman